COLOR #5AA79E

HEX: #5AA79E
RGB: (90,167,158)

Color info

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

RGB color model

#5AA79E color RGB value is (90,167,158).

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

RGB channels and saturation

R 90 of 255 = 35%
G 167 of 255 = 65%
B 158 of 255 = 62%

90
167
158

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

Portions of RGB colors in percentages

R + G + B =
90 + 167 + 158 = 415 (100%)
R 90 of 415 ~ 21.69%
G 167 of 415 ~ 40.24%
B 158 of 415 ~ 38.07%

%21.69
%40.24
%38.07

CMYK color model

#5AA79E color CMYK value is (46,0,5,35).

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(46,0,5,35)
C46M0Y5K35 
(46%,0%,5%,35%)
(0.46/0.00/0.05/0.35)	

CMYK percentages

%46.11
%0
%5.39
%34.51

Codes

Color #5AA79E in popluar color models

5AA79E
RGB90167158
HSL173°30.43%50.39%
HSB/HSV173°46.11%65.49%
CMYK46.11%0.00%5.39%
34.51%

Color #5AA79E in popluar number systems.

HEX5AA79E
Decimal90167158
Binary10110101010011110011110
Octal132247236

Shades and tints

Shades of #5AA79E

#5AA79E
(90,167,158)
#529890
(82,152,144)
#4A8982
(74,137,130)
#427A74
(66,122,116)
#3A6B66
(58,107,102)
#325C58
(50,92,88)
#2A4D4A
(42,77,74)
#223E3C
(34,62,60)
#1A2F2E
(26,47,46)
#122020
(18,32,32)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #5AA79E

#5AA79E
(90,167,158)
#69AFA6
(105,175,166)
#78B7AE
(120,183,174)
#87BFB6
(135,191,182)
#96C7BE
(150,199,190)
#A5CFC6
(165,207,198)
#B4D7CE
(180,215,206)
#C3DFD6
(195,223,214)
#D2E7DE
(210,231,222)
#E1EFE6
(225,239,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA79E; }

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

This text font color is #5AA79E.


Background Color

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

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

This div background color is #5AA79E.


Border color

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

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

This div border color is #5AA79E.


Opacity

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

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

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

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

This text has shadow with #5AA79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA79E on black background.


Color preview on white background

This text has color #5AA79E on white background.



Black color preview on #5AA79E background

This text has black color on #5AA79E background.


White color preview on #5AA79E background

This text has white color on #5AA79E background.