#78E9AA

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

Shades of Vista Blue #78E9AA

Tints of Vista Blue #78E9AA

Color information

#78E9AA (or 0x78E9AA) is unknown color: approx Vista Blue. HEX triplet: 78, E9 and AA. RGB value is (120,233,170). Sum of RGB (Red+Green+Blue) = 120+233+170=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78E9AA is #871655. Grayscale: #C0C0C0. Windows color (decimal): -8853078 or 11200888. OLE color: 11200888.

HSL color Cylindrical-coordinate representation of color #78E9AA: hue angle of 146.55º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E9AA is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB120233170-
CMYK0.4800.270.09
HSL146.55º71.97%69.22%-
HSV(B)146.55º48.5%91.37%-
XYZ44.1465.1748.28-
YUV192.03115.5676.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.94%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=22.94%
G=44.55%
B=32.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202331700.4800.270.09146.5571.9769.22
Hex78E9AA3001B9934845
Octal1703512526003311223110105
Binary1111000111010011010101011000001101110011001001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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