COLOR #76D6AF

HEX: #76D6AF RGB: (118,214,175)

Color info

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

RGB color model

#76D6AF color RGB value is (118,214,175).

RGB: (118,214,175) (46%, 84%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 214 of 255 = 84%
B 175 of 255 = 69%

118
214
175

R + G + B ~ 66%. #76D6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 214 + 175 = 507 (100%)
R 118 of 507 ~ 23.27%
G 214 of 507 ~ 42.21%
B 175 of 507 ~ 34.52'%

%23.27
%42.21
%34.52

CMYK color model

#76D6AF color CMYK value is (45,0,18,16).

  • cyan value is 44.86%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK: (45,0,18,16) C45M0Y18K16 (45%,0%,18%,16%) (0.45/0.00/0.18/0.16) 

CMYK percentages

%44.86
%0
%18.22
%16.08

Codes

Color #76D6AF in popluar color models

76 D6 AF
RGB 118 214 175
HSL 156° 53.93% 65.10%
HSB/HSV 156° 44.86% 83.92%
CMYK 44.86% 0.00% 18.22%
16.08%

Color #76D6AF in popluar number systems.

HEX 76 D6 AF
Decimal 118 214 175
Binary 1110110 11010110 10101111
Octal 166 326 257

Shades and tints

Shades of #76D6AF

#76D6AF
(118,214,175)
#6CC3A0
(108,195,160)
#62B091
(98,176,145)
#589D82
(88,157,130)
#4E8A73
(78,138,115)
#447764
(68,119,100)
#3A6455
(58,100,85)
#305146
(48,81,70)
#263E37
(38,62,55)
#1C2B28
(28,43,40)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #76D6AF

#76D6AF
(118,214,175)
#82D9B6
(130,217,182)
#8EDCBD
(142,220,189)
#9ADFC4
(154,223,196)
#A6E2CB
(166,226,203)
#B2E5D2
(178,229,210)
#BEE8D9
(190,232,217)
#CAEBE0
(202,235,224)
#D6EEE7
(214,238,231)
#E2F1EE
(226,241,238)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D6AF; }

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

This text font color is #76D6AF.

Background Color

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

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

This div background color is #76D6AF.

Border color

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

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

This div border color is #76D6AF.

Opacity

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

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

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

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

This text has shadow with #76D6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76D6AF.

Preview

Color preview on black background

This text has color #76D6AF on black background.


Color preview on white background

This text has color #76D6AF on white background.


Black color preview on #76D6AF background

This text has black color on #76D6AF background.


White color preview on #76D6AF background

This text has white color on #76D6AF background.


Related colors

Complementary color

Complementary color for #hex is #892950.


I love getcolorcode.com

Triadic colors

1 #AF76D6 and #D6AF76 with #76D6AF are triadic colors.

2 #AFD676 and #D676AF with #76D6AF are triadic colors.