COLOR #90C4A1

HEX: #90C4A1 RGB: (144,196,161)

Color info

#90C4A1 contains red, green and blue colors in about the same proportion. Web safe color of #90C4A1 is #99CC99 (or #9C9).

RGB color model

#90C4A1 color RGB value is (144,196,161).

RGB: (144,196,161) (56%, 77%, 63%)

RGB channels and saturation

R 144 of 255 = 56%
G 196 of 255 = 77%
B 161 of 255 = 63%

144
196
161

R + G + B ~ 65%. #90C4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 196 + 161 = 501 (100%)
R 144 of 501 ~ 28.74%
G 196 of 501 ~ 39.12%
B 161 of 501 ~ 32.14'%

%28.74
%39.12
%32.14

CMYK color model

#90C4A1 color CMYK value is (27,0,18,23).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 23.14%
CMYK: (27,0,18,23) C27M0Y18K23 (27%,0%,18%,23%) (0.27/0.00/0.18/0.23) 

CMYK percentages

%26.53
%0
%17.86
%23.14

Codes

Color #90C4A1 in popluar color models

90 C4 A1
RGB 144 196 161
HSL 140° 30.59% 66.67%
HSB/HSV 140° 26.53% 76.86%
CMYK 26.53% 0.00% 17.86%
23.14%

Color #90C4A1 in popluar number systems.

HEX 90 C4 A1
Decimal 144 196 161
Binary 10010000 11000100 10100001
Octal 220 304 241

Shades and tints

Shades of #90C4A1

#90C4A1
(144,196,161)
#83B393
(131,179,147)
#76A285
(118,162,133)
#699177
(105,145,119)
#5C8069
(92,128,105)
#4F6F5B
(79,111,91)
#425E4D
(66,94,77)
#354D3F
(53,77,63)
#283C31
(40,60,49)
#1B2B23
(27,43,35)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #90C4A1

#90C4A1
(144,196,161)
#9AC9A9
(154,201,169)
#A4CEB1
(164,206,177)
#AED3B9
(174,211,185)
#B8D8C1
(184,216,193)
#C2DDC9
(194,221,201)
#CCE2D1
(204,226,209)
#D6E7D9
(214,231,217)
#E0ECE1
(224,236,225)
#EAF1E9
(234,241,233)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C4A1 color. Also use rgb(144,196,161) instead hex code.

Text Font Color

.myTextColor { color: #90C4A1; }

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

This text font color is #90C4A1.

Background Color

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

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

This div background color is #90C4A1.

Border color

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

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

This div border color is #90C4A1.

Opacity

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

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

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

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

This text has shadow with #90C4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C4A1.

Preview

Color preview on black background

This text has color #90C4A1 on black background.


Color preview on white background

This text has color #90C4A1 on white background.


Black color preview on #90C4A1 background

This text has black color on #90C4A1 background.


White color preview on #90C4A1 background

This text has white color on #90C4A1 background.


Related colors

Complementary color

Complementary color for #hex is #6F3B5E.


I love getcolorcode.com

Triadic colors

1 #A190C4 and #C4A190 with #90C4A1 are triadic colors.

2 #A1C490 and #C490A1 with #90C4A1 are triadic colors.