#78F1A8

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

Shades of Vista Blue #78F1A8

Tints of Vista Blue #78F1A8

Color information

#78F1A8 (or 0x78F1A8) is unknown color: approx Vista Blue. HEX triplet: 78, F1 and A8. RGB value is (120,241,168). Sum of RGB (Red+Green+Blue) = 120+241+168=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F1A8 is #870E57. Grayscale: #C4C4C4. Windows color (decimal): -8851032 or 11071864. OLE color: 11071864.

HSL color Cylindrical-coordinate representation of color #78F1A8: hue angle of 143.8º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F1A8 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB120241168-
CMYK0.5000.300.05
HSL143.8º81.21%70.78%-
HSV(B)143.8º50.21%94.51%-
XYZ46.2769.7348.07-
YUV196.5111.9173.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.68%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=22.68%
G=45.56%
B=31.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202411680.5000.300.05143.881.2170.78
Hex78F1A83201E5905147
Octal170361250620365220121107
Binary111100011110001101010001100100111101011001000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,241,168); }

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

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

 a { background-color: rgb(120,241,168); }

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

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

 span { border-color: rgb(120,241,168); }

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