#76F4EA

Color #76F4EA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #76F4EA

Tints of Electric Blue #76F4EA

Color information

#76F4EA (or 0x76F4EA) is unknown color: approx Electric Blue. HEX triplet: 76, F4 and EA. RGB value is (118,244,234). Sum of RGB (Red+Green+Blue) = 118+244+234=596 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.80% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #76F4EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F4EA is #890B15. Grayscale: #CDCDCD. Windows color (decimal): -8981270 or 15398006. OLE color: 15398006.

HSL color Cylindrical-coordinate representation of color #76F4EA: hue angle of 175.24º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F4EA is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB118244234-
CMYK0.5200.040.04
HSL175.24º85.14%70.98%-
HSV(B)175.24º51.64%95.69%-
XYZ54.6774.4989.34-
YUV205.19144.2665.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 19.80%
GREEN value IS 244 (95.70% from 255) = 40.94%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=19.80%
G=40.94%
B=39.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182442340.5200.040.04175.2485.1470.98
Hex76F4EA34044af5547
Octal16636435264044257125107
Binary1110110111101001110101011010001001001010111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F4EA; }

 p { color: rgb(118,244,234); }

 H1.HeaderClassName
 {
   color: #76F4EA;
 }
 .AnyTagClassName
 {
   color: #76F4EA;
 }
</style>
background-color css

<style>
 a { background-color: #76F4EA; }

 a { background-color: rgb(118,244,234); }

 div.DivClassName
 {
   background-color: #76F4EA;
 }
 .BgClassName
 {
   background-color: #76F4EA;
 }
</style>
border-color css

<style>
 span { border-color: #76F4EA; }

 span { border-color: rgb(118,244,234); }

 td.TdClassName
 {
   border-color: #76F4EA;
 }
 .TagClassName
 {
   border-color: #76F4EA;
 }
</style>