COLOR #76D8C5

HEX: #76D8C5
RGB: (118,216,197)

Color info

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

RGB color model

#76D8C5 color RGB value is (118,216,197).

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

RGB channels and saturation

R 118 of 255 = 46%
G 216 of 255 = 85%
B 197 of 255 = 77%

118
216
197

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

Portions of RGB colors in percentages

R + G + B =
118 + 216 + 197 = 531 (100%)
R 118 of 531 ~ 22.22%
G 216 of 531 ~ 40.68%
B 197 of 531 ~ 37.1%

%22.22
%40.68
%37.1

CMYK color model

#76D8C5 color CMYK value is (45,0,9,15).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(45,0,9,15)
C45M0Y9K15 
(45%,0%,9%,15%)
(0.45/0.00/0.09/0.15)	

CMYK percentages

%45.37
%0
%8.8
%15.29

Codes

Color #76D8C5 in popluar color models

76D8C5
RGB118216197
HSL168°55.68%65.49%
HSB/HSV168°45.37%84.71%
CMYK45.37%0.00%8.80%
15.29%

Color #76D8C5 in popluar number systems.

HEX76D8C5
Decimal118216197
Binary11101101101100011000101
Octal166330305

Shades and tints

Shades of #76D8C5

#76D8C5
(118,216,197)
#6CC5B4
(108,197,180)
#62B2A3
(98,178,163)
#589F92
(88,159,146)
#4E8C81
(78,140,129)
#447970
(68,121,112)
#3A665F
(58,102,95)
#30534E
(48,83,78)
#26403D
(38,64,61)
#1C2D2C
(28,45,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #76D8C5

#76D8C5
(118,216,197)
#82DBCA
(130,219,202)
#8EDECF
(142,222,207)
#9AE1D4
(154,225,212)
#A6E4D9
(166,228,217)
#B2E7DE
(178,231,222)
#BEEAE3
(190,234,227)
#CAEDE8
(202,237,232)
#D6F0ED
(214,240,237)
#E2F3F2
(226,243,242)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D8C5; }

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

This text font color is #76D8C5.


Background Color

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

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

This div background color is #76D8C5.


Border color

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

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

This div border color is #76D8C5.


Opacity

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

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

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

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

This text has shadow with #76D8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D8C5 on black background.


Color preview on white background

This text has color #76D8C5 on white background.



Black color preview on #76D8C5 background

This text has black color on #76D8C5 background.


White color preview on #76D8C5 background

This text has white color on #76D8C5 background.