COLOR #76EAEC

HEX: #76EAEC
RGB: (118,234,236)

Color info

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

RGB color model

#76EAEC color RGB value is (118,234,236).

  • red value is 118;
  • green value is 234;
  • blue value is 236.
RGB:
(118,234,236)
(46%,92%,93%)

RGB channels and saturation

R 118 of 255 = 46%
G 234 of 255 = 92%
B 236 of 255 = 93%

118
234
236

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

Portions of RGB colors in percentages

R + G + B =
118 + 234 + 236 = 588 (100%)
R 118 of 588 ~ 20.07%
G 234 of 588 ~ 39.8%
B 236 of 588 ~ 40.14%

%20.07
%39.8
%40.14

CMYK color model

#76EAEC color CMYK value is (50,1,0,7).

  • cyan value is 50.00%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(50,1,0,7)
C50M1Y0K7 
(50%,1%,0%,7%)
(0.50/0.01/0.00/0.07)	

CMYK percentages

%50
%0.85
%0
%7.45

Codes

Color #76EAEC in popluar color models

76EAEC
RGB118234236
HSL181°75.64%69.41%
HSB/HSV181°50.00%92.55%
CMYK50.00%0.85%0.00%
7.45%

Color #76EAEC in popluar number systems.

HEX76EAEC
Decimal118234236
Binary11101101110101011101100
Octal166352354

Shades and tints

Shades of #76EAEC

#76EAEC
(118,234,236)
#6CD5D7
(108,213,215)
#62C0C2
(98,192,194)
#58ABAD
(88,171,173)
#4E9698
(78,150,152)
#448183
(68,129,131)
#3A6C6E
(58,108,110)
#305759
(48,87,89)
#264244
(38,66,68)
#1C2D2F
(28,45,47)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #76EAEC

#76EAEC
(118,234,236)
#82EBED
(130,235,237)
#8EECEE
(142,236,238)
#9AEDEF
(154,237,239)
#A6EEF0
(166,238,240)
#B2EFF1
(178,239,241)
#BEF0F2
(190,240,242)
#CAF1F3
(202,241,243)
#D6F2F4
(214,242,244)
#E2F3F5
(226,243,245)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EAEC color. Also use rgb(118,234,236) instead hex code.

Text Font Color

.myTextColor { color: #76EAEC; }

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

This text font color is #76EAEC.


Background Color

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

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

This div background color is #76EAEC.


Border color

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

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

This div border color is #76EAEC.


Opacity

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

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

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

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

This text has shadow with #76EAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EAEC on black background.


Color preview on white background

This text has color #76EAEC on white background.



Black color preview on #76EAEC background

This text has black color on #76EAEC background.


White color preview on #76EAEC background

This text has white color on #76EAEC background.