COLOR #5AA89F

HEX: #5AA89F
RGB: (90,168,159)

Color info

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

RGB color model

#5AA89F color RGB value is (90,168,159).

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

RGB channels and saturation

R 90 of 255 = 35%
G 168 of 255 = 66%
B 159 of 255 = 62%

90
168
159

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

Portions of RGB colors in percentages

R + G + B =
90 + 168 + 159 = 417 (100%)
R 90 of 417 ~ 21.58%
G 168 of 417 ~ 40.29%
B 159 of 417 ~ 38.13%

%21.58
%40.29
%38.13

CMYK color model

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

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK:
(46,0,5,34)
C46M0Y5K34 
(46%,0%,5%,34%)
(0.46/0.00/0.05/0.34)	

CMYK percentages

%46.43
%0
%5.36
%34.12

Codes

Color #5AA89F in popluar color models

5AA89F
RGB90168159
HSL173°30.95%50.59%
HSB/HSV173°46.43%65.88%
CMYK46.43%0.00%5.36%
34.12%

Color #5AA89F in popluar number systems.

HEX5AA89F
Decimal90168159
Binary10110101010100010011111
Octal132250237

Shades and tints

Shades of #5AA89F

#5AA89F
(90,168,159)
#529991
(82,153,145)
#4A8A83
(74,138,131)
#427B75
(66,123,117)
#3A6C67
(58,108,103)
#325D59
(50,93,89)
#2A4E4B
(42,78,75)
#223F3D
(34,63,61)
#1A302F
(26,48,47)
#122121
(18,33,33)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #5AA89F

#5AA89F
(90,168,159)
#69AFA7
(105,175,167)
#78B6AF
(120,182,175)
#87BDB7
(135,189,183)
#96C4BF
(150,196,191)
#A5CBC7
(165,203,199)
#B4D2CF
(180,210,207)
#C3D9D7
(195,217,215)
#D2E0DF
(210,224,223)
#E1E7E7
(225,231,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA89F; }

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

This text font color is #5AA89F.


Background Color

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

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

This div background color is #5AA89F.


Border color

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

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

This div border color is #5AA89F.


Opacity

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

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

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

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

This text has shadow with #5AA89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA89F on black background.


Color preview on white background

This text has color #5AA89F on white background.



Black color preview on #5AA89F background

This text has black color on #5AA89F background.


White color preview on #5AA89F background

This text has white color on #5AA89F background.