COLOR #76C5CF

HEX: #76C5CF RGB: (118,197,207)

Color info

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

RGB color model

#76C5CF color RGB value is (118,197,207).

RGB: (118,197,207) (46%, 77%, 81%)

RGB channels and saturation

R 118 of 255 = 46%
G 197 of 255 = 77%
B 207 of 255 = 81%

118
197
207

R + G + B ~ 68%. #76C5CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 197 + 207 = 522 (100%)
R 118 of 522 ~ 22.61%
G 197 of 522 ~ 37.74%
B 207 of 522 ~ 39.66'%

%22.61
%37.74
%39.66

CMYK color model

#76C5CF color CMYK value is (43,5,0,19).

  • cyan value is 43.00%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (43,5,0,19)
C43M5Y0K19 (43%, 5%, 0%, 19%)
(0.43 / 0.05 / 0.00 / 0.19)

CMYK percentages

%43
%4.83
%0
%18.82

Codes

Color #76C5CF in popluar color models

76 C5 CF
RGB 118 197 207
HSL 187° 48.11% 63.73%
HSB/HSV 187° 43.00% 81.18%
CMYK 43.00% 4.83% 0.00%
18.82%

Color #76C5CF in popluar number systems.

HEX 76 C5 CF
Decimal 118 197 207
Binary 1110110 11000101 11001111
Octal 166 305 317

Shades and tints

Shades of #76C5CF

#76C5CF
(118,197,207)
#6CB4BD
(108,180,189)
#62A3AB
(98,163,171)
#589299
(88,146,153)
#4E8187
(78,129,135)
#447075
(68,112,117)
#3A5F63
(58,95,99)
#304E51
(48,78,81)
#263D3F
(38,61,63)
#1C2C2D
(28,44,45)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #76C5CF

#76C5CF
(118,197,207)
#82CAD3
(130,202,211)
#8ECFD7
(142,207,215)
#9AD4DB
(154,212,219)
#A6D9DF
(166,217,223)
#B2DEE3
(178,222,227)
#BEE3E7
(190,227,231)
#CAE8EB
(202,232,235)
#D6EDEF
(214,237,239)
#E2F2F3
(226,242,243)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C5CF color. Also use rgb(118,197,207) instead hex code.

Text Font Color

.myTextColor { color: #76C5CF; }

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

This text font color is #76C5CF.

Background Color

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

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

This div background color is #76C5CF.

Border color

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

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

This div border color is #76C5CF.

Opacity

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

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

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

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

This text has shadow with #76C5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C5CF.

Preview

Color preview on black background

This text has color #76C5CF on black background.


Color preview on white background

This text has color #76C5CF on white background.


Black color preview on #76C5CF background

This text has black color on #76C5CF background.


White color preview on #76C5CF background

This text has white color on #76C5CF background.


Related colors

Complementary color

Complementary color for #hex is #893A30.


I love getcolorcode.com

Triadic colors

1 #CF76C5 and #C5CF76 with #76C5CF are triadic colors.

2 #CFC576 and #C576CF with #76C5CF are triadic colors.