COLOR #76E8FA

HEX: #76E8FA
RGB: (118,232,250)

Color info

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

RGB color model

#76E8FA color RGB value is (118,232,250).

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

RGB channels and saturation

R 118 of 255 = 46%
G 232 of 255 = 91%
B 250 of 255 = 98%

118
232
250

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

Portions of RGB colors in percentages

R + G + B =
118 + 232 + 250 = 600 (100%)
R 118 of 600 ~ 19.67%
G 232 of 600 ~ 38.67%
B 250 of 600 ~ 41.67%

%19.67
%38.67
%41.67

CMYK color model

#76E8FA color CMYK value is (53,7,0,2).

  • cyan value is 52.80%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(53,7,0,2)
C53M7Y0K2 
(53%,7%,0%,2%)
(0.53/0.07/0.00/0.02)	

CMYK percentages

%52.8
%7.2
%0
%1.96

Codes

Color #76E8FA in popluar color models

76E8FA
RGB118232250
HSL188°92.96%72.16%
HSB/HSV188°52.80%98.04%
CMYK52.80%7.20%0.00%
1.96%

Color #76E8FA in popluar number systems.

HEX76E8FA
Decimal118232250
Binary11101101110100011111010
Octal166350372

Shades and tints

Shades of #76E8FA

#76E8FA
(118,232,250)
#6CD3E4
(108,211,228)
#62BECE
(98,190,206)
#58A9B8
(88,169,184)
#4E94A2
(78,148,162)
#447F8C
(68,127,140)
#3A6A76
(58,106,118)
#305560
(48,85,96)
#26404A
(38,64,74)
#1C2B34
(28,43,52)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #76E8FA

#76E8FA
(118,232,250)
#82EAFA
(130,234,250)
#8EECFA
(142,236,250)
#9AEEFA
(154,238,250)
#A6F0FA
(166,240,250)
#B2F2FA
(178,242,250)
#BEF4FA
(190,244,250)
#CAF6FA
(202,246,250)
#D6F8FA
(214,248,250)
#E2FAFA
(226,250,250)
#EEFCFA
(238,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E8FA; }

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

This text font color is #76E8FA.


Background Color

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

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

This div background color is #76E8FA.


Border color

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

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

This div border color is #76E8FA.


Opacity

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

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

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

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

This text has shadow with #76E8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E8FA on black background.


Color preview on white background

This text has color #76E8FA on white background.



Black color preview on #76E8FA background

This text has black color on #76E8FA background.


White color preview on #76E8FA background

This text has white color on #76E8FA background.