COLOR #76D1A6

HEX: #76D1A6
RGB: (118,209,166)

Color info

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

RGB color model

#76D1A6 color RGB value is (118,209,166).

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

RGB channels and saturation

R 118 of 255 = 46%
G 209 of 255 = 82%
B 166 of 255 = 65%

118
209
166

R + G + B ~ 64%. #76D1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 209 + 166 = 493 (100%)
R 118 of 493 ~ 23.94%
G 209 of 493 ~ 42.39%
B 166 of 493 ~ 33.67%

%23.94
%42.39
%33.67

CMYK color model

#76D1A6 color CMYK value is (44,0,21,18).

  • cyan value is 43.54%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 18.04%
CMYK:
(44,0,21,18)
C44M0Y21K18 
(44%,0%,21%,18%)
(0.44/0.00/0.21/0.18)	

CMYK percentages

%43.54
%0
%20.57
%18.04

Codes

Color #76D1A6 in popluar color models

76D1A6
RGB118209166
HSL152°49.73%64.12%
HSB/HSV152°43.54%81.96%
CMYK43.54%0.00%20.57%
18.04%

Color #76D1A6 in popluar number systems.

HEX76D1A6
Decimal118209166
Binary11101101101000110100110
Octal166321246

Shades and tints

Shades of #76D1A6

#76D1A6
(118,209,166)
#6CBE97
(108,190,151)
#62AB88
(98,171,136)
#589879
(88,152,121)
#4E856A
(78,133,106)
#44725B
(68,114,91)
#3A5F4C
(58,95,76)
#304C3D
(48,76,61)
#26392E
(38,57,46)
#1C261F
(28,38,31)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #76D1A6

#76D1A6
(118,209,166)
#82D5AE
(130,213,174)
#8ED9B6
(142,217,182)
#9ADDBE
(154,221,190)
#A6E1C6
(166,225,198)
#B2E5CE
(178,229,206)
#BEE9D6
(190,233,214)
#CAEDDE
(202,237,222)
#D6F1E6
(214,241,230)
#E2F5EE
(226,245,238)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D1A6; }

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

This text font color is #76D1A6.


Background Color

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

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

This div background color is #76D1A6.


Border color

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

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

This div border color is #76D1A6.


Opacity

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

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

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

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

This text has shadow with #76D1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D1A6 on black background.


Color preview on white background

This text has color #76D1A6 on white background.



Black color preview on #76D1A6 background

This text has black color on #76D1A6 background.


White color preview on #76D1A6 background

This text has white color on #76D1A6 background.