@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#49b8ae hex color - Green - Cool color - Information

#49b8ae hex color - Green - Cool color

Color Hue/Base color: Green

Hex #49b8ae Color code in RGB color code model is created after adding 28.63% red color, 72.16% green color and 68.24% blue color. Hex #49b8ae Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 0% magenta, 5% yellow and 27.84% black.

Hex #49b8ae color code is between #44bbaa web safe hex color code and #55aabb web safe hex color code. #44bbaa is the nearest web safe color code. You can see here many more shades of #49b8ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 49b8ae #49b8ae
RGB Decimal 73, 184, 174 rgb(73, 184, 174)
RGB Percent 29%, 72%, 68% rgb(29%, 72%, 68%)
CSS RGBa 73, 184, 174,1 rgba(73,184,174,1)
CMYK Model cmyk(60%,0%,5%,27.84%)
HSL Color Space 175,44% ,50% hsl(175,44% ,50%)
HSV Color Space 175°, 60%, 72%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001001 10111000 10101110
Octal 111 270 256
Decimal 73 184 174
Hex 49 b8 ae

Different shades of #49b8ae color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #49b8ae
#6ec6be
Dark Shade of #49b8ae
#3a948c
Saturated Shade of #49b8ae
#3cc5b8
Desaturated Shade of #49b8ae
#56aba4
Grey scale Shade of #49b8ae
#808080
Brighten Shade
#62d1c7
Most Readable Shade
#000000

Shades of #49b8ae color code

Generate more color scales with scales (color stack) generator.

#49b8ae
#40a39a
#388f87
#307a74
#286660
#20514d
#183d3a
#102826
#081413
#000000

Similar Color like #49b8ae color

Find visually similar hex color codes nearing to #49b8ae hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#4ab9af
#4bbab0
#4cbbb1
#4dbcb2
#4ebdb3
#4fbeb4
#50bfb5
#51c0b6
#52c1b7
#53c2b8
#54c3b9
#55c4ba
#56c5bb
#57c6bc
#48b7ad
#47b6ac
#46b5ab
#45b4aa
#44b3a9
#43b2a8
#42b1a7
#41b0a6
#40afa5
#3faea4
#3eada3
#3daca2
#3caba1
#3baaa0

Monochromatic Color with #49b8ae

#49b8ae
#5ae2d6
#060e0d
#163835
#27635e
#388d86

Tints of #49b8ae Color

#49b8ae
#5dbfb7
#71c7c0
#85cfc9
#99d7d2
#aedfdb
#c2e7e4
#d6efed
#eaf7f6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#49b8ae
#b84953

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#49b8ae
#b8498b
#b87649

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#49b882
#49b898
#49b8ae
#49acb8
#4996b8

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#49b8ae
#ae49b8
#b8ae49

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#49b8ae
#7649b8
#b84953
#8ab849

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#49b8ae
#b84953
#b87649
#498bb8

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #49b8ae Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#49b8ae Color Code Preview on Black Background Color

This is how #49b8ae Color will look on black background color. Color contrast ratio is 8.75

#49b8ae in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#49b8ae">Your Example Paragraph content text in with font color #49b8ae </p>

Your Example Paragraph content text in with font color #49b8ae

HTML with inline CSS

<div style="color:#49b8ae">Your Paragraph text in with font color #49b8ae </div>

Your Example Paragraph content text in with font color #49b8ae

#49b8ae color code is use for CSS Background Color

Background color for the above div is #49b8ae

HTML with inline CSS

<div style="background-color:#49b8ae;"></div>

#49b8ae color code is use for CSS Border Color

CSS Border color for the above div is #49b8ae

HTML with inline CSS

<div style="border:5px solid #49b8ae;"></div>

CSS Border Left color for the above div is #49b8ae

HTML with inline CSS

<div style="border-left:5px solid #49b8ae;"></div>

CSS Border Right color for the above div is #49b8ae

HTML with inline CSS

<div style="border-right:5px solid #49b8ae;"></div>

CSS Border Bottom color for the above div is #49b8ae

HTML with inline CSS

<div style="border-bottom:5px solid #49b8ae;"></div>

CSS Border Top color for the above div is #49b8ae

HTML with inline CSS

<div style="border-top:5px solid #49b8ae;"></div>

#49b8ae hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#49b8ae; } .examplecolorclass {color:#49b8ae; } .examplebordercolor {border:3px solid #49b8ae; }

#49b8ae Color code Preview on White Background

This is how #49b8ae Color code will look on white background color. Color contrast ratio is 2.40

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #49b8ae; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #49b8ae; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(73,184,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,73,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,184,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.