COLOR #76C6CB

HEX: #76C6CB
RGB: (118,198,203)

Color info

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

RGB color model

#76C6CB color RGB value is (118,198,203).

  • red value is 118;
  • green value is 198;
  • blue value is 203.
RGB:
(118,198,203)
(46%,78%,80%)

RGB channels and saturation

R 118 of 255 = 46%
G 198 of 255 = 78%
B 203 of 255 = 80%

118
198
203

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

Portions of RGB colors in percentages

R + G + B =
118 + 198 + 203 = 519 (100%)
R 118 of 519 ~ 22.74%
G 198 of 519 ~ 38.15%
B 203 of 519 ~ 39.11%

%22.74
%38.15
%39.11

CMYK color model

#76C6CB color CMYK value is (42,2,0,20).

  • cyan value is 41.87%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(42,2,0,20)
C42M2Y0K20 
(42%,2%,0%,20%)
(0.42/0.02/0.00/0.20)	

CMYK percentages

%41.87
%2.46
%0
%20.39

Codes

Color #76C6CB in popluar color models

76C6CB
RGB118198203
HSL184°44.97%62.94%
HSB/HSV184°41.87%79.61%
CMYK41.87%2.46%0.00%
20.39%

Color #76C6CB in popluar number systems.

HEX76C6CB
Decimal118198203
Binary11101101100011011001011
Octal166306313

Shades and tints

Shades of #76C6CB

#76C6CB
(118,198,203)
#6CB4B9
(108,180,185)
#62A2A7
(98,162,167)
#589095
(88,144,149)
#4E7E83
(78,126,131)
#446C71
(68,108,113)
#3A5A5F
(58,90,95)
#30484D
(48,72,77)
#26363B
(38,54,59)
#1C2429
(28,36,41)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #76C6CB

#76C6CB
(118,198,203)
#82CBCF
(130,203,207)
#8ED0D3
(142,208,211)
#9AD5D7
(154,213,215)
#A6DADB
(166,218,219)
#B2DFDF
(178,223,223)
#BEE4E3
(190,228,227)
#CAE9E7
(202,233,231)
#D6EEEB
(214,238,235)
#E2F3EF
(226,243,239)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C6CB color. Also use rgb(118,198,203) instead hex code.

Text Font Color

.myTextColor { color: #76C6CB; }

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

This text font color is #76C6CB.


Background Color

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

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

This div background color is #76C6CB.


Border color

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

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

This div border color is #76C6CB.


Opacity

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

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

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

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

This text has shadow with #76C6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C6CB on black background.


Color preview on white background

This text has color #76C6CB on white background.



Black color preview on #76C6CB background

This text has black color on #76C6CB background.


White color preview on #76C6CB background

This text has white color on #76C6CB background.