COLOR #76F0D6

HEX: #76F0D6
RGB: (118,240,214)

Color info

#76F0D6 contains mainly green and blue colors. Web safe color of #76F0D6 is #66FFCC (or #6FC).

RGB color model

#76F0D6 color RGB value is (118,240,214).

  • red value is 118;
  • green value is 240;
  • blue value is 214.
RGB:
(118,240,214)
(46%,94%,84%)

RGB channels and saturation

R 118 of 255 = 46%
G 240 of 255 = 94%
B 214 of 255 = 84%

118
240
214

R + G + B ~ 75%. #76F0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 240 + 214 = 572 (100%)
R 118 of 572 ~ 20.63%
G 240 of 572 ~ 41.96%
B 214 of 572 ~ 37.41%

%20.63
%41.96
%37.41

CMYK color model

#76F0D6 color CMYK value is (51,0,11,6).

  • cyan value is 50.83%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(51,0,11,6)
C51M0Y11K6 
(51%,0%,11%,6%)
(0.51/0.00/0.11/0.06)	

CMYK percentages

%50.83
%0
%10.83
%5.88

Codes

Color #76F0D6 in popluar color models

76F0D6
RGB118240214
HSL167°80.26%70.20%
HSB/HSV167°50.83%94.12%
CMYK50.83%0.00%10.83%
5.88%

Color #76F0D6 in popluar number systems.

HEX76F0D6
Decimal118240214
Binary11101101111000011010110
Octal166360326

Shades and tints

Shades of #76F0D6

#76F0D6
(118,240,214)
#6CDBC3
(108,219,195)
#62C6B0
(98,198,176)
#58B19D
(88,177,157)
#4E9C8A
(78,156,138)
#448777
(68,135,119)
#3A7264
(58,114,100)
#305D51
(48,93,81)
#26483E
(38,72,62)
#1C332B
(28,51,43)
#121E18
(18,30,24)
#000000
(0,0,0)

Tints of #76F0D6

#76F0D6
(118,240,214)
#82F1D9
(130,241,217)
#8EF2DC
(142,242,220)
#9AF3DF
(154,243,223)
#A6F4E2
(166,244,226)
#B2F5E5
(178,245,229)
#BEF6E8
(190,246,232)
#CAF7EB
(202,247,235)
#D6F8EE
(214,248,238)
#E2F9F1
(226,249,241)
#EEFAF4
(238,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F0D6; }

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

This text font color is #76F0D6.


Background Color

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

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

This div background color is #76F0D6.


Border color

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

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

This div border color is #76F0D6.


Opacity

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

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

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

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

This text has shadow with #76F0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F0D6 on black background.


Color preview on white background

This text has color #76F0D6 on white background.



Black color preview on #76F0D6 background

This text has black color on #76F0D6 background.


White color preview on #76F0D6 background

This text has white color on #76F0D6 background.