COLOR #90CFA0

HEX: #90CFA0 RGB: (144,207,160)

Color info

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

RGB color model

#90CFA0 color RGB value is (144,207,160).

RGB: (144,207,160) (56%, 81%, 63%)

RGB channels and saturation

R 144 of 255 = 56%
G 207 of 255 = 81%
B 160 of 255 = 63%

144
207
160

R + G + B ~ 67%. #90CFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 207 + 160 = 511 (100%)
R 144 of 511 ~ 28.18%
G 207 of 511 ~ 40.51%
B 160 of 511 ~ 31.31'%

%28.18
%40.51
%31.31

CMYK color model

#90CFA0 color CMYK value is (30,0,23,19).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 18.82%

CMYK: (30,0,23,19)
C30M0Y23K19 (30%, 0%, 23%, 19%)
(0.30 / 0.00 / 0.23 / 0.19)

CMYK percentages

%30.43
%0
%22.71
%18.82

Codes

Color #90CFA0 in popluar color models

90 CF A0
RGB 144 207 160
HSL 135° 39.62% 68.82%
HSB/HSV 135° 30.43% 81.18%
CMYK 30.43% 0.00% 22.71%
18.82%

Color #90CFA0 in popluar number systems.

HEX 90 CF A0
Decimal 144 207 160
Binary 10010000 11001111 10100000
Octal 220 317 240

Shades and tints

Shades of #90CFA0

#90CFA0
(144,207,160)
#83BD92
(131,189,146)
#76AB84
(118,171,132)
#699976
(105,153,118)
#5C8768
(92,135,104)
#4F755A
(79,117,90)
#42634C
(66,99,76)
#35513E
(53,81,62)
#283F30
(40,63,48)
#1B2D22
(27,45,34)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #90CFA0

#90CFA0
(144,207,160)
#9AD3A8
(154,211,168)
#A4D7B0
(164,215,176)
#AEDBB8
(174,219,184)
#B8DFC0
(184,223,192)
#C2E3C8
(194,227,200)
#CCE7D0
(204,231,208)
#D6EBD8
(214,235,216)
#E0EFE0
(224,239,224)
#EAF3E8
(234,243,232)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CFA0 color. Also use rgb(144,207,160) instead hex code.

Text Font Color

.myTextColor { color: #90CFA0; }

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

This text font color is #90CFA0.

Background Color

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

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

This div background color is #90CFA0.

Border color

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

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

This div border color is #90CFA0.

Opacity

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

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

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

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

This text has shadow with #90CFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CFA0.

Preview

Color preview on black background

This text has color #90CFA0 on black background.


Color preview on white background

This text has color #90CFA0 on white background.


Black color preview on #90CFA0 background

This text has black color on #90CFA0 background.


White color preview on #90CFA0 background

This text has white color on #90CFA0 background.


Related colors

Complementary color

Complementary color for #hex is #6F305F.


I love getcolorcode.com

Triadic colors

1 #A090CF and #CFA090 with #90CFA0 are triadic colors.

2 #A0CF90 and #CF90A0 with #90CFA0 are triadic colors.