COLOR #76D8D1

HEX: #76D8D1
RGB: (118,216,209)

Color info

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

RGB color model

#76D8D1 color RGB value is (118,216,209).

  • red value is 118;
  • green value is 216;
  • blue value is 209.
RGB:
(118,216,209)
(46%,85%,82%)

RGB channels and saturation

R 118 of 255 = 46%
G 216 of 255 = 85%
B 209 of 255 = 82%

118
216
209

R + G + B ~ 71%. #76D8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 216 + 209 = 543 (100%)
R 118 of 543 ~ 21.73%
G 216 of 543 ~ 39.78%
B 209 of 543 ~ 38.49%

%21.73
%39.78
%38.49

CMYK color model

#76D8D1 color CMYK value is (45,0,3,15).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(45,0,3,15)
C45M0Y3K15 
(45%,0%,3%,15%)
(0.45/0.00/0.03/0.15)	

CMYK percentages

%45.37
%0
%3.24
%15.29

Codes

Color #76D8D1 in popluar color models

76D8D1
RGB118216209
HSL176°55.68%65.49%
HSB/HSV176°45.37%84.71%
CMYK45.37%0.00%3.24%
15.29%

Color #76D8D1 in popluar number systems.

HEX76D8D1
Decimal118216209
Binary11101101101100011010001
Octal166330321

Shades and tints

Shades of #76D8D1

#76D8D1
(118,216,209)
#6CC5BE
(108,197,190)
#62B2AB
(98,178,171)
#589F98
(88,159,152)
#4E8C85
(78,140,133)
#447972
(68,121,114)
#3A665F
(58,102,95)
#30534C
(48,83,76)
#264039
(38,64,57)
#1C2D26
(28,45,38)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #76D8D1

#76D8D1
(118,216,209)
#82DBD5
(130,219,213)
#8EDED9
(142,222,217)
#9AE1DD
(154,225,221)
#A6E4E1
(166,228,225)
#B2E7E5
(178,231,229)
#BEEAE9
(190,234,233)
#CAEDED
(202,237,237)
#D6F0F1
(214,240,241)
#E2F3F5
(226,243,245)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D8D1; }

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

This text font color is #76D8D1.


Background Color

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

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

This div background color is #76D8D1.


Border color

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

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

This div border color is #76D8D1.


Opacity

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

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

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

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

This text has shadow with #76D8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D8D1 on black background.


Color preview on white background

This text has color #76D8D1 on white background.



Black color preview on #76D8D1 background

This text has black color on #76D8D1 background.


White color preview on #76D8D1 background

This text has white color on #76D8D1 background.