COLOR #76C8C1

HEX: #76C8C1 RGB: (118,200,193)

Color info

#76C8C1 contains mainly green and blue colors. Web safe color of #76C8C1 is #66CCCC (or #6CC).

RGB color model

#76C8C1 color RGB value is (118,200,193).

RGB: (118,200,193) (46%, 78%, 76%)

RGB channels and saturation

R 118 of 255 = 46%
G 200 of 255 = 78%
B 193 of 255 = 76%

118
200
193

R + G + B ~ 67%. #76C8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 200 + 193 = 511 (100%)
R 118 of 511 ~ 23.09%
G 200 of 511 ~ 39.14%
B 193 of 511 ~ 37.77'%

%23.09
%39.14
%37.77

CMYK color model

#76C8C1 color CMYK value is (41,0,4,22).

  • cyan value is 41.00%
  • magenta value is 0.00%
  • yellow value is 3.50%
  • key color value is 21.57%

CMYK: (41,0,4,22)
C41M0Y4K22 (41%, 0%, 4%, 22%)
(0.41 / 0.00 / 0.04 / 0.22)

CMYK percentages

%41
%0
%3.5
%21.57

Codes

Color #76C8C1 in popluar color models

76 C8 C1
RGB 118 200 193
HSL 175° 42.71% 62.35%
HSB/HSV 175° 41.00% 78.43%
CMYK 41.00% 0.00% 3.50%
21.57%

Color #76C8C1 in popluar number systems.

HEX 76 C8 C1
Decimal 118 200 193
Binary 1110110 11001000 11000001
Octal 166 310 301

Shades and tints

Shades of #76C8C1

#76C8C1
(118,200,193)
#6CB6B0
(108,182,176)
#62A49F
(98,164,159)
#58928E
(88,146,142)
#4E807D
(78,128,125)
#446E6C
(68,110,108)
#3A5C5B
(58,92,91)
#304A4A
(48,74,74)
#263839
(38,56,57)
#1C2628
(28,38,40)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #76C8C1

#76C8C1
(118,200,193)
#82CDC6
(130,205,198)
#8ED2CB
(142,210,203)
#9AD7D0
(154,215,208)
#A6DCD5
(166,220,213)
#B2E1DA
(178,225,218)
#BEE6DF
(190,230,223)
#CAEBE4
(202,235,228)
#D6F0E9
(214,240,233)
#E2F5EE
(226,245,238)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C8C1 color. Also use rgb(118,200,193) instead hex code.

Text Font Color

.myTextColor { color: #76C8C1; }

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

This text font color is #76C8C1.

Background Color

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

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

This div background color is #76C8C1.

Border color

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

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

This div border color is #76C8C1.

Opacity

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

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

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

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

This text has shadow with #76C8C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C8C1.

Preview

Color preview on black background

This text has color #76C8C1 on black background.


Color preview on white background

This text has color #76C8C1 on white background.


Black color preview on #76C8C1 background

This text has black color on #76C8C1 background.


White color preview on #76C8C1 background

This text has white color on #76C8C1 background.


Related colors

Complementary color

Complementary color for #hex is #89373E.


I love getcolorcode.com

Triadic colors

1 #C176C8 and #C8C176 with #76C8C1 are triadic colors.

2 #C1C876 and #C876C1 with #76C8C1 are triadic colors.