COLOR #76C3A6

HEX: #76C3A6
RGB: (118,195,166)

Color info

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

RGB color model

#76C3A6 color RGB value is (118,195,166).

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

RGB channels and saturation

R 118 of 255 = 46%
G 195 of 255 = 76%
B 166 of 255 = 65%

118
195
166

R + G + B ~ 62%. #76C3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 195 + 166 = 479 (100%)
R 118 of 479 ~ 24.63%
G 195 of 479 ~ 40.71%
B 166 of 479 ~ 34.66%

%24.63
%40.71
%34.66

CMYK color model

#76C3A6 color CMYK value is (39,0,15,24).

  • cyan value is 39.49%
  • magenta value is 0.00%
  • yellow value is 14.87%
  • key color value is 23.53%
CMYK:
(39,0,15,24)
C39M0Y15K24 
(39%,0%,15%,24%)
(0.39/0.00/0.15/0.24)	

CMYK percentages

%39.49
%0
%14.87
%23.53

Codes

Color #76C3A6 in popluar color models

76C3A6
RGB118195166
HSL157°39.09%61.37%
HSB/HSV157°39.49%76.47%
CMYK39.49%0.00%14.87%
23.53%

Color #76C3A6 in popluar number systems.

HEX76C3A6
Decimal118195166
Binary11101101100001110100110
Octal166303246

Shades and tints

Shades of #76C3A6

#76C3A6
(118,195,166)
#6CB297
(108,178,151)
#62A188
(98,161,136)
#589079
(88,144,121)
#4E7F6A
(78,127,106)
#446E5B
(68,110,91)
#3A5D4C
(58,93,76)
#304C3D
(48,76,61)
#263B2E
(38,59,46)
#1C2A1F
(28,42,31)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #76C3A6

#76C3A6
(118,195,166)
#82C8AE
(130,200,174)
#8ECDB6
(142,205,182)
#9AD2BE
(154,210,190)
#A6D7C6
(166,215,198)
#B2DCCE
(178,220,206)
#BEE1D6
(190,225,214)
#CAE6DE
(202,230,222)
#D6EBE6
(214,235,230)
#E2F0EE
(226,240,238)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C3A6; }

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

This text font color is #76C3A6.


Background Color

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

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

This div background color is #76C3A6.


Border color

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

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

This div border color is #76C3A6.


Opacity

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

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

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

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

This text has shadow with #76C3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C3A6 on black background.


Color preview on white background

This text has color #76C3A6 on white background.



Black color preview on #76C3A6 background

This text has black color on #76C3A6 background.


White color preview on #76C3A6 background

This text has white color on #76C3A6 background.