COLOR #76E6EB

HEX: #76E6EB
RGB: (118,230,235)

Color info

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

RGB color model

#76E6EB color RGB value is (118,230,235).

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

RGB channels and saturation

R 118 of 255 = 46%
G 230 of 255 = 90%
B 235 of 255 = 92%

118
230
235

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

Portions of RGB colors in percentages

R + G + B =
118 + 230 + 235 = 583 (100%)
R 118 of 583 ~ 20.24%
G 230 of 583 ~ 39.45%
B 235 of 583 ~ 40.31%

%20.24
%39.45
%40.31

CMYK color model

#76E6EB color CMYK value is (50,2,0,8).

  • cyan value is 49.79%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(50,2,0,8)
C50M2Y0K8 
(50%,2%,0%,8%)
(0.50/0.02/0.00/0.08)	

CMYK percentages

%49.79
%2.13
%0
%7.84

Codes

Color #76E6EB in popluar color models

76E6EB
RGB118230235
HSL183°74.52%69.22%
HSB/HSV183°49.79%92.16%
CMYK49.79%2.13%0.00%
7.84%

Color #76E6EB in popluar number systems.

HEX76E6EB
Decimal118230235
Binary11101101110011011101011
Octal166346353

Shades and tints

Shades of #76E6EB

#76E6EB
(118,230,235)
#6CD2D6
(108,210,214)
#62BEC1
(98,190,193)
#58AAAC
(88,170,172)
#4E9697
(78,150,151)
#448282
(68,130,130)
#3A6E6D
(58,110,109)
#305A58
(48,90,88)
#264643
(38,70,67)
#1C322E
(28,50,46)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #76E6EB

#76E6EB
(118,230,235)
#82E8EC
(130,232,236)
#8EEAED
(142,234,237)
#9AECEE
(154,236,238)
#A6EEEF
(166,238,239)
#B2F0F0
(178,240,240)
#BEF2F1
(190,242,241)
#CAF4F2
(202,244,242)
#D6F6F3
(214,246,243)
#E2F8F4
(226,248,244)
#EEFAF5
(238,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E6EB; }

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

This text font color is #76E6EB.


Background Color

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

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

This div background color is #76E6EB.


Border color

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

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

This div border color is #76E6EB.


Opacity

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

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

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

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

This text has shadow with #76E6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E6EB on black background.


Color preview on white background

This text has color #76E6EB on white background.



Black color preview on #76E6EB background

This text has black color on #76E6EB background.


White color preview on #76E6EB background

This text has white color on #76E6EB background.