COLOR #76EDEF

HEX: #76EDEF
RGB: (118,237,239)

Color info

#76EDEF contains mainly green and blue colors. Web safe color of #76EDEF is #66FFFF (or #6FF).

RGB color model

#76EDEF color RGB value is (118,237,239).

  • red value is 118;
  • green value is 237;
  • blue value is 239.
RGB:
(118,237,239)
(46%,93%,94%)

RGB channels and saturation

R 118 of 255 = 46%
G 237 of 255 = 93%
B 239 of 255 = 94%

118
237
239

R + G + B ~ 78%. #76EDEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 237 + 239 = 594 (100%)
R 118 of 594 ~ 19.87%
G 237 of 594 ~ 39.9%
B 239 of 594 ~ 40.24%

%19.87
%39.9
%40.24

CMYK color model

#76EDEF color CMYK value is (51,1,0,6).

  • cyan value is 50.63%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(51,1,0,6)
C51M1Y0K6 
(51%,1%,0%,6%)
(0.51/0.01/0.00/0.06)	

CMYK percentages

%50.63
%0.84
%0
%6.27

Codes

Color #76EDEF in popluar color models

76EDEF
RGB118237239
HSL181°79.08%70.00%
HSB/HSV181°50.63%93.73%
CMYK50.63%0.84%0.00%
6.27%

Color #76EDEF in popluar number systems.

HEX76EDEF
Decimal118237239
Binary11101101110110111101111
Octal166355357

Shades and tints

Shades of #76EDEF

#76EDEF
(118,237,239)
#6CD8DA
(108,216,218)
#62C3C5
(98,195,197)
#58AEB0
(88,174,176)
#4E999B
(78,153,155)
#448486
(68,132,134)
#3A6F71
(58,111,113)
#305A5C
(48,90,92)
#264547
(38,69,71)
#1C3032
(28,48,50)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #76EDEF

#76EDEF
(118,237,239)
#82EEF0
(130,238,240)
#8EEFF1
(142,239,241)
#9AF0F2
(154,240,242)
#A6F1F3
(166,241,243)
#B2F2F4
(178,242,244)
#BEF3F5
(190,243,245)
#CAF4F6
(202,244,246)
#D6F5F7
(214,245,247)
#E2F6F8
(226,246,248)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76EDEF; }

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

This text font color is #76EDEF.


Background Color

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

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

This div background color is #76EDEF.


Border color

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

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

This div border color is #76EDEF.


Opacity

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

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

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

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

This text has shadow with #76EDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EDEF on black background.


Color preview on white background

This text has color #76EDEF on white background.



Black color preview on #76EDEF background

This text has black color on #76EDEF background.


White color preview on #76EDEF background

This text has white color on #76EDEF background.