COLOR #90E0E0

HEX: #90E0E0
RGB: (144,224,224)

Color info

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

RGB color model

#90E0E0 color RGB value is (144,224,224).

  • red value is 144;
  • green value is 224;
  • blue value is 224.
RGB:
(144,224,224)
(56%,88%,88%)

RGB channels and saturation

R 144 of 255 = 56%
G 224 of 255 = 88%
B 224 of 255 = 88%

144
224
224

R + G + B ~ 77%. #90E0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 224 + 224 = 592 (100%)
R 144 of 592 ~ 24.32%
G 224 of 592 ~ 37.84%
B 224 of 592 ~ 37.84%

%24.32
%37.84
%37.84

CMYK color model

#90E0E0 color CMYK value is (36,0,0,12).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(36,0,0,12)
C36M0Y0K12 
(36%,0%,0%,12%)
(0.36/0.00/0.00/0.12)	

CMYK percentages

%35.71
%0
%0
%12.16

Codes

Color #90E0E0 in popluar color models

90E0E0
RGB144224224
HSL180°56.34%72.16%
HSB/HSV180°35.71%87.84%
CMYK35.71%0.00%0.00%
12.16%

Color #90E0E0 in popluar number systems.

HEX90E0E0
Decimal144224224
Binary100100001110000011100000
Octal220340340

Shades and tints

Shades of #90E0E0

#90E0E0
(144,224,224)
#83CCCC
(131,204,204)
#76B8B8
(118,184,184)
#69A4A4
(105,164,164)
#5C9090
(92,144,144)
#4F7C7C
(79,124,124)
#426868
(66,104,104)
#355454
(53,84,84)
#284040
(40,64,64)
#1B2C2C
(27,44,44)
#0E1818
(14,24,24)
#000000
(0,0,0)

Tints of #90E0E0

#90E0E0
(144,224,224)
#9AE2E2
(154,226,226)
#A4E4E4
(164,228,228)
#AEE6E6
(174,230,230)
#B8E8E8
(184,232,232)
#C2EAEA
(194,234,234)
#CCECEC
(204,236,236)
#D6EEEE
(214,238,238)
#E0F0F0
(224,240,240)
#EAF2F2
(234,242,242)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E0E0; }

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

This text font color is #90E0E0.


Background Color

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

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

This div background color is #90E0E0.


Border color

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

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

This div border color is #90E0E0.


Opacity

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

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

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

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

This text has shadow with #90E0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E0E0 on black background.


Color preview on white background

This text has color #90E0E0 on white background.



Black color preview on #90E0E0 background

This text has black color on #90E0E0 background.


White color preview on #90E0E0 background

This text has white color on #90E0E0 background.