COLOR #5AA49E

HEX: #5AA49E
RGB: (90,164,158)

Color info

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

RGB color model

#5AA49E color RGB value is (90,164,158).

  • red value is 90;
  • green value is 164;
  • blue value is 158.
RGB:
(90,164,158)
(35%,64%,62%)

RGB channels and saturation

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

90
164
158

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

Portions of RGB colors in percentages

R + G + B =
90 + 164 + 158 = 412 (100%)
R 90 of 412 ~ 21.84%
G 164 of 412 ~ 39.81%
B 158 of 412 ~ 38.35%

%21.84
%39.81
%38.35

CMYK color model

#5AA49E color CMYK value is (45,0,4,36).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(45,0,4,36)
C45M0Y4K36 
(45%,0%,4%,36%)
(0.45/0.00/0.04/0.36)	

CMYK percentages

%45.12
%0
%3.66
%35.69

Codes

Color #5AA49E in popluar color models

5AA49E
RGB90164158
HSL175°29.13%49.80%
HSB/HSV175°45.12%64.31%
CMYK45.12%0.00%3.66%
35.69%

Color #5AA49E in popluar number systems.

HEX5AA49E
Decimal90164158
Binary10110101010010010011110
Octal132244236

Shades and tints

Shades of #5AA49E

#5AA49E
(90,164,158)
#529690
(82,150,144)
#4A8882
(74,136,130)
#427A74
(66,122,116)
#3A6C66
(58,108,102)
#325E58
(50,94,88)
#2A504A
(42,80,74)
#22423C
(34,66,60)
#1A342E
(26,52,46)
#122620
(18,38,32)
#0A1812
(10,24,18)
#000000
(0,0,0)

Tints of #5AA49E

#5AA49E
(90,164,158)
#69ACA6
(105,172,166)
#78B4AE
(120,180,174)
#87BCB6
(135,188,182)
#96C4BE
(150,196,190)
#A5CCC6
(165,204,198)
#B4D4CE
(180,212,206)
#C3DCD6
(195,220,214)
#D2E4DE
(210,228,222)
#E1ECE6
(225,236,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA49E; }

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

This text font color is #5AA49E.


Background Color

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

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

This div background color is #5AA49E.


Border color

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

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

This div border color is #5AA49E.


Opacity

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

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

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

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

This text has shadow with #5AA49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA49E on black background.


Color preview on white background

This text has color #5AA49E on white background.



Black color preview on #5AA49E background

This text has black color on #5AA49E background.


White color preview on #5AA49E background

This text has white color on #5AA49E background.