COLOR #79CCB6

HEX: #79CCB6
RGB: (121,204,182)

Color info

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

RGB color model

#79CCB6 color RGB value is (121,204,182).

  • red value is 121;
  • green value is 204;
  • blue value is 182.
RGB:
(121,204,182)
(47%,80%,71%)

RGB channels and saturation

R 121 of 255 = 47%
G 204 of 255 = 80%
B 182 of 255 = 71%

121
204
182

R + G + B ~ 66%. #79CCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 204 + 182 = 507 (100%)
R 121 of 507 ~ 23.87%
G 204 of 507 ~ 40.24%
B 182 of 507 ~ 35.9%

%23.87
%40.24
%35.9

CMYK color model

#79CCB6 color CMYK value is (41,0,11,20).

  • cyan value is 40.69%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 20.00%
CMYK:
(41,0,11,20)
C41M0Y11K20 
(41%,0%,11%,20%)
(0.41/0.00/0.11/0.20)	

CMYK percentages

%40.69
%0
%10.78
%20

Codes

Color #79CCB6 in popluar color models

79CCB6
RGB121204182
HSL164°44.86%63.73%
HSB/HSV164°40.69%80.00%
CMYK40.69%0.00%10.78%
20.00%

Color #79CCB6 in popluar number systems.

HEX79CCB6
Decimal121204182
Binary11110011100110010110110
Octal171314266

Shades and tints

Shades of #79CCB6

#79CCB6
(121,204,182)
#6EBAA6
(110,186,166)
#63A896
(99,168,150)
#589686
(88,150,134)
#4D8476
(77,132,118)
#427266
(66,114,102)
#376056
(55,96,86)
#2C4E46
(44,78,70)
#213C36
(33,60,54)
#162A26
(22,42,38)
#0B1816
(11,24,22)
#000000
(0,0,0)

Tints of #79CCB6

#79CCB6
(121,204,182)
#85D0BC
(133,208,188)
#91D4C2
(145,212,194)
#9DD8C8
(157,216,200)
#A9DCCE
(169,220,206)
#B5E0D4
(181,224,212)
#C1E4DA
(193,228,218)
#CDE8E0
(205,232,224)
#D9ECE6
(217,236,230)
#E5F0EC
(229,240,236)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CCB6 color. Also use rgb(121,204,182) instead hex code.

Text Font Color

.myTextColor { color: #79CCB6; }

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

This text font color is #79CCB6.


Background Color

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

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

This div background color is #79CCB6.


Border color

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

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

This div border color is #79CCB6.


Opacity

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

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

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

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

This text has shadow with #79CCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CCB6 on black background.


Color preview on white background

This text has color #79CCB6 on white background.



Black color preview on #79CCB6 background

This text has black color on #79CCB6 background.


White color preview on #79CCB6 background

This text has white color on #79CCB6 background.