COLOR #90AE91

HEX: #90AE91
RGB: (144,174,145)

Color info

#90AE91 contains red, green and blue colors in about the same proportion. Web safe color of #90AE91 is #999999 (or #999).

RGB color model

#90AE91 color RGB value is (144,174,145).

  • red value is 144;
  • green value is 174;
  • blue value is 145.
RGB:
(144,174,145)
(56%,68%,57%)

RGB channels and saturation

R 144 of 255 = 56%
G 174 of 255 = 68%
B 145 of 255 = 57%

144
174
145

R + G + B ~ 60%. #90AE91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 174 + 145 = 463 (100%)
R 144 of 463 ~ 31.1%
G 174 of 463 ~ 37.58%
B 145 of 463 ~ 31.32%

%31.1
%37.58
%31.32

CMYK color model

#90AE91 color CMYK value is (17,0,17,32).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(17,0,17,32)
C17M0Y17K32 
(17%,0%,17%,32%)
(0.17/0.00/0.17/0.32)	

CMYK percentages

%17.24
%0
%16.67
%31.76

Codes

Color #90AE91 in popluar color models

90AE91
RGB144174145
HSL122°15.63%62.35%
HSB/HSV122°17.24%68.24%
CMYK17.24%0.00%16.67%
31.76%

Color #90AE91 in popluar number systems.

HEX90AE91
Decimal144174145
Binary100100001010111010010001
Octal220256221

Shades and tints

Shades of #90AE91

#90AE91
(144,174,145)
#839F84
(131,159,132)
#769077
(118,144,119)
#69816A
(105,129,106)
#5C725D
(92,114,93)
#4F6350
(79,99,80)
#425443
(66,84,67)
#354536
(53,69,54)
#283629
(40,54,41)
#1B271C
(27,39,28)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #90AE91

#90AE91
(144,174,145)
#9AB59B
(154,181,155)
#A4BCA5
(164,188,165)
#AEC3AF
(174,195,175)
#B8CAB9
(184,202,185)
#C2D1C3
(194,209,195)
#CCD8CD
(204,216,205)
#D6DFD7
(214,223,215)
#E0E6E1
(224,230,225)
#EAEDEB
(234,237,235)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AE91; }

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

This text font color is #90AE91.


Background Color

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

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

This div background color is #90AE91.


Border color

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

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

This div border color is #90AE91.


Opacity

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

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

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

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

This text has shadow with #90AE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AE91 on black background.


Color preview on white background

This text has color #90AE91 on white background.



Black color preview on #90AE91 background

This text has black color on #90AE91 background.


White color preview on #90AE91 background

This text has white color on #90AE91 background.