COLOR #76CAA5

HEX: #76CAA5
RGB: (118,202,165)

Color info

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

RGB color model

#76CAA5 color RGB value is (118,202,165).

  • red value is 118;
  • green value is 202;
  • blue value is 165.
RGB:
(118,202,165)
(46%,79%,65%)

RGB channels and saturation

R 118 of 255 = 46%
G 202 of 255 = 79%
B 165 of 255 = 65%

118
202
165

R + G + B ~ 63%. #76CAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 202 + 165 = 485 (100%)
R 118 of 485 ~ 24.33%
G 202 of 485 ~ 41.65%
B 165 of 485 ~ 34.02%

%24.33
%41.65
%34.02

CMYK color model

#76CAA5 color CMYK value is (42,0,18,21).

  • cyan value is 41.58%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 20.78%
CMYK:
(42,0,18,21)
C42M0Y18K21 
(42%,0%,18%,21%)
(0.42/0.00/0.18/0.21)	

CMYK percentages

%41.58
%0
%18.32
%20.78

Codes

Color #76CAA5 in popluar color models

76CAA5
RGB118202165
HSL154°44.21%62.75%
HSB/HSV154°41.58%79.22%
CMYK41.58%0.00%18.32%
20.78%

Color #76CAA5 in popluar number systems.

HEX76CAA5
Decimal118202165
Binary11101101100101010100101
Octal166312245

Shades and tints

Shades of #76CAA5

#76CAA5
(118,202,165)
#6CB896
(108,184,150)
#62A687
(98,166,135)
#589478
(88,148,120)
#4E8269
(78,130,105)
#44705A
(68,112,90)
#3A5E4B
(58,94,75)
#304C3C
(48,76,60)
#263A2D
(38,58,45)
#1C281E
(28,40,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #76CAA5

#76CAA5
(118,202,165)
#82CEAD
(130,206,173)
#8ED2B5
(142,210,181)
#9AD6BD
(154,214,189)
#A6DAC5
(166,218,197)
#B2DECD
(178,222,205)
#BEE2D5
(190,226,213)
#CAE6DD
(202,230,221)
#D6EAE5
(214,234,229)
#E2EEED
(226,238,237)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CAA5 color. Also use rgb(118,202,165) instead hex code.

Text Font Color

.myTextColor { color: #76CAA5; }

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

This text font color is #76CAA5.


Background Color

.myBgColor { background-color: #76CAA5; }

<div style="background-color:#76CAA5">Inner text</div>

This div background color is #76CAA5.


Border color

.myBorderColor { border: 1px solid #76CAA5; }

<div style="border:3px solid #76CAA5">Div</div>

This div border color is #76CAA5.


Opacity

.myOpacity80 { color: #76CAA5; opacity: 0.8; }

<p style="color:#76CAA5;opacity:0.8;">80%</p>

Text with #76CAA5 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 #76CAA5;}

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

This text has shadow with #76CAA5 color.

.textShadow {text-shadow: 3px 3px 1px #76CAA5, 3px 3px 1px red;}

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

This text has shadow with #76CAA5 primary color and red secondary color.


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

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

This text has shadow with #76CAA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CAA5 on black background.


Color preview on white background

This text has color #76CAA5 on white background.



Black color preview on #76CAA5 background

This text has black color on #76CAA5 background.


White color preview on #76CAA5 background

This text has white color on #76CAA5 background.