COLOR #76CDCD

HEX: #76CDCD RGB: (118,205,205)

Color info

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

RGB color model

#76CDCD color RGB value is (118,205,205).

RGB: (118,205,205) (46%, 80%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 205 of 255 = 80%
B 205 of 255 = 80%

118
205
205

R + G + B ~ 69%. #76CDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 205 + 205 = 528 (100%)
R 118 of 528 ~ 22.35%
G 205 of 528 ~ 38.83%
B 205 of 528 ~ 38.83'%

%22.35
%38.83
%38.83

CMYK color model

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

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (42,0,0,20)
C42M0Y0K20 (42%, 0%, 0%, 20%)
(0.42 / 0.00 / 0.00 / 0.20)

CMYK percentages

%42.44
%0
%0
%19.61

Codes

Color #76CDCD in popluar color models

76 CD CD
RGB 118 205 205
HSL 180° 46.52% 63.33%
HSB/HSV 180° 42.44% 80.39%
CMYK 42.44% 0.00% 0.00%
19.61%

Color #76CDCD in popluar number systems.

HEX 76 CD CD
Decimal 118 205 205
Binary 1110110 11001101 11001101
Octal 166 315 315

Shades and tints

Shades of #76CDCD

#76CDCD
(118,205,205)
#6CBBBB
(108,187,187)
#62A9A9
(98,169,169)
#589797
(88,151,151)
#4E8585
(78,133,133)
#447373
(68,115,115)
#3A6161
(58,97,97)
#304F4F
(48,79,79)
#263D3D
(38,61,61)
#1C2B2B
(28,43,43)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #76CDCD

#76CDCD
(118,205,205)
#82D1D1
(130,209,209)
#8ED5D5
(142,213,213)
#9AD9D9
(154,217,217)
#A6DDDD
(166,221,221)
#B2E1E1
(178,225,225)
#BEE5E5
(190,229,229)
#CAE9E9
(202,233,233)
#D6EDED
(214,237,237)
#E2F1F1
(226,241,241)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76CDCD; }

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

This text font color is #76CDCD.

Background Color

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

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

This div background color is #76CDCD.

Border color

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

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

This div border color is #76CDCD.

Opacity

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

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

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

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

This text has shadow with #76CDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76CDCD.

Preview

Color preview on black background

This text has color #76CDCD on black background.


Color preview on white background

This text has color #76CDCD on white background.


Black color preview on #76CDCD background

This text has black color on #76CDCD background.


White color preview on #76CDCD background

This text has white color on #76CDCD background.


Related colors

Complementary color

Complementary color for #hex is #893232.


I love getcolorcode.com