COLOR #79EDCE

HEX: #79EDCE
RGB: (121,237,206)

Color info

#79EDCE contains mainly green and blue colors. Web safe color of #79EDCE is #66FFCC (or #6FC).

RGB color model

#79EDCE color RGB value is (121,237,206).

  • red value is 121;
  • green value is 237;
  • blue value is 206.
RGB:
(121,237,206)
(47%,93%,81%)

RGB channels and saturation

R 121 of 255 = 47%
G 237 of 255 = 93%
B 206 of 255 = 81%

121
237
206

R + G + B ~ 74%. #79EDCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 237 + 206 = 564 (100%)
R 121 of 564 ~ 21.45%
G 237 of 564 ~ 42.02%
B 206 of 564 ~ 36.52%

%21.45
%42.02
%36.52

CMYK color model

#79EDCE color CMYK value is (49,0,13,7).

  • cyan value is 48.95%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(49,0,13,7)
C49M0Y13K7 
(49%,0%,13%,7%)
(0.49/0.00/0.13/0.07)	

CMYK percentages

%48.95
%0
%13.08
%7.06

Codes

Color #79EDCE in popluar color models

79EDCE
RGB121237206
HSL164°76.32%70.20%
HSB/HSV164°48.95%92.94%
CMYK48.95%0.00%13.08%
7.06%

Color #79EDCE in popluar number systems.

HEX79EDCE
Decimal121237206
Binary11110011110110111001110
Octal171355316

Shades and tints

Shades of #79EDCE

#79EDCE
(121,237,206)
#6ED8BC
(110,216,188)
#63C3AA
(99,195,170)
#58AE98
(88,174,152)
#4D9986
(77,153,134)
#428474
(66,132,116)
#376F62
(55,111,98)
#2C5A50
(44,90,80)
#21453E
(33,69,62)
#16302C
(22,48,44)
#0B1B1A
(11,27,26)
#000000
(0,0,0)

Tints of #79EDCE

#79EDCE
(121,237,206)
#85EED2
(133,238,210)
#91EFD6
(145,239,214)
#9DF0DA
(157,240,218)
#A9F1DE
(169,241,222)
#B5F2E2
(181,242,226)
#C1F3E6
(193,243,230)
#CDF4EA
(205,244,234)
#D9F5EE
(217,245,238)
#E5F6F2
(229,246,242)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79EDCE color. Also use rgb(121,237,206) instead hex code.

Text Font Color

.myTextColor { color: #79EDCE; }

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

This text font color is #79EDCE.


Background Color

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

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

This div background color is #79EDCE.


Border color

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

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

This div border color is #79EDCE.


Opacity

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

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

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

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

This text has shadow with #79EDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79EDCE on black background.


Color preview on white background

This text has color #79EDCE on white background.



Black color preview on #79EDCE background

This text has black color on #79EDCE background.


White color preview on #79EDCE background

This text has white color on #79EDCE background.