COLOR #79AE93

HEX: #79AE93
RGB: (121,174,147)

Color info

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

RGB color model

#79AE93 color RGB value is (121,174,147).

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

RGB channels and saturation

R 121 of 255 = 47%
G 174 of 255 = 68%
B 147 of 255 = 58%

121
174
147

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

Portions of RGB colors in percentages

R + G + B =
121 + 174 + 147 = 442 (100%)
R 121 of 442 ~ 27.38%
G 174 of 442 ~ 39.37%
B 147 of 442 ~ 33.26%

%27.38
%39.37
%33.26

CMYK color model

#79AE93 color CMYK value is (30,0,16,32).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 31.76%
CMYK:
(30,0,16,32)
C30M0Y16K32 
(30%,0%,16%,32%)
(0.30/0.00/0.16/0.32)	

CMYK percentages

%30.46
%0
%15.52
%31.76

Codes

Color #79AE93 in popluar color models

79AE93
RGB121174147
HSL149°24.65%57.84%
HSB/HSV149°30.46%68.24%
CMYK30.46%0.00%15.52%
31.76%

Color #79AE93 in popluar number systems.

HEX79AE93
Decimal121174147
Binary11110011010111010010011
Octal171256223

Shades and tints

Shades of #79AE93

#79AE93
(121,174,147)
#6E9F86
(110,159,134)
#639079
(99,144,121)
#58816C
(88,129,108)
#4D725F
(77,114,95)
#426352
(66,99,82)
#375445
(55,84,69)
#2C4538
(44,69,56)
#21362B
(33,54,43)
#16271E
(22,39,30)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #79AE93

#79AE93
(121,174,147)
#85B59C
(133,181,156)
#91BCA5
(145,188,165)
#9DC3AE
(157,195,174)
#A9CAB7
(169,202,183)
#B5D1C0
(181,209,192)
#C1D8C9
(193,216,201)
#CDDFD2
(205,223,210)
#D9E6DB
(217,230,219)
#E5EDE4
(229,237,228)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AE93; }

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

This text font color is #79AE93.


Background Color

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

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

This div background color is #79AE93.


Border color

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

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

This div border color is #79AE93.


Opacity

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

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

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

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

This text has shadow with #79AE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AE93 on black background.


Color preview on white background

This text has color #79AE93 on white background.



Black color preview on #79AE93 background

This text has black color on #79AE93 background.


White color preview on #79AE93 background

This text has white color on #79AE93 background.