COLOR #79D7C0

HEX: #79D7C0
RGB: (121,215,192)

Color info

#79D7C0 contains mainly green and blue colors. Web safe color of #79D7C0 is #66CCCC (or #6CC).

RGB color model

#79D7C0 color RGB value is (121,215,192).

  • red value is 121;
  • green value is 215;
  • blue value is 192.
RGB:
(121,215,192)
(47%,84%,75%)

RGB channels and saturation

R 121 of 255 = 47%
G 215 of 255 = 84%
B 192 of 255 = 75%

121
215
192

R + G + B ~ 69%. #79D7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 215 + 192 = 528 (100%)
R 121 of 528 ~ 22.92%
G 215 of 528 ~ 40.72%
B 192 of 528 ~ 36.36%

%22.92
%40.72
%36.36

CMYK color model

#79D7C0 color CMYK value is (44,0,11,16).

  • cyan value is 43.72%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(44,0,11,16)
C44M0Y11K16 
(44%,0%,11%,16%)
(0.44/0.00/0.11/0.16)	

CMYK percentages

%43.72
%0
%10.7
%15.69

Codes

Color #79D7C0 in popluar color models

79D7C0
RGB121215192
HSL165°54.02%65.88%
HSB/HSV165°43.72%84.31%
CMYK43.72%0.00%10.70%
15.69%

Color #79D7C0 in popluar number systems.

HEX79D7C0
Decimal121215192
Binary11110011101011111000000
Octal171327300

Shades and tints

Shades of #79D7C0

#79D7C0
(121,215,192)
#6EC4AF
(110,196,175)
#63B19E
(99,177,158)
#589E8D
(88,158,141)
#4D8B7C
(77,139,124)
#42786B
(66,120,107)
#37655A
(55,101,90)
#2C5249
(44,82,73)
#213F38
(33,63,56)
#162C27
(22,44,39)
#0B1916
(11,25,22)
#000000
(0,0,0)

Tints of #79D7C0

#79D7C0
(121,215,192)
#85DAC5
(133,218,197)
#91DDCA
(145,221,202)
#9DE0CF
(157,224,207)
#A9E3D4
(169,227,212)
#B5E6D9
(181,230,217)
#C1E9DE
(193,233,222)
#CDECE3
(205,236,227)
#D9EFE8
(217,239,232)
#E5F2ED
(229,242,237)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79D7C0 color. Also use rgb(121,215,192) instead hex code.

Text Font Color

.myTextColor { color: #79D7C0; }

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

This text font color is #79D7C0.


Background Color

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

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

This div background color is #79D7C0.


Border color

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

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

This div border color is #79D7C0.


Opacity

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

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

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

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

This text has shadow with #79D7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79D7C0 on black background.


Color preview on white background

This text has color #79D7C0 on white background.



Black color preview on #79D7C0 background

This text has black color on #79D7C0 background.


White color preview on #79D7C0 background

This text has white color on #79D7C0 background.