COLOR #76CCA0

HEX: #76CCA0 RGB: (118,204,160)

Color info

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

RGB color model

#76CCA0 color RGB value is (118,204,160).

RGB: (118,204,160) (46%, 80%, 63%)

RGB channels and saturation

R 118 of 255 = 46%
G 204 of 255 = 80%
B 160 of 255 = 63%

118
204
160

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

Portions of RGB colors in percentages

R + G + B = 118 + 204 + 160 = 482 (100%)
R 118 of 482 ~ 24.48%
G 204 of 482 ~ 42.32%
B 160 of 482 ~ 33.2'%

%24.48
%42.32
%33.2

CMYK color model

#76CCA0 color CMYK value is (42,0,22,20).

  • cyan value is 42.16%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 20.00%

CMYK: (42,0,22,20)
C42M0Y22K20 (42%, 0%, 22%, 20%)
(0.42 / 0.00 / 0.22 / 0.20)

CMYK percentages

%42.16
%0
%21.57
%20

Codes

Color #76CCA0 in popluar color models

76 CC A0
RGB 118 204 160
HSL 149° 45.74% 63.14%
HSB/HSV 149° 42.16% 80.00%
CMYK 42.16% 0.00% 21.57%
20.00%

Color #76CCA0 in popluar number systems.

HEX 76 CC A0
Decimal 118 204 160
Binary 1110110 11001100 10100000
Octal 166 314 240

Shades and tints

Shades of #76CCA0

#76CCA0
(118,204,160)
#6CBA92
(108,186,146)
#62A884
(98,168,132)
#589676
(88,150,118)
#4E8468
(78,132,104)
#44725A
(68,114,90)
#3A604C
(58,96,76)
#304E3E
(48,78,62)
#263C30
(38,60,48)
#1C2A22
(28,42,34)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #76CCA0

#76CCA0
(118,204,160)
#82D0A8
(130,208,168)
#8ED4B0
(142,212,176)
#9AD8B8
(154,216,184)
#A6DCC0
(166,220,192)
#B2E0C8
(178,224,200)
#BEE4D0
(190,228,208)
#CAE8D8
(202,232,216)
#D6ECE0
(214,236,224)
#E2F0E8
(226,240,232)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CCA0 color. Also use rgb(118,204,160) instead hex code.

Text Font Color

.myTextColor { color: #76CCA0; }

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

This text font color is #76CCA0.

Background Color

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

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

This div background color is #76CCA0.

Border color

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

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

This div border color is #76CCA0.

Opacity

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

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

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

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

This text has shadow with #76CCA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76CCA0.

Preview

Color preview on black background

This text has color #76CCA0 on black background.


Color preview on white background

This text has color #76CCA0 on white background.


Black color preview on #76CCA0 background

This text has black color on #76CCA0 background.


White color preview on #76CCA0 background

This text has white color on #76CCA0 background.


Related colors

Complementary color

Complementary color for #hex is #89335F.


I love getcolorcode.com

Triadic colors

1 #A076CC and #CCA076 with #76CCA0 are triadic colors.

2 #A0CC76 and #CC76A0 with #76CCA0 are triadic colors.