COLOR #79D0DC

HEX: #79D0DC
RGB: (121,208,220)

Color info

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

RGB color model

#79D0DC color RGB value is (121,208,220).

  • red value is 121;
  • green value is 208;
  • blue value is 220.
RGB:
(121,208,220)
(47%,82%,86%)

RGB channels and saturation

R 121 of 255 = 47%
G 208 of 255 = 82%
B 220 of 255 = 86%

121
208
220

R + G + B ~ 72%. #79D0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 208 + 220 = 549 (100%)
R 121 of 549 ~ 22.04%
G 208 of 549 ~ 37.89%
B 220 of 549 ~ 40.07%

%22.04
%37.89
%40.07

CMYK color model

#79D0DC color CMYK value is (45,5,0,14).

  • cyan value is 45.00%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(45,5,0,14)
C45M5Y0K14 
(45%,5%,0%,14%)
(0.45/0.05/0.00/0.14)	

CMYK percentages

%45
%5.45
%0
%13.73

Codes

Color #79D0DC in popluar color models

79D0DC
RGB121208220
HSL187°58.58%66.86%
HSB/HSV187°45.00%86.27%
CMYK45.00%5.45%0.00%
13.73%

Color #79D0DC in popluar number systems.

HEX79D0DC
Decimal121208220
Binary11110011101000011011100
Octal171320334

Shades and tints

Shades of #79D0DC

#79D0DC
(121,208,220)
#6EBEC8
(110,190,200)
#63ACB4
(99,172,180)
#589AA0
(88,154,160)
#4D888C
(77,136,140)
#427678
(66,118,120)
#376464
(55,100,100)
#2C5250
(44,82,80)
#21403C
(33,64,60)
#162E28
(22,46,40)
#0B1C14
(11,28,20)
#000000
(0,0,0)

Tints of #79D0DC

#79D0DC
(121,208,220)
#85D4DF
(133,212,223)
#91D8E2
(145,216,226)
#9DDCE5
(157,220,229)
#A9E0E8
(169,224,232)
#B5E4EB
(181,228,235)
#C1E8EE
(193,232,238)
#CDECF1
(205,236,241)
#D9F0F4
(217,240,244)
#E5F4F7
(229,244,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79D0DC color. Also use rgb(121,208,220) instead hex code.

Text Font Color

.myTextColor { color: #79D0DC; }

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

This text font color is #79D0DC.


Background Color

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

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

This div background color is #79D0DC.


Border color

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

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

This div border color is #79D0DC.


Opacity

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

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

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

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

This text has shadow with #79D0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79D0DC on black background.


Color preview on white background

This text has color #79D0DC on white background.



Black color preview on #79D0DC background

This text has black color on #79D0DC background.


White color preview on #79D0DC background

This text has white color on #79D0DC background.