COLOR #5AA88B

HEX: #5AA88B
RGB: (90,168,139)

Color info

#5AA88B contains mainly green and blue colors. Web safe color of #5AA88B is #669999 (or #699).

RGB color model

#5AA88B color RGB value is (90,168,139).

  • red value is 90;
  • green value is 168;
  • blue value is 139.
RGB:
(90,168,139)
(35%,66%,55%)

RGB channels and saturation

R 90 of 255 = 35%
G 168 of 255 = 66%
B 139 of 255 = 55%

90
168
139

R + G + B ~ 52%. #5AA88B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 168 + 139 = 397 (100%)
R 90 of 397 ~ 22.67%
G 168 of 397 ~ 42.32%
B 139 of 397 ~ 35.01%

%22.67
%42.32
%35.01

CMYK color model

#5AA88B color CMYK value is (46,0,17,34).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK:
(46,0,17,34)
C46M0Y17K34 
(46%,0%,17%,34%)
(0.46/0.00/0.17/0.34)	

CMYK percentages

%46.43
%0
%17.26
%34.12

Codes

Color #5AA88B in popluar color models

5AA88B
RGB90168139
HSL158°30.95%50.59%
HSB/HSV158°46.43%65.88%
CMYK46.43%0.00%17.26%
34.12%

Color #5AA88B in popluar number systems.

HEX5AA88B
Decimal90168139
Binary10110101010100010001011
Octal132250213

Shades and tints

Shades of #5AA88B

#5AA88B
(90,168,139)
#52997F
(82,153,127)
#4A8A73
(74,138,115)
#427B67
(66,123,103)
#3A6C5B
(58,108,91)
#325D4F
(50,93,79)
#2A4E43
(42,78,67)
#223F37
(34,63,55)
#1A302B
(26,48,43)
#12211F
(18,33,31)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #5AA88B

#5AA88B
(90,168,139)
#69AF95
(105,175,149)
#78B69F
(120,182,159)
#87BDA9
(135,189,169)
#96C4B3
(150,196,179)
#A5CBBD
(165,203,189)
#B4D2C7
(180,210,199)
#C3D9D1
(195,217,209)
#D2E0DB
(210,224,219)
#E1E7E5
(225,231,229)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA88B color. Also use rgb(90,168,139) instead hex code.

Text Font Color

.myTextColor { color: #5AA88B; }

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

This text font color is #5AA88B.


Background Color

.myBgColor { background-color: #5AA88B; }

<div style="background-color:#5AA88B">Inner text</div>

This div background color is #5AA88B.


Border color

.myBorderColor { border: 1px solid #5AA88B; }

<div style="border:3px solid #5AA88B">Div</div>

This div border color is #5AA88B.


Opacity

.myOpacity80 { color: #5AA88B; opacity: 0.8; }

<p style="color:#5AA88B;opacity:0.8;">80%</p>

Text with #5AA88B 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 #5AA88B;}

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

This text has shadow with #5AA88B color.

.textShadow {text-shadow: 3px 3px 1px #5AA88B, 3px 3px 1px red;}

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

This text has shadow with #5AA88B primary color and red secondary color.


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

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

This text has shadow with #5AA88B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA88B on black background.


Color preview on white background

This text has color #5AA88B on white background.



Black color preview on #5AA88B background

This text has black color on #5AA88B background.


White color preview on #5AA88B background

This text has white color on #5AA88B background.