COLOR #79C9C5

HEX: #79C9C5
RGB: (121,201,197)

Color info

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

RGB color model

#79C9C5 color RGB value is (121,201,197).

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

RGB channels and saturation

R 121 of 255 = 47%
G 201 of 255 = 79%
B 197 of 255 = 77%

121
201
197

R + G + B ~ 68%. #79C9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 201 + 197 = 519 (100%)
R 121 of 519 ~ 23.31%
G 201 of 519 ~ 38.73%
B 197 of 519 ~ 37.96%

%23.31
%38.73
%37.96

CMYK color model

#79C9C5 color CMYK value is (40,0,2,21).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 21.18%
CMYK:
(40,0,2,21)
C40M0Y2K21 
(40%,0%,2%,21%)
(0.40/0.00/0.02/0.21)	

CMYK percentages

%39.8
%0
%1.99
%21.18

Codes

Color #79C9C5 in popluar color models

79C9C5
RGB121201197
HSL177°42.55%63.14%
HSB/HSV177°39.80%78.82%
CMYK39.80%0.00%1.99%
21.18%

Color #79C9C5 in popluar number systems.

HEX79C9C5
Decimal121201197
Binary11110011100100111000101
Octal171311305

Shades and tints

Shades of #79C9C5

#79C9C5
(121,201,197)
#6EB7B4
(110,183,180)
#63A5A3
(99,165,163)
#589392
(88,147,146)
#4D8181
(77,129,129)
#426F70
(66,111,112)
#375D5F
(55,93,95)
#2C4B4E
(44,75,78)
#21393D
(33,57,61)
#16272C
(22,39,44)
#0B151B
(11,21,27)
#000000
(0,0,0)

Tints of #79C9C5

#79C9C5
(121,201,197)
#85CDCA
(133,205,202)
#91D1CF
(145,209,207)
#9DD5D4
(157,213,212)
#A9D9D9
(169,217,217)
#B5DDDE
(181,221,222)
#C1E1E3
(193,225,227)
#CDE5E8
(205,229,232)
#D9E9ED
(217,233,237)
#E5EDF2
(229,237,242)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79C9C5; }

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

This text font color is #79C9C5.


Background Color

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

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

This div background color is #79C9C5.


Border color

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

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

This div border color is #79C9C5.


Opacity

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

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

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

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

This text has shadow with #79C9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C9C5 on black background.


Color preview on white background

This text has color #79C9C5 on white background.



Black color preview on #79C9C5 background

This text has black color on #79C9C5 background.


White color preview on #79C9C5 background

This text has white color on #79C9C5 background.