#80E2AF

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

Shades of Vista Blue #80E2AF

Tints of Vista Blue #80E2AF

Color information

#80E2AF (or 0x80E2AF) is unknown color: approx Vista Blue. HEX triplet: 80, E2 and AF. RGB value is (128,226,175). Sum of RGB (Red+Green+Blue) = 128+226+175=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #80E2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E2AF is #7F1D50. Grayscale: #BEBEBE. Windows color (decimal): -8330577 or 11526784. OLE color: 11526784.

HSL color Cylindrical-coordinate representation of color #80E2AF: hue angle of 148.78º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E2AF is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB128226175-
CMYK0.4300.230.11
HSL148.78º62.82%69.41%-
HSV(B)148.78º43.36%88.63%-
XYZ43.8462.0850.23-
YUV190.88119.0383.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.20%
GREEN value IS 226 (88.67% from 255) = 42.72%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=24.20%
G=42.72%
B=33.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282261750.4300.230.11148.7862.8269.41
Hex80E2AF2B017B953f45
Octal200342257530271322577105
Binary1000000011100010101011111010110101111011100101011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80E2AF; }

 p { color: rgb(128,226,175); }

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

<style>
 a { background-color: #80E2AF; }

 a { background-color: rgb(128,226,175); }

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

<style>
 span { border-color: #80E2AF; }

 span { border-color: rgb(128,226,175); }

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