#80E1AF

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

Shades of Vista Blue #80E1AF

Tints of Vista Blue #80E1AF

Color information

#80E1AF (or 0x80E1AF) is unknown color: approx Vista Blue. HEX triplet: 80, E1 and AF. RGB value is (128,225,175). Sum of RGB (Red+Green+Blue) = 128+225+175=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E1AF is #7F1E50. Grayscale: #BEBEBE. Windows color (decimal): -8330833 or 11526528. OLE color: 11526528.

HSL color Cylindrical-coordinate representation of color #80E1AF: hue angle of 149.07º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1AF is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB128225175-
CMYK0.4300.220.12
HSL149.07º61.78%69.22%-
HSV(B)149.07º43.11%88.24%-
XYZ43.5761.5350.14-
YUV190.3119.3683.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 225 (88.28% from 255) = 42.61%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=24.24%
G=42.61%
B=33.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251750.4300.220.12149.0761.7869.22
Hex80E1AF2B016C953e45
Octal200341257530261422576105
Binary1000000011100001101011111010110101101100100101011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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