COLOR #79D2D4

HEX: #79D2D4
RGB: (121,210,212)

Color info

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

RGB color model

#79D2D4 color RGB value is (121,210,212).

  • red value is 121;
  • green value is 210;
  • blue value is 212.
RGB:
(121,210,212)
(47%,82%,83%)

RGB channels and saturation

R 121 of 255 = 47%
G 210 of 255 = 82%
B 212 of 255 = 83%

121
210
212

R + G + B ~ 71%. #79D2D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 210 + 212 = 543 (100%)
R 121 of 543 ~ 22.28%
G 210 of 543 ~ 38.67%
B 212 of 543 ~ 39.04%

%22.28
%38.67
%39.04

CMYK color model

#79D2D4 color CMYK value is (43,1,0,17).

  • cyan value is 42.92%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(43,1,0,17)
C43M1Y0K17 
(43%,1%,0%,17%)
(0.43/0.01/0.00/0.17)	

CMYK percentages

%42.92
%0.94
%0
%16.86

Codes

Color #79D2D4 in popluar color models

79D2D4
RGB121210212
HSL181°51.41%65.29%
HSB/HSV181°42.92%83.14%
CMYK42.92%0.94%0.00%
16.86%

Color #79D2D4 in popluar number systems.

HEX79D2D4
Decimal121210212
Binary11110011101001011010100
Octal171322324

Shades and tints

Shades of #79D2D4

#79D2D4
(121,210,212)
#6EBFC1
(110,191,193)
#63ACAE
(99,172,174)
#58999B
(88,153,155)
#4D8688
(77,134,136)
#427375
(66,115,117)
#376062
(55,96,98)
#2C4D4F
(44,77,79)
#213A3C
(33,58,60)
#162729
(22,39,41)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #79D2D4

#79D2D4
(121,210,212)
#85D6D7
(133,214,215)
#91DADA
(145,218,218)
#9DDEDD
(157,222,221)
#A9E2E0
(169,226,224)
#B5E6E3
(181,230,227)
#C1EAE6
(193,234,230)
#CDEEE9
(205,238,233)
#D9F2EC
(217,242,236)
#E5F6EF
(229,246,239)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79D2D4 color. Also use rgb(121,210,212) instead hex code.

Text Font Color

.myTextColor { color: #79D2D4; }

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

This text font color is #79D2D4.


Background Color

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

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

This div background color is #79D2D4.


Border color

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

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

This div border color is #79D2D4.


Opacity

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

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

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

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

This text has shadow with #79D2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79D2D4 on black background.


Color preview on white background

This text has color #79D2D4 on white background.



Black color preview on #79D2D4 background

This text has black color on #79D2D4 background.


White color preview on #79D2D4 background

This text has white color on #79D2D4 background.