COLOR #90E6AF

HEX: #90E6AF
RGB: (144,230,175)

Color info

#90E6AF contains mainly green and blue colors. Web safe color of #90E6AF is #99CC99 (or #9C9).

RGB color model

#90E6AF color RGB value is (144,230,175).

  • red value is 144;
  • green value is 230;
  • blue value is 175.
RGB:
(144,230,175)
(56%,90%,69%)

RGB channels and saturation

R 144 of 255 = 56%
G 230 of 255 = 90%
B 175 of 255 = 69%

144
230
175

R + G + B ~ 72%. #90E6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 230 + 175 = 549 (100%)
R 144 of 549 ~ 26.23%
G 230 of 549 ~ 41.89%
B 175 of 549 ~ 31.88%

%26.23
%41.89
%31.88

CMYK color model

#90E6AF color CMYK value is (37,0,24,10).

  • cyan value is 37.39%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(37,0,24,10)
C37M0Y24K10 
(37%,0%,24%,10%)
(0.37/0.00/0.24/0.10)	

CMYK percentages

%37.39
%0
%23.91
%9.8

Codes

Color #90E6AF in popluar color models

90E6AF
RGB144230175
HSL142°63.24%73.33%
HSB/HSV142°37.39%90.20%
CMYK37.39%0.00%23.91%
9.80%

Color #90E6AF in popluar number systems.

HEX90E6AF
Decimal144230175
Binary100100001110011010101111
Octal220346257

Shades and tints

Shades of #90E6AF

#90E6AF
(144,230,175)
#83D2A0
(131,210,160)
#76BE91
(118,190,145)
#69AA82
(105,170,130)
#5C9673
(92,150,115)
#4F8264
(79,130,100)
#426E55
(66,110,85)
#355A46
(53,90,70)
#284637
(40,70,55)
#1B3228
(27,50,40)
#0E1E19
(14,30,25)
#000000
(0,0,0)

Tints of #90E6AF

#90E6AF
(144,230,175)
#9AE8B6
(154,232,182)
#A4EABD
(164,234,189)
#AEECC4
(174,236,196)
#B8EECB
(184,238,203)
#C2F0D2
(194,240,210)
#CCF2D9
(204,242,217)
#D6F4E0
(214,244,224)
#E0F6E7
(224,246,231)
#EAF8EE
(234,248,238)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E6AF; }

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

This text font color is #90E6AF.


Background Color

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

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

This div background color is #90E6AF.


Border color

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

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

This div border color is #90E6AF.


Opacity

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

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

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

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

This text has shadow with #90E6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E6AF on black background.


Color preview on white background

This text has color #90E6AF on white background.



Black color preview on #90E6AF background

This text has black color on #90E6AF background.


White color preview on #90E6AF background

This text has white color on #90E6AF background.