#78F7AA

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

Shades of Vista Blue #78F7AA

Tints of Vista Blue #78F7AA

Color information

#78F7AA (or 0x78F7AA) is unknown color: approx Vista Blue. HEX triplet: 78, F7 and AA. RGB value is (120,247,170). Sum of RGB (Red+Green+Blue) = 120+247+170=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F7AA is #870855. Grayscale: #C8C8C8. Windows color (decimal): -8849494 or 11204472. OLE color: 11204472.

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

Color convert

RGB120247170-
CMYK0.5100.310.03
HSL143.62º88.81%71.96%-
HSV(B)143.62º51.42%96.86%-
XYZ48.2673.4249.66-
YUV200.25110.9270.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.35%
GREEN value IS 247 (96.88% from 255) = 46.00%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=22.35%
G=46.00%
B=31.66%

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
Decimal1202471700.5100.310.03143.6288.8171.96
Hex78F7AA3301F3905948
Octal170367252630373220131110
Binary11110001111011110101010110011011111111001000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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