COLOR #76C5A7

HEX: #76C5A7
RGB: (118,197,167)

Color info

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

RGB color model

#76C5A7 color RGB value is (118,197,167).

  • red value is 118;
  • green value is 197;
  • blue value is 167.
RGB:
(118,197,167)
(46%,77%,65%)

RGB channels and saturation

R 118 of 255 = 46%
G 197 of 255 = 77%
B 167 of 255 = 65%

118
197
167

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

Portions of RGB colors in percentages

R + G + B =
118 + 197 + 167 = 482 (100%)
R 118 of 482 ~ 24.48%
G 197 of 482 ~ 40.87%
B 167 of 482 ~ 34.65%

%24.48
%40.87
%34.65

CMYK color model

#76C5A7 color CMYK value is (40,0,15,23).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(40,0,15,23)
C40M0Y15K23 
(40%,0%,15%,23%)
(0.40/0.00/0.15/0.23)	

CMYK percentages

%40.1
%0
%15.23
%22.75

Codes

Color #76C5A7 in popluar color models

76C5A7
RGB118197167
HSL157°40.51%61.76%
HSB/HSV157°40.10%77.25%
CMYK40.10%0.00%15.23%
22.75%

Color #76C5A7 in popluar number systems.

HEX76C5A7
Decimal118197167
Binary11101101100010110100111
Octal166305247

Shades and tints

Shades of #76C5A7

#76C5A7
(118,197,167)
#6CB498
(108,180,152)
#62A389
(98,163,137)
#58927A
(88,146,122)
#4E816B
(78,129,107)
#44705C
(68,112,92)
#3A5F4D
(58,95,77)
#304E3E
(48,78,62)
#263D2F
(38,61,47)
#1C2C20
(28,44,32)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #76C5A7

#76C5A7
(118,197,167)
#82CAAF
(130,202,175)
#8ECFB7
(142,207,183)
#9AD4BF
(154,212,191)
#A6D9C7
(166,217,199)
#B2DECF
(178,222,207)
#BEE3D7
(190,227,215)
#CAE8DF
(202,232,223)
#D6EDE7
(214,237,231)
#E2F2EF
(226,242,239)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C5A7 color. Also use rgb(118,197,167) instead hex code.

Text Font Color

.myTextColor { color: #76C5A7; }

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

This text font color is #76C5A7.


Background Color

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

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

This div background color is #76C5A7.


Border color

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

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

This div border color is #76C5A7.


Opacity

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

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

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

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

This text has shadow with #76C5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C5A7 on black background.


Color preview on white background

This text has color #76C5A7 on white background.



Black color preview on #76C5A7 background

This text has black color on #76C5A7 background.


White color preview on #76C5A7 background

This text has white color on #76C5A7 background.