COLOR #76CAAF

HEX: #76CAAF
RGB: (118,202,175)

Color info

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

RGB color model

#76CAAF color RGB value is (118,202,175).

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

RGB channels and saturation

R 118 of 255 = 46%
G 202 of 255 = 79%
B 175 of 255 = 69%

118
202
175

R + G + B ~ 65%. #76CAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 202 + 175 = 495 (100%)
R 118 of 495 ~ 23.84%
G 202 of 495 ~ 40.81%
B 175 of 495 ~ 35.35%

%23.84
%40.81
%35.35

CMYK color model

#76CAAF color CMYK value is (42,0,13,21).

  • cyan value is 41.58%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 20.78%
CMYK:
(42,0,13,21)
C42M0Y13K21 
(42%,0%,13%,21%)
(0.42/0.00/0.13/0.21)	

CMYK percentages

%41.58
%0
%13.37
%20.78

Codes

Color #76CAAF in popluar color models

76CAAF
RGB118202175
HSL161°44.21%62.75%
HSB/HSV161°41.58%79.22%
CMYK41.58%0.00%13.37%
20.78%

Color #76CAAF in popluar number systems.

HEX76CAAF
Decimal118202175
Binary11101101100101010101111
Octal166312257

Shades and tints

Shades of #76CAAF

#76CAAF
(118,202,175)
#6CB8A0
(108,184,160)
#62A691
(98,166,145)
#589482
(88,148,130)
#4E8273
(78,130,115)
#447064
(68,112,100)
#3A5E55
(58,94,85)
#304C46
(48,76,70)
#263A37
(38,58,55)
#1C2828
(28,40,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #76CAAF

#76CAAF
(118,202,175)
#82CEB6
(130,206,182)
#8ED2BD
(142,210,189)
#9AD6C4
(154,214,196)
#A6DACB
(166,218,203)
#B2DED2
(178,222,210)
#BEE2D9
(190,226,217)
#CAE6E0
(202,230,224)
#D6EAE7
(214,234,231)
#E2EEEE
(226,238,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76CAAF; }

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

This text font color is #76CAAF.


Background Color

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

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

This div background color is #76CAAF.


Border color

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

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

This div border color is #76CAAF.


Opacity

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

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

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

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

This text has shadow with #76CAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CAAF on black background.


Color preview on white background

This text has color #76CAAF on white background.



Black color preview on #76CAAF background

This text has black color on #76CAAF background.


White color preview on #76CAAF background

This text has white color on #76CAAF background.