COLOR #79DDB9

HEX: #79DDB9
RGB: (121,221,185)

Color info

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

RGB color model

#79DDB9 color RGB value is (121,221,185).

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

RGB channels and saturation

R 121 of 255 = 47%
G 221 of 255 = 87%
B 185 of 255 = 73%

121
221
185

R + G + B ~ 69%. #79DDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 221 + 185 = 527 (100%)
R 121 of 527 ~ 22.96%
G 221 of 527 ~ 41.94%
B 185 of 527 ~ 35.1%

%22.96
%41.94
%35.1

CMYK color model

#79DDB9 color CMYK value is (45,0,16,13).

  • cyan value is 45.25%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(45,0,16,13)
C45M0Y16K13 
(45%,0%,16%,13%)
(0.45/0.00/0.16/0.13)	

CMYK percentages

%45.25
%0
%16.29
%13.33

Codes

Color #79DDB9 in popluar color models

79DDB9
RGB121221185
HSL158°59.52%67.06%
HSB/HSV158°45.25%86.67%
CMYK45.25%0.00%16.29%
13.33%

Color #79DDB9 in popluar number systems.

HEX79DDB9
Decimal121221185
Binary11110011101110110111001
Octal171335271

Shades and tints

Shades of #79DDB9

#79DDB9
(121,221,185)
#6EC9A9
(110,201,169)
#63B599
(99,181,153)
#58A189
(88,161,137)
#4D8D79
(77,141,121)
#427969
(66,121,105)
#376559
(55,101,89)
#2C5149
(44,81,73)
#213D39
(33,61,57)
#162929
(22,41,41)
#0B1519
(11,21,25)
#000000
(0,0,0)

Tints of #79DDB9

#79DDB9
(121,221,185)
#85E0BF
(133,224,191)
#91E3C5
(145,227,197)
#9DE6CB
(157,230,203)
#A9E9D1
(169,233,209)
#B5ECD7
(181,236,215)
#C1EFDD
(193,239,221)
#CDF2E3
(205,242,227)
#D9F5E9
(217,245,233)
#E5F8EF
(229,248,239)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79DDB9; }

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

This text font color is #79DDB9.


Background Color

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

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

This div background color is #79DDB9.


Border color

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

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

This div border color is #79DDB9.


Opacity

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

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

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

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

This text has shadow with #79DDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79DDB9 on black background.


Color preview on white background

This text has color #79DDB9 on white background.



Black color preview on #79DDB9 background

This text has black color on #79DDB9 background.


White color preview on #79DDB9 background

This text has white color on #79DDB9 background.