COLOR #79ECDD

HEX: #79ECDD
RGB: (121,236,221)

Color info

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

RGB color model

#79ECDD color RGB value is (121,236,221).

  • red value is 121;
  • green value is 236;
  • blue value is 221.
RGB:
(121,236,221)
(47%,93%,87%)

RGB channels and saturation

R 121 of 255 = 47%
G 236 of 255 = 93%
B 221 of 255 = 87%

121
236
221

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

Portions of RGB colors in percentages

R + G + B =
121 + 236 + 221 = 578 (100%)
R 121 of 578 ~ 20.93%
G 236 of 578 ~ 40.83%
B 221 of 578 ~ 38.24%

%20.93
%40.83
%38.24

CMYK color model

#79ECDD color CMYK value is (49,0,6,7).

  • cyan value is 48.73%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(49,0,6,7)
C49M0Y6K7 
(49%,0%,6%,7%)
(0.49/0.00/0.06/0.07)	

CMYK percentages

%48.73
%0
%6.36
%7.45

Codes

Color #79ECDD in popluar color models

79ECDD
RGB121236221
HSL172°75.16%70.00%
HSB/HSV172°48.73%92.55%
CMYK48.73%0.00%6.36%
7.45%

Color #79ECDD in popluar number systems.

HEX79ECDD
Decimal121236221
Binary11110011110110011011101
Octal171354335

Shades and tints

Shades of #79ECDD

#79ECDD
(121,236,221)
#6ED7C9
(110,215,201)
#63C2B5
(99,194,181)
#58ADA1
(88,173,161)
#4D988D
(77,152,141)
#428379
(66,131,121)
#376E65
(55,110,101)
#2C5951
(44,89,81)
#21443D
(33,68,61)
#162F29
(22,47,41)
#0B1A15
(11,26,21)
#000000
(0,0,0)

Tints of #79ECDD

#79ECDD
(121,236,221)
#85EDE0
(133,237,224)
#91EEE3
(145,238,227)
#9DEFE6
(157,239,230)
#A9F0E9
(169,240,233)
#B5F1EC
(181,241,236)
#C1F2EF
(193,242,239)
#CDF3F2
(205,243,242)
#D9F4F5
(217,244,245)
#E5F5F8
(229,245,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79ECDD color. Also use rgb(121,236,221) instead hex code.

Text Font Color

.myTextColor { color: #79ECDD; }

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

This text font color is #79ECDD.


Background Color

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

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

This div background color is #79ECDD.


Border color

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

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

This div border color is #79ECDD.


Opacity

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

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

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

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

This text has shadow with #79ECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79ECDD on black background.


Color preview on white background

This text has color #79ECDD on white background.



Black color preview on #79ECDD background

This text has black color on #79ECDD background.


White color preview on #79ECDD background

This text has white color on #79ECDD background.