#78F1AB

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

Shades of Vista Blue #78F1AB

Tints of Vista Blue #78F1AB

Color information

#78F1AB (or 0x78F1AB) is unknown color: approx Vista Blue. HEX triplet: 78, F1 and AB. RGB value is (120,241,171). Sum of RGB (Red+Green+Blue) = 120+241+171=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F1AB is #870E54. Grayscale: #C5C5C5. Windows color (decimal): -8851029 or 11268472. OLE color: 11268472.

HSL color Cylindrical-coordinate representation of color #78F1AB: hue angle of 145.29º 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 #78F1AB is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB120241171-
CMYK0.5000.290.05
HSL145.29º81.21%70.78%-
HSV(B)145.29º50.21%94.51%-
XYZ46.5569.8449.56-
YUV196.84113.4173.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.56%
GREEN value IS 241 (94.53% from 255) = 45.30%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=22.56%
G=45.30%
B=32.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202411710.5000.290.05145.2981.2170.78
Hex78F1AB3201D5915147
Octal170361253620355221121107
Binary111100011110001101010111100100111011011001000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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