COLOR #90DFAE

HEX: #90DFAE RGB: (144,223,174)

Color info

#90DFAE contains mainly green and blue colors. Web safe color of #90DFAE is #99CC99 (or #9C9).

RGB color model

#90DFAE color RGB value is (144,223,174).

RGB: (144,223,174) (56%, 87%, 68%)

RGB channels and saturation

R 144 of 255 = 56%
G 223 of 255 = 87%
B 174 of 255 = 68%

144
223
174

R + G + B ~ 70%. #90DFAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 223 + 174 = 541 (100%)
R 144 of 541 ~ 26.62%
G 223 of 541 ~ 41.22%
B 174 of 541 ~ 32.16'%

%26.62
%41.22
%32.16

CMYK color model

#90DFAE color CMYK value is (35,0,22,13).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 12.55%
CMYK: (35,0,22,13) C35M0Y22K13 (35%,0%,22%,13%) (0.35/0.00/0.22/0.13) 

CMYK percentages

%35.43
%0
%21.97
%12.55

Codes

Color #90DFAE in popluar color models

90 DF AE
RGB 144 223 174
HSL 143° 55.24% 71.96%
HSB/HSV 143° 35.43% 87.45%
CMYK 35.43% 0.00% 21.97%
12.55%

Color #90DFAE in popluar number systems.

HEX 90 DF AE
Decimal 144 223 174
Binary 10010000 11011111 10101110
Octal 220 337 256

Shades and tints

Shades of #90DFAE

#90DFAE
(144,223,174)
#83CB9F
(131,203,159)
#76B790
(118,183,144)
#69A381
(105,163,129)
#5C8F72
(92,143,114)
#4F7B63
(79,123,99)
#426754
(66,103,84)
#355345
(53,83,69)
#283F36
(40,63,54)
#1B2B27
(27,43,39)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #90DFAE

#90DFAE
(144,223,174)
#9AE1B5
(154,225,181)
#A4E3BC
(164,227,188)
#AEE5C3
(174,229,195)
#B8E7CA
(184,231,202)
#C2E9D1
(194,233,209)
#CCEBD8
(204,235,216)
#D6EDDF
(214,237,223)
#E0EFE6
(224,239,230)
#EAF1ED
(234,241,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DFAE color. Also use rgb(144,223,174) instead hex code.

Text Font Color

.myTextColor { color: #90DFAE; }

<p style="color:#90DFAE">This sample text font color is #90DFAE.</p>

This text font color is #90DFAE.

Background Color

.myBgColor { background-color: #90DFAE; }

<div style="background-color:#90DFAE">Inner text</div>

This div background color is #90DFAE.

Border color

.myBorderColor { border: 1px solid #90DFAE; }

<div style="border:3px solid #90DFAE">Div</div>

This div border color is #90DFAE.

Opacity

.myOpacity80 { color: #90DFAE; opacity: 0.8; }

<p style="color:#90DFAE;opacity:0.8;">80%</p>

Text with #90DFAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90DFAE;}

<p style="text-shadow: 3px 3px 1px #90DFAE">Text here.</p>

This text has shadow with #90DFAE color.


.textShadow {text-shadow: 3px 3px 1px #90DFAE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90DFAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #90DFAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90DFAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90DFAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #90DFAE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #90DFAE;
-webkit-box-shadow: 1px 1px 3px 2px #90DFAE;
box-shadow: 1px 1px 3px 2px #90DFAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90DFAE; -webkit-box-shadow: 1px 1px 3px 2px #90DFAE; box-shadow:1px 1px 3px 2px #90DFAE;">
Div content here
</div>

This div box has shadow with color #90DFAE.

Preview

Color preview on black background

This text has color #90DFAE on black background.


Color preview on white background

This text has color #90DFAE on white background.


Black color preview on #90DFAE background

This text has black color on #90DFAE background.


White color preview on #90DFAE background

This text has white color on #90DFAE background.


Related colors

Complementary color

Complementary color for #hex is #6F2051.


I love getcolorcode.com

Triadic colors

1 #AE90DF and #DFAE90 with #90DFAE are triadic colors.

2 #AEDF90 and #DF90AE with #90DFAE are triadic colors.