COLOR #79AA9E

HEX: #79AA9E
RGB: (121,170,158)

Color info

#79AA9E contains red, green and blue colors in about the same proportion. Web safe color of #79AA9E is #669999 (or #699).

RGB color model

#79AA9E color RGB value is (121,170,158).

  • red value is 121;
  • green value is 170;
  • blue value is 158.
RGB:
(121,170,158)
(47%,67%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 158 of 255 = 62%

121
170
158

R + G + B ~ 59%. #79AA9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 170 + 158 = 449 (100%)
R 121 of 449 ~ 26.95%
G 170 of 449 ~ 37.86%
B 158 of 449 ~ 35.19%

%26.95
%37.86
%35.19

CMYK color model

#79AA9E color CMYK value is (29,0,7,33).

  • cyan value is 28.82%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(29,0,7,33)
C29M0Y7K33 
(29%,0%,7%,33%)
(0.29/0.00/0.07/0.33)	

CMYK percentages

%28.82
%0
%7.06
%33.33

Codes

Color #79AA9E in popluar color models

79AA9E
RGB121170158
HSL165°22.37%57.06%
HSB/HSV165°28.82%66.67%
CMYK28.82%0.00%7.06%
33.33%

Color #79AA9E in popluar number systems.

HEX79AA9E
Decimal121170158
Binary11110011010101010011110
Octal171252236

Shades and tints

Shades of #79AA9E

#79AA9E
(121,170,158)
#6E9B90
(110,155,144)
#638C82
(99,140,130)
#587D74
(88,125,116)
#4D6E66
(77,110,102)
#425F58
(66,95,88)
#37504A
(55,80,74)
#2C413C
(44,65,60)
#21322E
(33,50,46)
#162320
(22,35,32)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #79AA9E

#79AA9E
(121,170,158)
#85B1A6
(133,177,166)
#91B8AE
(145,184,174)
#9DBFB6
(157,191,182)
#A9C6BE
(169,198,190)
#B5CDC6
(181,205,198)
#C1D4CE
(193,212,206)
#CDDBD6
(205,219,214)
#D9E2DE
(217,226,222)
#E5E9E6
(229,233,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AA9E color. Also use rgb(121,170,158) instead hex code.

Text Font Color

.myTextColor { color: #79AA9E; }

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

This text font color is #79AA9E.


Background Color

.myBgColor { background-color: #79AA9E; }

<div style="background-color:#79AA9E">Inner text</div>

This div background color is #79AA9E.


Border color

.myBorderColor { border: 1px solid #79AA9E; }

<div style="border:3px solid #79AA9E">Div</div>

This div border color is #79AA9E.


Opacity

.myOpacity80 { color: #79AA9E; opacity: 0.8; }

<p style="color:#79AA9E;opacity:0.8;">80%</p>

Text with #79AA9E 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 #79AA9E;}

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

This text has shadow with #79AA9E color.

.textShadow {text-shadow: 3px 3px 1px #79AA9E, 3px 3px 1px red;}

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

This text has shadow with #79AA9E primary color and red secondary color.


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

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

This text has shadow with #79AA9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AA9E on black background.


Color preview on white background

This text has color #79AA9E on white background.



Black color preview on #79AA9E background

This text has black color on #79AA9E background.


White color preview on #79AA9E background

This text has white color on #79AA9E background.