#78F7AB

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

Shades of Vista Blue #78F7AB

Tints of Vista Blue #78F7AB

Color information

#78F7AB (or 0x78F7AB) is unknown color: approx Vista Blue. HEX triplet: 78, F7 and AB. RGB value is (120,247,171). Sum of RGB (Red+Green+Blue) = 120+247+171=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F7AB is #870854. Grayscale: #C8C8C8. Windows color (decimal): -8849493 or 11270008. OLE color: 11270008.

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

Color convert

RGB120247171-
CMYK0.5100.310.03
HSL144.09º88.81%71.96%-
HSV(B)144.09º51.42%96.86%-
XYZ48.3673.4550.16-
YUV200.36111.4270.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 247 (96.88% from 255) = 45.91%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=22.30%
G=45.91%
B=31.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1202471710.5100.310.03144.0988.8171.96
Hex78F7AB3301F3905948
Octal170367253630373220131110
Binary11110001111011110101011110011011111111001000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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