COLOR #79CCA5

HEX: #79CCA5
RGB: (121,204,165)

Color info

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

RGB color model

#79CCA5 color RGB value is (121,204,165).

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

RGB channels and saturation

R 121 of 255 = 47%
G 204 of 255 = 80%
B 165 of 255 = 65%

121
204
165

R + G + B ~ 64%. #79CCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 204 + 165 = 490 (100%)
R 121 of 490 ~ 24.69%
G 204 of 490 ~ 41.63%
B 165 of 490 ~ 33.67%

%24.69
%41.63
%33.67

CMYK color model

#79CCA5 color CMYK value is (41,0,19,20).

  • cyan value is 40.69%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK:
(41,0,19,20)
C41M0Y19K20 
(41%,0%,19%,20%)
(0.41/0.00/0.19/0.20)	

CMYK percentages

%40.69
%0
%19.12
%20

Codes

Color #79CCA5 in popluar color models

79CCA5
RGB121204165
HSL152°44.86%63.73%
HSB/HSV152°40.69%80.00%
CMYK40.69%0.00%19.12%
20.00%

Color #79CCA5 in popluar number systems.

HEX79CCA5
Decimal121204165
Binary11110011100110010100101
Octal171314245

Shades and tints

Shades of #79CCA5

#79CCA5
(121,204,165)
#6EBA96
(110,186,150)
#63A887
(99,168,135)
#589678
(88,150,120)
#4D8469
(77,132,105)
#42725A
(66,114,90)
#37604B
(55,96,75)
#2C4E3C
(44,78,60)
#213C2D
(33,60,45)
#162A1E
(22,42,30)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #79CCA5

#79CCA5
(121,204,165)
#85D0AD
(133,208,173)
#91D4B5
(145,212,181)
#9DD8BD
(157,216,189)
#A9DCC5
(169,220,197)
#B5E0CD
(181,224,205)
#C1E4D5
(193,228,213)
#CDE8DD
(205,232,221)
#D9ECE5
(217,236,229)
#E5F0ED
(229,240,237)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79CCA5; }

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

This text font color is #79CCA5.


Background Color

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

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

This div background color is #79CCA5.


Border color

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

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

This div border color is #79CCA5.


Opacity

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

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

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

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

This text has shadow with #79CCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CCA5 on black background.


Color preview on white background

This text has color #79CCA5 on white background.



Black color preview on #79CCA5 background

This text has black color on #79CCA5 background.


White color preview on #79CCA5 background

This text has white color on #79CCA5 background.