COLOR #76E3E8

HEX: #76E3E8
RGB: (118,227,232)

Color info

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

RGB color model

#76E3E8 color RGB value is (118,227,232).

  • red value is 118;
  • green value is 227;
  • blue value is 232.
RGB:
(118,227,232)
(46%,89%,91%)

RGB channels and saturation

R 118 of 255 = 46%
G 227 of 255 = 89%
B 232 of 255 = 91%

118
227
232

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

Portions of RGB colors in percentages

R + G + B =
118 + 227 + 232 = 577 (100%)
R 118 of 577 ~ 20.45%
G 227 of 577 ~ 39.34%
B 232 of 577 ~ 40.21%

%20.45
%39.34
%40.21

CMYK color model

#76E3E8 color CMYK value is (49,2,0,9).

  • cyan value is 49.14%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(49,2,0,9)
C49M2Y0K9 
(49%,2%,0%,9%)
(0.49/0.02/0.00/0.09)	

CMYK percentages

%49.14
%2.16
%0
%9.02

Codes

Color #76E3E8 in popluar color models

76E3E8
RGB118227232
HSL183°71.25%68.63%
HSB/HSV183°49.14%90.98%
CMYK49.14%2.16%0.00%
9.02%

Color #76E3E8 in popluar number systems.

HEX76E3E8
Decimal118227232
Binary11101101110001111101000
Octal166343350

Shades and tints

Shades of #76E3E8

#76E3E8
(118,227,232)
#6CCFD3
(108,207,211)
#62BBBE
(98,187,190)
#58A7A9
(88,167,169)
#4E9394
(78,147,148)
#447F7F
(68,127,127)
#3A6B6A
(58,107,106)
#305755
(48,87,85)
#264340
(38,67,64)
#1C2F2B
(28,47,43)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #76E3E8

#76E3E8
(118,227,232)
#82E5EA
(130,229,234)
#8EE7EC
(142,231,236)
#9AE9EE
(154,233,238)
#A6EBF0
(166,235,240)
#B2EDF2
(178,237,242)
#BEEFF4
(190,239,244)
#CAF1F6
(202,241,246)
#D6F3F8
(214,243,248)
#E2F5FA
(226,245,250)
#EEF7FC
(238,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76E3E8 color. Also use rgb(118,227,232) instead hex code.

Text Font Color

.myTextColor { color: #76E3E8; }

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

This text font color is #76E3E8.


Background Color

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

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

This div background color is #76E3E8.


Border color

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

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

This div border color is #76E3E8.


Opacity

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

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

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

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

This text has shadow with #76E3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E3E8 on black background.


Color preview on white background

This text has color #76E3E8 on white background.



Black color preview on #76E3E8 background

This text has black color on #76E3E8 background.


White color preview on #76E3E8 background

This text has white color on #76E3E8 background.