COLOR #76CEA4

HEX: #76CEA4 RGB: (118,206,164)

Color info

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

RGB color model

#76CEA4 color RGB value is (118,206,164).

RGB: (118,206,164) (46%, 81%, 64%)

RGB channels and saturation

R 118 of 255 = 46%
G 206 of 255 = 81%
B 164 of 255 = 64%

118
206
164

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

Portions of RGB colors in percentages

R + G + B = 118 + 206 + 164 = 488 (100%)
R 118 of 488 ~ 24.18%
G 206 of 488 ~ 42.21%
B 164 of 488 ~ 33.61'%

%24.18
%42.21
%33.61

CMYK color model

#76CEA4 color CMYK value is (43,0,20,19).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 19.22%

CMYK: (43,0,20,19)
C43M0Y20K19 (43%, 0%, 20%, 19%)
(0.43 / 0.00 / 0.20 / 0.19)

CMYK percentages

%42.72
%0
%20.39
%19.22

Codes

Color #76CEA4 in popluar color models

76 CE A4
RGB 118 206 164
HSL 151° 47.31% 63.53%
HSB/HSV 151° 42.72% 80.78%
CMYK 42.72% 0.00% 20.39%
19.22%

Color #76CEA4 in popluar number systems.

HEX 76 CE A4
Decimal 118 206 164
Binary 1110110 11001110 10100100
Octal 166 316 244

Shades and tints

Shades of #76CEA4

#76CEA4
(118,206,164)
#6CBC96
(108,188,150)
#62AA88
(98,170,136)
#58987A
(88,152,122)
#4E866C
(78,134,108)
#44745E
(68,116,94)
#3A6250
(58,98,80)
#305042
(48,80,66)
#263E34
(38,62,52)
#1C2C26
(28,44,38)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #76CEA4

#76CEA4
(118,206,164)
#82D2AC
(130,210,172)
#8ED6B4
(142,214,180)
#9ADABC
(154,218,188)
#A6DEC4
(166,222,196)
#B2E2CC
(178,226,204)
#BEE6D4
(190,230,212)
#CAEADC
(202,234,220)
#D6EEE4
(214,238,228)
#E2F2EC
(226,242,236)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CEA4 color. Also use rgb(118,206,164) instead hex code.

Text Font Color

.myTextColor { color: #76CEA4; }

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

This text font color is #76CEA4.

Background Color

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

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

This div background color is #76CEA4.

Border color

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

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

This div border color is #76CEA4.

Opacity

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

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

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

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

This text has shadow with #76CEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76CEA4.

Preview

Color preview on black background

This text has color #76CEA4 on black background.


Color preview on white background

This text has color #76CEA4 on white background.


Black color preview on #76CEA4 background

This text has black color on #76CEA4 background.


White color preview on #76CEA4 background

This text has white color on #76CEA4 background.


Related colors

Complementary color

Complementary color for #hex is #89315B.


I love getcolorcode.com

Triadic colors

1 #A476CE and #CEA476 with #76CEA4 are triadic colors.

2 #A4CE76 and #CE76A4 with #76CEA4 are triadic colors.