COLOR #5AA989

HEX: #5AA989 RGB: (90,169,137)

Color info

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

RGB color model

#5AA989 color RGB value is (90,169,137).

RGB: (90,169,137) (35%, 66%, 54%)

RGB channels and saturation

R 90 of 255 = 35%
G 169 of 255 = 66%
B 137 of 255 = 54%

90
169
137

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

Portions of RGB colors in percentages

R + G + B = 90 + 169 + 137 = 396 (100%)
R 90 of 396 ~ 22.73%
G 169 of 396 ~ 42.68%
B 137 of 396 ~ 34.6'%

%22.73
%42.68
%34.6

CMYK color model

#5AA989 color CMYK value is (47,0,19,34).

  • cyan value is 46.75%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%

CMYK: (47,0,19,34)
C47M0Y19K34 (47%, 0%, 19%, 34%)
(0.47 / 0.00 / 0.19 / 0.34)

CMYK percentages

%46.75
%0
%18.93
%33.73

Codes

Color #5AA989 in popluar color models

5A A9 89
RGB 90 169 137
HSL 156° 31.47% 50.78%
HSB/HSV 156° 46.75% 66.27%
CMYK 46.75% 0.00% 18.93%
33.73%

Color #5AA989 in popluar number systems.

HEX 5A A9 89
Decimal 90 169 137
Binary 1011010 10101001 10001001
Octal 132 251 211

Shades and tints

Shades of #5AA989

#5AA989
(90,169,137)
#529A7D
(82,154,125)
#4A8B71
(74,139,113)
#427C65
(66,124,101)
#3A6D59
(58,109,89)
#325E4D
(50,94,77)
#2A4F41
(42,79,65)
#224035
(34,64,53)
#1A3129
(26,49,41)
#12221D
(18,34,29)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #5AA989

#5AA989
(90,169,137)
#69B093
(105,176,147)
#78B79D
(120,183,157)
#87BEA7
(135,190,167)
#96C5B1
(150,197,177)
#A5CCBB
(165,204,187)
#B4D3C5
(180,211,197)
#C3DACF
(195,218,207)
#D2E1D9
(210,225,217)
#E1E8E3
(225,232,227)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA989 color. Also use rgb(90,169,137) instead hex code.

Text Font Color

.myTextColor { color: #5AA989; }

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

This text font color is #5AA989.

Background Color

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

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

This div background color is #5AA989.

Border color

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

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

This div border color is #5AA989.

Opacity

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

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

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

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

This text has shadow with #5AA989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA989.

Preview

Color preview on black background

This text has color #5AA989 on black background.


Color preview on white background

This text has color #5AA989 on white background.


Black color preview on #5AA989 background

This text has black color on #5AA989 background.


White color preview on #5AA989 background

This text has white color on #5AA989 background.


Related colors

Complementary color

Complementary color for #hex is #A55676.


I love getcolorcode.com

Triadic colors

1 #895AA9 and #A9895A with #5AA989 are triadic colors.

2 #89A95A and #A95A89 with #5AA989 are triadic colors.