COLOR #79AE96

HEX: #79AE96
RGB: (121,174,150)

Color info

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

RGB color model

#79AE96 color RGB value is (121,174,150).

  • red value is 121;
  • green value is 174;
  • blue value is 150.
RGB:
(121,174,150)
(47%,68%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 174 of 255 = 68%
B 150 of 255 = 59%

121
174
150

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

Portions of RGB colors in percentages

R + G + B =
121 + 174 + 150 = 445 (100%)
R 121 of 445 ~ 27.19%
G 174 of 445 ~ 39.1%
B 150 of 445 ~ 33.71%

%27.19
%39.1
%33.71

CMYK color model

#79AE96 color CMYK value is (30,0,14,32).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(30,0,14,32)
C30M0Y14K32 
(30%,0%,14%,32%)
(0.30/0.00/0.14/0.32)	

CMYK percentages

%30.46
%0
%13.79
%31.76

Codes

Color #79AE96 in popluar color models

79AE96
RGB121174150
HSL153°24.65%57.84%
HSB/HSV153°30.46%68.24%
CMYK30.46%0.00%13.79%
31.76%

Color #79AE96 in popluar number systems.

HEX79AE96
Decimal121174150
Binary11110011010111010010110
Octal171256226

Shades and tints

Shades of #79AE96

#79AE96
(121,174,150)
#6E9F89
(110,159,137)
#63907C
(99,144,124)
#58816F
(88,129,111)
#4D7262
(77,114,98)
#426355
(66,99,85)
#375448
(55,84,72)
#2C453B
(44,69,59)
#21362E
(33,54,46)
#162721
(22,39,33)
#0B1814
(11,24,20)
#000000
(0,0,0)

Tints of #79AE96

#79AE96
(121,174,150)
#85B59F
(133,181,159)
#91BCA8
(145,188,168)
#9DC3B1
(157,195,177)
#A9CABA
(169,202,186)
#B5D1C3
(181,209,195)
#C1D8CC
(193,216,204)
#CDDFD5
(205,223,213)
#D9E6DE
(217,230,222)
#E5EDE7
(229,237,231)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AE96 color. Also use rgb(121,174,150) instead hex code.

Text Font Color

.myTextColor { color: #79AE96; }

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

This text font color is #79AE96.


Background Color

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

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

This div background color is #79AE96.


Border color

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

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

This div border color is #79AE96.


Opacity

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

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

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

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

This text has shadow with #79AE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AE96 on black background.


Color preview on white background

This text has color #79AE96 on white background.



Black color preview on #79AE96 background

This text has black color on #79AE96 background.


White color preview on #79AE96 background

This text has white color on #79AE96 background.