COLOR #90C19B

HEX: #90C19B RGB: (144,193,155)

Color info

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

RGB color model

#90C19B color RGB value is (144,193,155).

RGB: (144,193,155) (56%, 76%, 61%)

RGB channels and saturation

R 144 of 255 = 56%
G 193 of 255 = 76%
B 155 of 255 = 61%

144
193
155

R + G + B ~ 64%. #90C19B is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 193 + 155 = 492 (100%)
R 144 of 492 ~ 29.27%
G 193 of 492 ~ 39.23%
B 155 of 492 ~ 31.5'%

%29.27
%39.23
%31.5

CMYK color model

#90C19B color CMYK value is (25,0,20,24).

  • cyan value is 25.39%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 24.31%

CMYK: (25,0,20,24)
C25M0Y20K24 (25%, 0%, 20%, 24%)
(0.25 / 0.00 / 0.20 / 0.24)

CMYK percentages

%25.39
%0
%19.69
%24.31

Codes

Color #90C19B in popluar color models

90 C1 9B
RGB 144 193 155
HSL 133° 28.32% 66.08%
HSB/HSV 133° 25.39% 75.69%
CMYK 25.39% 0.00% 19.69%
24.31%

Color #90C19B in popluar number systems.

HEX 90 C1 9B
Decimal 144 193 155
Binary 10010000 11000001 10011011
Octal 220 301 233

Shades and tints

Shades of #90C19B

#90C19B
(144,193,155)
#83B08D
(131,176,141)
#769F7F
(118,159,127)
#698E71
(105,142,113)
#5C7D63
(92,125,99)
#4F6C55
(79,108,85)
#425B47
(66,91,71)
#354A39
(53,74,57)
#28392B
(40,57,43)
#1B281D
(27,40,29)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #90C19B

#90C19B
(144,193,155)
#9AC6A4
(154,198,164)
#A4CBAD
(164,203,173)
#AED0B6
(174,208,182)
#B8D5BF
(184,213,191)
#C2DAC8
(194,218,200)
#CCDFD1
(204,223,209)
#D6E4DA
(214,228,218)
#E0E9E3
(224,233,227)
#EAEEEC
(234,238,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C19B color. Also use rgb(144,193,155) instead hex code.

Text Font Color

.myTextColor { color: #90C19B; }

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

This text font color is #90C19B.

Background Color

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

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

This div background color is #90C19B.

Border color

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

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

This div border color is #90C19B.

Opacity

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

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

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

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

This text has shadow with #90C19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C19B.

Preview

Color preview on black background

This text has color #90C19B on black background.


Color preview on white background

This text has color #90C19B on white background.


Black color preview on #90C19B background

This text has black color on #90C19B background.


White color preview on #90C19B background

This text has white color on #90C19B background.


Related colors

Complementary color

Complementary color for #hex is #6F3E64.


I love getcolorcode.com

Triadic colors

1 #9B90C1 and #C19B90 with #90C19B are triadic colors.

2 #9BC190 and #C1909B with #90C19B are triadic colors.