#78F7AC

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

Shades of Vista Blue #78F7AC

Tints of Vista Blue #78F7AC

Color information

#78F7AC (or 0x78F7AC) is unknown color: approx Vista Blue. HEX triplet: 78, F7 and AC. RGB value is (120,247,172). Sum of RGB (Red+Green+Blue) = 120+247+172=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F7AC is #870853. Grayscale: #C8C8C8. Windows color (decimal): -8849492 or 11335544. OLE color: 11335544.

HSL color Cylindrical-coordinate representation of color #78F7AC: hue angle of 144.57º 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 #78F7AC is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB120247172-
CMYK0.5100.300.03
HSL144.57º88.81%71.96%-
HSV(B)144.57º51.42%96.86%-
XYZ48.4573.4950.66-
YUV200.48111.9270.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.26%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=22.26%
G=45.83%
B=31.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202471720.5100.300.03144.5788.8171.96
Hex78F7AC3301E3915948
Octal170367254630363221131110
Binary11110001111011110101100110011011110111001000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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