COLOR #79CCA0

HEX: #79CCA0 RGB: (121,204,160)

Color info

#79CCA0 contains mainly green and blue colors. Web safe color of #79CCA0 is #66CC99 (or #6C9).

RGB color model

#79CCA0 color RGB value is (121,204,160).

RGB: (121,204,160) (47%, 80%, 63%)

RGB channels and saturation

R 121 of 255 = 47%
G 204 of 255 = 80%
B 160 of 255 = 63%

121
204
160

R + G + B ~ 63%. #79CCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 204 + 160 = 485 (100%)
R 121 of 485 ~ 24.95%
G 204 of 485 ~ 42.06%
B 160 of 485 ~ 32.99'%

%24.95
%42.06
%32.99

CMYK color model

#79CCA0 color CMYK value is (41,0,22,20).

  • cyan value is 40.69%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 20.00%

CMYK: (41,0,22,20)
C41M0Y22K20 (41%, 0%, 22%, 20%)
(0.41 / 0.00 / 0.22 / 0.20)

CMYK percentages

%40.69
%0
%21.57
%20

Codes

Color #79CCA0 in popluar color models

79 CC A0
RGB 121 204 160
HSL 148° 44.86% 63.73%
HSB/HSV 148° 40.69% 80.00%
CMYK 40.69% 0.00% 21.57%
20.00%

Color #79CCA0 in popluar number systems.

HEX 79 CC A0
Decimal 121 204 160
Binary 1111001 11001100 10100000
Octal 171 314 240

Shades and tints

Shades of #79CCA0

#79CCA0
(121,204,160)
#6EBA92
(110,186,146)
#63A884
(99,168,132)
#589676
(88,150,118)
#4D8468
(77,132,104)
#42725A
(66,114,90)
#37604C
(55,96,76)
#2C4E3E
(44,78,62)
#213C30
(33,60,48)
#162A22
(22,42,34)
#0B1814
(11,24,20)
#000000
(0,0,0)

Tints of #79CCA0

#79CCA0
(121,204,160)
#85D0A8
(133,208,168)
#91D4B0
(145,212,176)
#9DD8B8
(157,216,184)
#A9DCC0
(169,220,192)
#B5E0C8
(181,224,200)
#C1E4D0
(193,228,208)
#CDE8D8
(205,232,216)
#D9ECE0
(217,236,224)
#E5F0E8
(229,240,232)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79CCA0; }

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

This text font color is #79CCA0.

Background Color

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

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

This div background color is #79CCA0.

Border color

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

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

This div border color is #79CCA0.

Opacity

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

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

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

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

This text has shadow with #79CCA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79CCA0.

Preview

Color preview on black background

This text has color #79CCA0 on black background.


Color preview on white background

This text has color #79CCA0 on white background.


Black color preview on #79CCA0 background

This text has black color on #79CCA0 background.


White color preview on #79CCA0 background

This text has white color on #79CCA0 background.


Related colors

Complementary color

Complementary color for #hex is #86335F.


I love getcolorcode.com

Triadic colors

1 #A079CC and #CCA079 with #79CCA0 are triadic colors.

2 #A0CC79 and #CC79A0 with #79CCA0 are triadic colors.