COLOR #90E4C2

HEX: #90E4C2
RGB: (144,228,194)

Color info

#90E4C2 contains mainly green and blue colors. Web safe color of #90E4C2 is #99CCCC (or #9CC).

RGB color model

#90E4C2 color RGB value is (144,228,194).

  • red value is 144;
  • green value is 228;
  • blue value is 194.
RGB:
(144,228,194)
(56%,89%,76%)

RGB channels and saturation

R 144 of 255 = 56%
G 228 of 255 = 89%
B 194 of 255 = 76%

144
228
194

R + G + B ~ 74%. #90E4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 228 + 194 = 566 (100%)
R 144 of 566 ~ 25.44%
G 228 of 566 ~ 40.28%
B 194 of 566 ~ 34.28%

%25.44
%40.28
%34.28

CMYK color model

#90E4C2 color CMYK value is (37,0,15,11).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 10.59%
CMYK:
(37,0,15,11)
C37M0Y15K11 
(37%,0%,15%,11%)
(0.37/0.00/0.15/0.11)	

CMYK percentages

%36.84
%0
%14.91
%10.59

Codes

Color #90E4C2 in popluar color models

90E4C2
RGB144228194
HSL156°60.87%72.94%
HSB/HSV156°36.84%89.41%
CMYK36.84%0.00%14.91%
10.59%

Color #90E4C2 in popluar number systems.

HEX90E4C2
Decimal144228194
Binary100100001110010011000010
Octal220344302

Shades and tints

Shades of #90E4C2

#90E4C2
(144,228,194)
#83D0B1
(131,208,177)
#76BCA0
(118,188,160)
#69A88F
(105,168,143)
#5C947E
(92,148,126)
#4F806D
(79,128,109)
#426C5C
(66,108,92)
#35584B
(53,88,75)
#28443A
(40,68,58)
#1B3029
(27,48,41)
#0E1C18
(14,28,24)
#000000
(0,0,0)

Tints of #90E4C2

#90E4C2
(144,228,194)
#9AE6C7
(154,230,199)
#A4E8CC
(164,232,204)
#AEEAD1
(174,234,209)
#B8ECD6
(184,236,214)
#C2EEDB
(194,238,219)
#CCF0E0
(204,240,224)
#D6F2E5
(214,242,229)
#E0F4EA
(224,244,234)
#EAF6EF
(234,246,239)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E4C2 color. Also use rgb(144,228,194) instead hex code.

Text Font Color

.myTextColor { color: #90E4C2; }

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

This text font color is #90E4C2.


Background Color

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

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

This div background color is #90E4C2.


Border color

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

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

This div border color is #90E4C2.


Opacity

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

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

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

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

This text has shadow with #90E4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E4C2 on black background.


Color preview on white background

This text has color #90E4C2 on white background.



Black color preview on #90E4C2 background

This text has black color on #90E4C2 background.


White color preview on #90E4C2 background

This text has white color on #90E4C2 background.