COLOR #90EAB8

HEX: #90EAB8
RGB: (144,234,184)

Color info

#90EAB8 contains mainly green and blue colors. Web safe color of #90EAB8 is #99FFCC (or #9FC).

RGB color model

#90EAB8 color RGB value is (144,234,184).

  • red value is 144;
  • green value is 234;
  • blue value is 184.
RGB:
(144,234,184)
(56%,92%,72%)

RGB channels and saturation

R 144 of 255 = 56%
G 234 of 255 = 92%
B 184 of 255 = 72%

144
234
184

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

Portions of RGB colors in percentages

R + G + B =
144 + 234 + 184 = 562 (100%)
R 144 of 562 ~ 25.62%
G 234 of 562 ~ 41.64%
B 184 of 562 ~ 32.74%

%25.62
%41.64
%32.74

CMYK color model

#90EAB8 color CMYK value is (38,0,21,8).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 8.24%
CMYK:
(38,0,21,8)
C38M0Y21K8 
(38%,0%,21%,8%)
(0.38/0.00/0.21/0.08)	

CMYK percentages

%38.46
%0
%21.37
%8.24

Codes

Color #90EAB8 in popluar color models

90EAB8
RGB144234184
HSL147°68.18%74.12%
HSB/HSV147°38.46%91.76%
CMYK38.46%0.00%21.37%
8.24%

Color #90EAB8 in popluar number systems.

HEX90EAB8
Decimal144234184
Binary100100001110101010111000
Octal220352270

Shades and tints

Shades of #90EAB8

#90EAB8
(144,234,184)
#83D5A8
(131,213,168)
#76C098
(118,192,152)
#69AB88
(105,171,136)
#5C9678
(92,150,120)
#4F8168
(79,129,104)
#426C58
(66,108,88)
#355748
(53,87,72)
#284238
(40,66,56)
#1B2D28
(27,45,40)
#0E1818
(14,24,24)
#000000
(0,0,0)

Tints of #90EAB8

#90EAB8
(144,234,184)
#9AEBBE
(154,235,190)
#A4ECC4
(164,236,196)
#AEEDCA
(174,237,202)
#B8EED0
(184,238,208)
#C2EFD6
(194,239,214)
#CCF0DC
(204,240,220)
#D6F1E2
(214,241,226)
#E0F2E8
(224,242,232)
#EAF3EE
(234,243,238)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90EAB8 color. Also use rgb(144,234,184) instead hex code.

Text Font Color

.myTextColor { color: #90EAB8; }

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

This text font color is #90EAB8.


Background Color

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

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

This div background color is #90EAB8.


Border color

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

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

This div border color is #90EAB8.


Opacity

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

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

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

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

This text has shadow with #90EAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90EAB8 on black background.


Color preview on white background

This text has color #90EAB8 on white background.



Black color preview on #90EAB8 background

This text has black color on #90EAB8 background.


White color preview on #90EAB8 background

This text has white color on #90EAB8 background.