#80E0A6

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

Shades of Vista Blue #80E0A6

Tints of Vista Blue #80E0A6

Color information

#80E0A6 (or 0x80E0A6) is unknown color: approx Vista Blue. HEX triplet: 80, E0 and A6. RGB value is (128,224,166). Sum of RGB (Red+Green+Blue) = 128+224+166=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E0A6 is #7F1F59. Grayscale: #BCBCBC. Windows color (decimal): -8331098 or 10936448. OLE color: 10936448.

HSL color Cylindrical-coordinate representation of color #80E0A6: hue angle of 143.75º degrees, saturation: 0.61, 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 #80E0A6 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB128224166-
CMYK0.4300.260.12
HSL143.75º60.76%69.02%-
HSV(B)143.75º42.86%87.84%-
XYZ42.4460.6545.55-
YUV188.68115.284.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 166 (65.23% from 255) = 32.05%
R=24.71%
G=43.24%
B=32.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282241660.4300.260.12143.7560.7669.02
Hex80E0A62B01AC903d45
Octal200340246530321422075105
Binary1000000011100000101001101010110110101100100100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,166); }

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

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

 a { background-color: rgb(128,224,166); }

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

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

 span { border-color: rgb(128,224,166); }

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