COLOR #79A09E

HEX: #79A09E RGB: (121,160,158)

Color info

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

RGB color model

#79A09E color RGB value is (121,160,158).

RGB: (121,160,158) (47%, 63%, 62%)

RGB channels and saturation

R 121 of 255 = 47%
G 160 of 255 = 63%
B 158 of 255 = 62%

121
160
158

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

Portions of RGB colors in percentages

R + G + B = 121 + 160 + 158 = 439 (100%)
R 121 of 439 ~ 27.56%
G 160 of 439 ~ 36.45%
B 158 of 439 ~ 35.99'%

%27.56
%36.45
%35.99

CMYK color model

#79A09E color CMYK value is (24,0,1,37).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%

CMYK: (24,0,1,37)
C24M0Y1K37 (24%, 0%, 1%, 37%)
(0.24 / 0.00 / 0.01 / 0.37)

CMYK percentages

%24.38
%0
%1.25
%37.25

Codes

Color #79A09E in popluar color models

79 A0 9E
RGB 121 160 158
HSL 177° 17.03% 55.10%
HSB/HSV 177° 24.38% 62.75%
CMYK 24.38% 0.00% 1.25%
37.25%

Color #79A09E in popluar number systems.

HEX 79 A0 9E
Decimal 121 160 158
Binary 1111001 10100000 10011110
Octal 171 240 236

Shades and tints

Shades of #79A09E

#79A09E
(121,160,158)
#6E9290
(110,146,144)
#638482
(99,132,130)
#587674
(88,118,116)
#4D6866
(77,104,102)
#425A58
(66,90,88)
#374C4A
(55,76,74)
#2C3E3C
(44,62,60)
#21302E
(33,48,46)
#162220
(22,34,32)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #79A09E

#79A09E
(121,160,158)
#85A8A6
(133,168,166)
#91B0AE
(145,176,174)
#9DB8B6
(157,184,182)
#A9C0BE
(169,192,190)
#B5C8C6
(181,200,198)
#C1D0CE
(193,208,206)
#CDD8D6
(205,216,214)
#D9E0DE
(217,224,222)
#E5E8E6
(229,232,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A09E; }

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

This text font color is #79A09E.

Background Color

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

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

This div background color is #79A09E.

Border color

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

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

This div border color is #79A09E.

Opacity

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

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

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

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

This text has shadow with #79A09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A09E.

Preview

Color preview on black background

This text has color #79A09E on black background.


Color preview on white background

This text has color #79A09E on white background.


Black color preview on #79A09E background

This text has black color on #79A09E background.


White color preview on #79A09E background

This text has white color on #79A09E background.


Related colors

Complementary color

Complementary color for #hex is #865F61.


I love getcolorcode.com

Triadic colors

1 #9E79A0 and #A09E79 with #79A09E are triadic colors.

2 #9EA079 and #A0799E with #79A09E are triadic colors.