COLOR #76E6EE

HEX: #76E6EE
RGB: (118,230,238)

Color info

#76E6EE contains mainly green and blue colors. Web safe color of #76E6EE is #66CCFF (or #6CF).

RGB color model

#76E6EE color RGB value is (118,230,238).

  • red value is 118;
  • green value is 230;
  • blue value is 238.
RGB:
(118,230,238)
(46%,90%,93%)

RGB channels and saturation

R 118 of 255 = 46%
G 230 of 255 = 90%
B 238 of 255 = 93%

118
230
238

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

Portions of RGB colors in percentages

R + G + B =
118 + 230 + 238 = 586 (100%)
R 118 of 586 ~ 20.14%
G 230 of 586 ~ 39.25%
B 238 of 586 ~ 40.61%

%20.14
%39.25
%40.61

CMYK color model

#76E6EE color CMYK value is (50,3,0,7).

  • cyan value is 50.42%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(50,3,0,7)
C50M3Y0K7 
(50%,3%,0%,7%)
(0.50/0.03/0.00/0.07)	

CMYK percentages

%50.42
%3.36
%0
%6.67

Codes

Color #76E6EE in popluar color models

76E6EE
RGB118230238
HSL184°77.92%69.80%
HSB/HSV184°50.42%93.33%
CMYK50.42%3.36%0.00%
6.67%

Color #76E6EE in popluar number systems.

HEX76E6EE
Decimal118230238
Binary11101101110011011101110
Octal166346356

Shades and tints

Shades of #76E6EE

#76E6EE
(118,230,238)
#6CD2D9
(108,210,217)
#62BEC4
(98,190,196)
#58AAAF
(88,170,175)
#4E969A
(78,150,154)
#448285
(68,130,133)
#3A6E70
(58,110,112)
#305A5B
(48,90,91)
#264646
(38,70,70)
#1C3231
(28,50,49)
#121E1C
(18,30,28)
#000000
(0,0,0)

Tints of #76E6EE

#76E6EE
(118,230,238)
#82E8EF
(130,232,239)
#8EEAF0
(142,234,240)
#9AECF1
(154,236,241)
#A6EEF2
(166,238,242)
#B2F0F3
(178,240,243)
#BEF2F4
(190,242,244)
#CAF4F5
(202,244,245)
#D6F6F6
(214,246,246)
#E2F8F7
(226,248,247)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E6EE; }

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

This text font color is #76E6EE.


Background Color

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

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

This div background color is #76E6EE.


Border color

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

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

This div border color is #76E6EE.


Opacity

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

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

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

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

This text has shadow with #76E6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E6EE on black background.


Color preview on white background

This text has color #76E6EE on white background.



Black color preview on #76E6EE background

This text has black color on #76E6EE background.


White color preview on #76E6EE background

This text has white color on #76E6EE background.