COLOR #90ECB2

HEX: #90ECB2 RGB: (144,236,178)

Color info

#90ECB2 contains mainly green and blue colors. Web safe color of #90ECB2 is #99FF99 (or #9F9).

RGB color model

#90ECB2 color RGB value is (144,236,178).

RGB: (144,236,178) (56%, 93%, 70%)

RGB channels and saturation

R 144 of 255 = 56%
G 236 of 255 = 93%
B 178 of 255 = 70%

144
236
178

R + G + B ~ 73%. #90ECB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 236 + 178 = 558 (100%)
R 144 of 558 ~ 25.81%
G 236 of 558 ~ 42.29%
B 178 of 558 ~ 31.9'%

%25.81
%42.29
%31.9

CMYK color model

#90ECB2 color CMYK value is (39,0,25,7).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK: (39,0,25,7) C39M0Y25K7 (39%,0%,25%,7%) (0.39/0.00/0.25/0.07) 

CMYK percentages

%38.98
%0
%24.58
%7.45

Codes

Color #90ECB2 in popluar color models

90 EC B2
RGB 144 236 178
HSL 142° 70.77% 74.51%
HSB/HSV 142° 38.98% 92.55%
CMYK 38.98% 0.00% 24.58%
7.45%

Color #90ECB2 in popluar number systems.

HEX 90 EC B2
Decimal 144 236 178
Binary 10010000 11101100 10110010
Octal 220 354 262

Shades and tints

Shades of #90ECB2

#90ECB2
(144,236,178)
#83D7A2
(131,215,162)
#76C292
(118,194,146)
#69AD82
(105,173,130)
#5C9872
(92,152,114)
#4F8362
(79,131,98)
#426E52
(66,110,82)
#355942
(53,89,66)
#284432
(40,68,50)
#1B2F22
(27,47,34)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #90ECB2

#90ECB2
(144,236,178)
#9AEDB9
(154,237,185)
#A4EEC0
(164,238,192)
#AEEFC7
(174,239,199)
#B8F0CE
(184,240,206)
#C2F1D5
(194,241,213)
#CCF2DC
(204,242,220)
#D6F3E3
(214,243,227)
#E0F4EA
(224,244,234)
#EAF5F1
(234,245,241)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ECB2 color. Also use rgb(144,236,178) instead hex code.

Text Font Color

.myTextColor { color: #90ECB2; }

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

This text font color is #90ECB2.

Background Color

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

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

This div background color is #90ECB2.

Border color

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

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

This div border color is #90ECB2.

Opacity

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

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

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

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

This text has shadow with #90ECB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90ECB2.

Preview

Color preview on black background

This text has color #90ECB2 on black background.


Color preview on white background

This text has color #90ECB2 on white background.


Black color preview on #90ECB2 background

This text has black color on #90ECB2 background.


White color preview on #90ECB2 background

This text has white color on #90ECB2 background.


Related colors

Complementary color

Complementary color for #hex is #6F134D.


I love getcolorcode.com

Triadic colors

1 #B290EC and #ECB290 with #90ECB2 are triadic colors.

2 #B2EC90 and #EC90B2 with #90ECB2 are triadic colors.