COLOR #76C3AA

HEX: #76C3AA
RGB: (118,195,170)

Color info

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

RGB color model

#76C3AA color RGB value is (118,195,170).

  • red value is 118;
  • green value is 195;
  • blue value is 170.
RGB:
(118,195,170)
(46%,76%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 195 of 255 = 76%
B 170 of 255 = 67%

118
195
170

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

Portions of RGB colors in percentages

R + G + B =
118 + 195 + 170 = 483 (100%)
R 118 of 483 ~ 24.43%
G 195 of 483 ~ 40.37%
B 170 of 483 ~ 35.2%

%24.43
%40.37
%35.2

CMYK color model

#76C3AA color CMYK value is (39,0,13,24).

  • cyan value is 39.49%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(39,0,13,24)
C39M0Y13K24 
(39%,0%,13%,24%)
(0.39/0.00/0.13/0.24)	

CMYK percentages

%39.49
%0
%12.82
%23.53

Codes

Color #76C3AA in popluar color models

76C3AA
RGB118195170
HSL161°39.09%61.37%
HSB/HSV161°39.49%76.47%
CMYK39.49%0.00%12.82%
23.53%

Color #76C3AA in popluar number systems.

HEX76C3AA
Decimal118195170
Binary11101101100001110101010
Octal166303252

Shades and tints

Shades of #76C3AA

#76C3AA
(118,195,170)
#6CB29B
(108,178,155)
#62A18C
(98,161,140)
#58907D
(88,144,125)
#4E7F6E
(78,127,110)
#446E5F
(68,110,95)
#3A5D50
(58,93,80)
#304C41
(48,76,65)
#263B32
(38,59,50)
#1C2A23
(28,42,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #76C3AA

#76C3AA
(118,195,170)
#82C8B1
(130,200,177)
#8ECDB8
(142,205,184)
#9AD2BF
(154,210,191)
#A6D7C6
(166,215,198)
#B2DCCD
(178,220,205)
#BEE1D4
(190,225,212)
#CAE6DB
(202,230,219)
#D6EBE2
(214,235,226)
#E2F0E9
(226,240,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C3AA color. Also use rgb(118,195,170) instead hex code.

Text Font Color

.myTextColor { color: #76C3AA; }

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

This text font color is #76C3AA.


Background Color

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

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

This div background color is #76C3AA.


Border color

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

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

This div border color is #76C3AA.


Opacity

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

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

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

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

This text has shadow with #76C3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C3AA on black background.


Color preview on white background

This text has color #76C3AA on white background.



Black color preview on #76C3AA background

This text has black color on #76C3AA background.


White color preview on #76C3AA background

This text has white color on #76C3AA background.