COLOR #79C5AE

HEX: #79C5AE
RGB: (121,197,174)

Color info

#79C5AE contains mainly green and blue colors. Web safe color of #79C5AE is #66CC99 (or #6C9).

RGB color model

#79C5AE color RGB value is (121,197,174).

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

RGB channels and saturation

R 121 of 255 = 47%
G 197 of 255 = 77%
B 174 of 255 = 68%

121
197
174

R + G + B ~ 64%. #79C5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 197 + 174 = 492 (100%)
R 121 of 492 ~ 24.59%
G 197 of 492 ~ 40.04%
B 174 of 492 ~ 35.37%

%24.59
%40.04
%35.37

CMYK color model

#79C5AE color CMYK value is (39,0,12,23).

  • cyan value is 38.58%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(39,0,12,23)
C39M0Y12K23 
(39%,0%,12%,23%)
(0.39/0.00/0.12/0.23)	

CMYK percentages

%38.58
%0
%11.68
%22.75

Codes

Color #79C5AE in popluar color models

79C5AE
RGB121197174
HSL162°39.58%62.35%
HSB/HSV162°38.58%77.25%
CMYK38.58%0.00%11.68%
22.75%

Color #79C5AE in popluar number systems.

HEX79C5AE
Decimal121197174
Binary11110011100010110101110
Octal171305256

Shades and tints

Shades of #79C5AE

#79C5AE
(121,197,174)
#6EB49F
(110,180,159)
#63A390
(99,163,144)
#589281
(88,146,129)
#4D8172
(77,129,114)
#427063
(66,112,99)
#375F54
(55,95,84)
#2C4E45
(44,78,69)
#213D36
(33,61,54)
#162C27
(22,44,39)
#0B1B18
(11,27,24)
#000000
(0,0,0)

Tints of #79C5AE

#79C5AE
(121,197,174)
#85CAB5
(133,202,181)
#91CFBC
(145,207,188)
#9DD4C3
(157,212,195)
#A9D9CA
(169,217,202)
#B5DED1
(181,222,209)
#C1E3D8
(193,227,216)
#CDE8DF
(205,232,223)
#D9EDE6
(217,237,230)
#E5F2ED
(229,242,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79C5AE; }

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

This text font color is #79C5AE.


Background Color

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

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

This div background color is #79C5AE.


Border color

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

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

This div border color is #79C5AE.


Opacity

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

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

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

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

This text has shadow with #79C5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C5AE on black background.


Color preview on white background

This text has color #79C5AE on white background.



Black color preview on #79C5AE background

This text has black color on #79C5AE background.


White color preview on #79C5AE background

This text has white color on #79C5AE background.