COLOR #79CDC5

HEX: #79CDC5
RGB: (121,205,197)

Color info

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

RGB color model

#79CDC5 color RGB value is (121,205,197).

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

RGB channels and saturation

R 121 of 255 = 47%
G 205 of 255 = 80%
B 197 of 255 = 77%

121
205
197

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

Portions of RGB colors in percentages

R + G + B =
121 + 205 + 197 = 523 (100%)
R 121 of 523 ~ 23.14%
G 205 of 523 ~ 39.2%
B 197 of 523 ~ 37.67%

%23.14
%39.2
%37.67

CMYK color model

#79CDC5 color CMYK value is (41,0,4,20).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 19.61%
CMYK:
(41,0,4,20)
C41M0Y4K20 
(41%,0%,4%,20%)
(0.41/0.00/0.04/0.20)	

CMYK percentages

%40.98
%0
%3.9
%19.61

Codes

Color #79CDC5 in popluar color models

79CDC5
RGB121205197
HSL174°45.65%63.92%
HSB/HSV174°40.98%80.39%
CMYK40.98%0.00%3.90%
19.61%

Color #79CDC5 in popluar number systems.

HEX79CDC5
Decimal121205197
Binary11110011100110111000101
Octal171315305

Shades and tints

Shades of #79CDC5

#79CDC5
(121,205,197)
#6EBBB4
(110,187,180)
#63A9A3
(99,169,163)
#589792
(88,151,146)
#4D8581
(77,133,129)
#427370
(66,115,112)
#37615F
(55,97,95)
#2C4F4E
(44,79,78)
#213D3D
(33,61,61)
#162B2C
(22,43,44)
#0B191B
(11,25,27)
#000000
(0,0,0)

Tints of #79CDC5

#79CDC5
(121,205,197)
#85D1CA
(133,209,202)
#91D5CF
(145,213,207)
#9DD9D4
(157,217,212)
#A9DDD9
(169,221,217)
#B5E1DE
(181,225,222)
#C1E5E3
(193,229,227)
#CDE9E8
(205,233,232)
#D9EDED
(217,237,237)
#E5F1F2
(229,241,242)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79CDC5; }

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

This text font color is #79CDC5.


Background Color

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

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

This div background color is #79CDC5.


Border color

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

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

This div border color is #79CDC5.


Opacity

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

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

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

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

This text has shadow with #79CDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CDC5 on black background.


Color preview on white background

This text has color #79CDC5 on white background.



Black color preview on #79CDC5 background

This text has black color on #79CDC5 background.


White color preview on #79CDC5 background

This text has white color on #79CDC5 background.