COLOR #76C3CC

HEX: #76C3CC RGB: (118,195,204)

Color info

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

RGB color model

#76C3CC color RGB value is (118,195,204).

RGB: (118,195,204) (46%, 76%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 195 of 255 = 76%
B 204 of 255 = 80%

118
195
204

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

Portions of RGB colors in percentages

R + G + B = 118 + 195 + 204 = 517 (100%)
R 118 of 517 ~ 22.82%
G 195 of 517 ~ 37.72%
B 204 of 517 ~ 39.46'%

%22.82
%37.72
%39.46

CMYK color model

#76C3CC color CMYK value is (42,4,0,20).

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

CMYK: (42,4,0,20)
C42M4Y0K20 (42%, 4%, 0%, 20%)
(0.42 / 0.04 / 0.00 / 0.20)

CMYK percentages

%42.16
%4.41
%0
%20

Codes

Color #76C3CC in popluar color models

76 C3 CC
RGB 118 195 204
HSL 186° 45.74% 63.14%
HSB/HSV 186° 42.16% 80.00%
CMYK 42.16% 4.41% 0.00%
20.00%

Color #76C3CC in popluar number systems.

HEX 76 C3 CC
Decimal 118 195 204
Binary 1110110 11000011 11001100
Octal 166 303 314

Shades and tints

Shades of #76C3CC

#76C3CC
(118,195,204)
#6CB2BA
(108,178,186)
#62A1A8
(98,161,168)
#589096
(88,144,150)
#4E7F84
(78,127,132)
#446E72
(68,110,114)
#3A5D60
(58,93,96)
#304C4E
(48,76,78)
#263B3C
(38,59,60)
#1C2A2A
(28,42,42)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #76C3CC

#76C3CC
(118,195,204)
#82C8D0
(130,200,208)
#8ECDD4
(142,205,212)
#9AD2D8
(154,210,216)
#A6D7DC
(166,215,220)
#B2DCE0
(178,220,224)
#BEE1E4
(190,225,228)
#CAE6E8
(202,230,232)
#D6EBEC
(214,235,236)
#E2F0F0
(226,240,240)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C3CC; }

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

This text font color is #76C3CC.

Background Color

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

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

This div background color is #76C3CC.

Border color

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

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

This div border color is #76C3CC.

Opacity

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

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

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

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

This text has shadow with #76C3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C3CC.

Preview

Color preview on black background

This text has color #76C3CC on black background.


Color preview on white background

This text has color #76C3CC on white background.


Black color preview on #76C3CC background

This text has black color on #76C3CC background.


White color preview on #76C3CC background

This text has white color on #76C3CC background.


Related colors

Complementary color

Complementary color for #hex is #893C33.


I love getcolorcode.com

Triadic colors

1 #CC76C3 and #C3CC76 with #76C3CC are triadic colors.

2 #CCC376 and #C376CC with #76C3CC are triadic colors.