COLOR #79C4AC

HEX: #79C4AC
RGB: (121,196,172)

Color info

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

RGB color model

#79C4AC color RGB value is (121,196,172).

  • red value is 121;
  • green value is 196;
  • blue value is 172.
RGB:
(121,196,172)
(47%,77%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 196 of 255 = 77%
B 172 of 255 = 67%

121
196
172

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

Portions of RGB colors in percentages

R + G + B =
121 + 196 + 172 = 489 (100%)
R 121 of 489 ~ 24.74%
G 196 of 489 ~ 40.08%
B 172 of 489 ~ 35.17%

%24.74
%40.08
%35.17

CMYK color model

#79C4AC color CMYK value is (38,0,12,23).

  • cyan value is 38.27%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(38,0,12,23)
C38M0Y12K23 
(38%,0%,12%,23%)
(0.38/0.00/0.12/0.23)	

CMYK percentages

%38.27
%0
%12.24
%23.14

Codes

Color #79C4AC in popluar color models

79C4AC
RGB121196172
HSL161°38.86%62.16%
HSB/HSV161°38.27%76.86%
CMYK38.27%0.00%12.24%
23.14%

Color #79C4AC in popluar number systems.

HEX79C4AC
Decimal121196172
Binary11110011100010010101100
Octal171304254

Shades and tints

Shades of #79C4AC

#79C4AC
(121,196,172)
#6EB39D
(110,179,157)
#63A28E
(99,162,142)
#58917F
(88,145,127)
#4D8070
(77,128,112)
#426F61
(66,111,97)
#375E52
(55,94,82)
#2C4D43
(44,77,67)
#213C34
(33,60,52)
#162B25
(22,43,37)
#0B1A16
(11,26,22)
#000000
(0,0,0)

Tints of #79C4AC

#79C4AC
(121,196,172)
#85C9B3
(133,201,179)
#91CEBA
(145,206,186)
#9DD3C1
(157,211,193)
#A9D8C8
(169,216,200)
#B5DDCF
(181,221,207)
#C1E2D6
(193,226,214)
#CDE7DD
(205,231,221)
#D9ECE4
(217,236,228)
#E5F1EB
(229,241,235)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C4AC color. Also use rgb(121,196,172) instead hex code.

Text Font Color

.myTextColor { color: #79C4AC; }

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

This text font color is #79C4AC.


Background Color

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

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

This div background color is #79C4AC.


Border color

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

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

This div border color is #79C4AC.


Opacity

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

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

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

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

This text has shadow with #79C4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C4AC on black background.


Color preview on white background

This text has color #79C4AC on white background.



Black color preview on #79C4AC background

This text has black color on #79C4AC background.


White color preview on #79C4AC background

This text has white color on #79C4AC background.