COLOR #90F2EA

HEX: #90F2EA RGB: (144,242,234)

Color info

#90F2EA contains mainly green and blue colors. Web safe color of #90F2EA is #99FFFF (or #9FF).

RGB color model

#90F2EA color RGB value is (144,242,234).

RGB: (144,242,234) (56%, 95%, 92%)

RGB channels and saturation

R 144 of 255 = 56%
G 242 of 255 = 95%
B 234 of 255 = 92%

144
242
234

R + G + B ~ 81%. #90F2EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 242 + 234 = 620 (100%)
R 144 of 620 ~ 23.23%
G 242 of 620 ~ 39.03%
B 234 of 620 ~ 37.74'%

%23.23
%39.03
%37.74

CMYK color model

#90F2EA color CMYK value is (40,0,3,5).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%

CMYK: (40,0,3,5)
C40M0Y3K5 (40%, 0%, 3%, 5%)
(0.40 / 0.00 / 0.03 / 0.05)

CMYK percentages

%40.5
%0
%3.31
%5.1

Codes

Color #90F2EA in popluar color models

90 F2 EA
RGB 144 242 234
HSL 175° 79.03% 75.69%
HSB/HSV 175° 40.50% 94.90%
CMYK 40.50% 0.00% 3.31%
5.10%

Color #90F2EA in popluar number systems.

HEX 90 F2 EA
Decimal 144 242 234
Binary 10010000 11110010 11101010
Octal 220 362 352

Shades and tints

Shades of #90F2EA

#90F2EA
(144,242,234)
#83DCD5
(131,220,213)
#76C6C0
(118,198,192)
#69B0AB
(105,176,171)
#5C9A96
(92,154,150)
#4F8481
(79,132,129)
#426E6C
(66,110,108)
#355857
(53,88,87)
#284242
(40,66,66)
#1B2C2D
(27,44,45)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #90F2EA

#90F2EA
(144,242,234)
#9AF3EB
(154,243,235)
#A4F4EC
(164,244,236)
#AEF5ED
(174,245,237)
#B8F6EE
(184,246,238)
#C2F7EF
(194,247,239)
#CCF8F0
(204,248,240)
#D6F9F1
(214,249,241)
#E0FAF2
(224,250,242)
#EAFBF3
(234,251,243)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90F2EA; }

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

This text font color is #90F2EA.

Background Color

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

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

This div background color is #90F2EA.

Border color

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

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

This div border color is #90F2EA.

Opacity

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

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

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

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

This text has shadow with #90F2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90F2EA.

Preview

Color preview on black background

This text has color #90F2EA on black background.


Color preview on white background

This text has color #90F2EA on white background.


Black color preview on #90F2EA background

This text has black color on #90F2EA background.


White color preview on #90F2EA background

This text has white color on #90F2EA background.


Related colors

Complementary color

Complementary color for #hex is #6F0D15.


I love getcolorcode.com

Triadic colors

1 #EA90F2 and #F2EA90 with #90F2EA are triadic colors.

2 #EAF290 and #F290EA with #90F2EA are triadic colors.