COLOR #90DDAD

HEX: #90DDAD RGB: (144,221,173)

Color info

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

RGB color model

#90DDAD color RGB value is (144,221,173).

RGB: (144,221,173) (56%, 87%, 68%)

RGB channels and saturation

R 144 of 255 = 56%
G 221 of 255 = 87%
B 173 of 255 = 68%

144
221
173

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

Portions of RGB colors in percentages

R + G + B = 144 + 221 + 173 = 538 (100%)
R 144 of 538 ~ 26.77%
G 221 of 538 ~ 41.08%
B 173 of 538 ~ 32.16'%

%26.77
%41.08
%32.16

CMYK color model

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

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (35,0,22,13)
C35M0Y22K13 (35%, 0%, 22%, 13%)
(0.35 / 0.00 / 0.22 / 0.13)

CMYK percentages

%34.84
%0
%21.72
%13.33

Codes

Color #90DDAD in popluar color models

90 DD AD
RGB 144 221 173
HSL 143° 53.10% 71.57%
HSB/HSV 143° 34.84% 86.67%
CMYK 34.84% 0.00% 21.72%
13.33%

Color #90DDAD in popluar number systems.

HEX 90 DD AD
Decimal 144 221 173
Binary 10010000 11011101 10101101
Octal 220 335 255

Shades and tints

Shades of #90DDAD

#90DDAD
(144,221,173)
#83C99E
(131,201,158)
#76B58F
(118,181,143)
#69A180
(105,161,128)
#5C8D71
(92,141,113)
#4F7962
(79,121,98)
#426553
(66,101,83)
#355144
(53,81,68)
#283D35
(40,61,53)
#1B2926
(27,41,38)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #90DDAD

#90DDAD
(144,221,173)
#9AE0B4
(154,224,180)
#A4E3BB
(164,227,187)
#AEE6C2
(174,230,194)
#B8E9C9
(184,233,201)
#C2ECD0
(194,236,208)
#CCEFD7
(204,239,215)
#D6F2DE
(214,242,222)
#E0F5E5
(224,245,229)
#EAF8EC
(234,248,236)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DDAD color. Also use rgb(144,221,173) instead hex code.

Text Font Color

.myTextColor { color: #90DDAD; }

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

This text font color is #90DDAD.

Background Color

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

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

This div background color is #90DDAD.

Border color

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

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

This div border color is #90DDAD.

Opacity

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

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

Text with #90DDAD 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 #90DDAD;}

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

This text has shadow with #90DDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DDAD.

Preview

Color preview on black background

This text has color #90DDAD on black background.


Color preview on white background

This text has color #90DDAD on white background.


Black color preview on #90DDAD background

This text has black color on #90DDAD background.


White color preview on #90DDAD background

This text has white color on #90DDAD background.


Related colors

Complementary color

Complementary color for #hex is #6F2252.


I love getcolorcode.com

Triadic colors

1 #AD90DD and #DDAD90 with #90DDAD are triadic colors.

2 #ADDD90 and #DD90AD with #90DDAD are triadic colors.