COLOR #79E0ED

HEX: #79E0ED
RGB: (121,224,237)

Color info

#79E0ED contains mainly green and blue colors. Web safe color of #79E0ED is #66CCFF (or #6CF).

RGB color model

#79E0ED color RGB value is (121,224,237).

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

RGB channels and saturation

R 121 of 255 = 47%
G 224 of 255 = 88%
B 237 of 255 = 93%

121
224
237

R + G + B ~ 76%. #79E0ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 224 + 237 = 582 (100%)
R 121 of 582 ~ 20.79%
G 224 of 582 ~ 38.49%
B 237 of 582 ~ 40.72%

%20.79
%38.49
%40.72

CMYK color model

#79E0ED color CMYK value is (49,5,0,7).

  • cyan value is 48.95%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(49,5,0,7)
C49M5Y0K7 
(49%,5%,0%,7%)
(0.49/0.05/0.00/0.07)	

CMYK percentages

%48.95
%5.49
%0
%7.06

Codes

Color #79E0ED in popluar color models

79E0ED
RGB121224237
HSL187°76.32%70.20%
HSB/HSV187°48.95%92.94%
CMYK48.95%5.49%0.00%
7.06%

Color #79E0ED in popluar number systems.

HEX79E0ED
Decimal121224237
Binary11110011110000011101101
Octal171340355

Shades and tints

Shades of #79E0ED

#79E0ED
(121,224,237)
#6ECCD8
(110,204,216)
#63B8C3
(99,184,195)
#58A4AE
(88,164,174)
#4D9099
(77,144,153)
#427C84
(66,124,132)
#37686F
(55,104,111)
#2C545A
(44,84,90)
#214045
(33,64,69)
#162C30
(22,44,48)
#0B181B
(11,24,27)
#000000
(0,0,0)

Tints of #79E0ED

#79E0ED
(121,224,237)
#85E2EE
(133,226,238)
#91E4EF
(145,228,239)
#9DE6F0
(157,230,240)
#A9E8F1
(169,232,241)
#B5EAF2
(181,234,242)
#C1ECF3
(193,236,243)
#CDEEF4
(205,238,244)
#D9F0F5
(217,240,245)
#E5F2F6
(229,242,246)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79E0ED; }

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

This text font color is #79E0ED.


Background Color

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

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

This div background color is #79E0ED.


Border color

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

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

This div border color is #79E0ED.


Opacity

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

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

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

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

This text has shadow with #79E0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79E0ED on black background.


Color preview on white background

This text has color #79E0ED on white background.



Black color preview on #79E0ED background

This text has black color on #79E0ED background.


White color preview on #79E0ED background

This text has white color on #79E0ED background.