#78F7F0

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

Shades of Electric Blue #78F7F0

Tints of Electric Blue #78F7F0

Color information

#78F7F0 (or 0x78F7F0) is unknown color: approx Electric Blue. HEX triplet: 78, F7 and F0. RGB value is (120,247,240). Sum of RGB (Red+Green+Blue) = 120+247+240=607 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.77% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78F7F0 is #87080F. Grayscale: #D0D0D0. Windows color (decimal): -8849424 or 15791992. OLE color: 15791992.

HSL color Cylindrical-coordinate representation of color #78F7F0: hue angle of 176.69º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F7F0 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB120247240-
CMYK0.5100.030.03
HSL176.69º88.81%71.96%-
HSV(B)176.69º51.42%96.86%-
XYZ56.7376.8194.27-
YUV208.23145.9265.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.77%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=19.77%
G=40.69%
B=39.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202472400.5100.030.03176.6988.8171.96
Hex78F7F033033b15948
Octal17036736063033261131110
Binary11110001111011111110000110011011111011000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78F7F0; }

 p { color: rgb(120,247,240); }

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

<style>
 a { background-color: #78F7F0; }

 a { background-color: rgb(120,247,240); }

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

<style>
 span { border-color: #78F7F0; }

 span { border-color: rgb(120,247,240); }

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