#78F6AA

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

Shades of Vista Blue #78F6AA

Tints of Vista Blue #78F6AA

Color information

#78F6AA (or 0x78F6AA) is unknown color: approx Vista Blue. HEX triplet: 78, F6 and AA. RGB value is (120,246,170). Sum of RGB (Red+Green+Blue) = 120+246+170=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #78F6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F6AA is #870955. Grayscale: #C7C7C7. Windows color (decimal): -8849750 or 11204216. OLE color: 11204216.

HSL color Cylindrical-coordinate representation of color #78F6AA: hue angle of 143.81º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F6AA is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB120246170-
CMYK0.5100.310.04
HSL143.81º87.5%71.76%-
HSV(B)143.81º51.22%96.47%-
XYZ47.9672.8149.56-
YUV199.66111.2671.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.39%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=22.39%
G=45.90%
B=31.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202461700.5100.310.04143.8187.571.76
Hex78F6AA3301F4905848
Octal170366252630374220130110
Binary111100011110110101010101100110111111001001000010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,246,170); }

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

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

 a { background-color: rgb(120,246,170); }

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

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

 span { border-color: rgb(120,246,170); }

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