COLOR #76F2FA

HEX: #76F2FA
RGB: (118,242,250)

Color info

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

RGB color model

#76F2FA color RGB value is (118,242,250).

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

RGB channels and saturation

R 118 of 255 = 46%
G 242 of 255 = 95%
B 250 of 255 = 98%

118
242
250

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

Portions of RGB colors in percentages

R + G + B =
118 + 242 + 250 = 610 (100%)
R 118 of 610 ~ 19.34%
G 242 of 610 ~ 39.67%
B 250 of 610 ~ 40.98%

%19.34
%39.67
%40.98

CMYK color model

#76F2FA color CMYK value is (53,3,0,2).

  • cyan value is 52.80%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(53,3,0,2)
C53M3Y0K2 
(53%,3%,0%,2%)
(0.53/0.03/0.00/0.02)	

CMYK percentages

%52.8
%3.2
%0
%1.96

Codes

Color #76F2FA in popluar color models

76F2FA
RGB118242250
HSL184°92.96%72.16%
HSB/HSV184°52.80%98.04%
CMYK52.80%3.20%0.00%
1.96%

Color #76F2FA in popluar number systems.

HEX76F2FA
Decimal118242250
Binary11101101111001011111010
Octal166362372

Shades and tints

Shades of #76F2FA

#76F2FA
(118,242,250)
#6CDCE4
(108,220,228)
#62C6CE
(98,198,206)
#58B0B8
(88,176,184)
#4E9AA2
(78,154,162)
#44848C
(68,132,140)
#3A6E76
(58,110,118)
#305860
(48,88,96)
#26424A
(38,66,74)
#1C2C34
(28,44,52)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #76F2FA

#76F2FA
(118,242,250)
#82F3FA
(130,243,250)
#8EF4FA
(142,244,250)
#9AF5FA
(154,245,250)
#A6F6FA
(166,246,250)
#B2F7FA
(178,247,250)
#BEF8FA
(190,248,250)
#CAF9FA
(202,249,250)
#D6FAFA
(214,250,250)
#E2FBFA
(226,251,250)
#EEFCFA
(238,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F2FA; }

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

This text font color is #76F2FA.


Background Color

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

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

This div background color is #76F2FA.


Border color

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

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

This div border color is #76F2FA.


Opacity

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

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

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

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

This text has shadow with #76F2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F2FA on black background.


Color preview on white background

This text has color #76F2FA on white background.



Black color preview on #76F2FA background

This text has black color on #76F2FA background.


White color preview on #76F2FA background

This text has white color on #76F2FA background.