COLOR #5AA49F

HEX: #5AA49F RGB: (90,164,159)

Color info

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

RGB color model

#5AA49F color RGB value is (90,164,159).

RGB: (90,164,159) (35%, 64%, 62%)

RGB channels and saturation

R 90 of 255 = 35%
G 164 of 255 = 64%
B 159 of 255 = 62%

90
164
159

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

Portions of RGB colors in percentages

R + G + B = 90 + 164 + 159 = 413 (100%)
R 90 of 413 ~ 21.79%
G 164 of 413 ~ 39.71%
B 159 of 413 ~ 38.5'%

%21.79
%39.71
%38.5

CMYK color model

#5AA49F color CMYK value is (45,0,3,36).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK: (45,0,3,36) C45M0Y3K36 (45%,0%,3%,36%) (0.45/0.00/0.03/0.36) 

CMYK percentages

%45.12
%0
%3.05
%35.69

Codes

Color #5AA49F in popluar color models

5A A4 9F
RGB 90 164 159
HSL 176° 29.13% 49.80%
HSB/HSV 176° 45.12% 64.31%
CMYK 45.12% 0.00% 3.05%
35.69%

Color #5AA49F in popluar number systems.

HEX 5A A4 9F
Decimal 90 164 159
Binary 1011010 10100100 10011111
Octal 132 244 237

Shades and tints

Shades of #5AA49F

#5AA49F
(90,164,159)
#529691
(82,150,145)
#4A8883
(74,136,131)
#427A75
(66,122,117)
#3A6C67
(58,108,103)
#325E59
(50,94,89)
#2A504B
(42,80,75)
#22423D
(34,66,61)
#1A342F
(26,52,47)
#122621
(18,38,33)
#0A1813
(10,24,19)
#000000
(0,0,0)

Tints of #5AA49F

#5AA49F
(90,164,159)
#69ACA7
(105,172,167)
#78B4AF
(120,180,175)
#87BCB7
(135,188,183)
#96C4BF
(150,196,191)
#A5CCC7
(165,204,199)
#B4D4CF
(180,212,207)
#C3DCD7
(195,220,215)
#D2E4DF
(210,228,223)
#E1ECE7
(225,236,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA49F; }

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

This text font color is #5AA49F.

Background Color

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

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

This div background color is #5AA49F.

Border color

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

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

This div border color is #5AA49F.

Opacity

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

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

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

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

This text has shadow with #5AA49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA49F.

Preview

Color preview on black background

This text has color #5AA49F on black background.


Color preview on white background

This text has color #5AA49F on white background.


Black color preview on #5AA49F background

This text has black color on #5AA49F background.


White color preview on #5AA49F background

This text has white color on #5AA49F background.


Related colors

Complementary color

Complementary color for #hex is #A55B60.


I love getcolorcode.com

Triadic colors

1 #9F5AA4 and #A49F5A with #5AA49F are triadic colors.

2 #9FA45A and #A45A9F with #5AA49F are triadic colors.