#80E3A5

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

Shades of Vista Blue #80E3A5

Tints of Vista Blue #80E3A5

Color information

#80E3A5 (or 0x80E3A5) is unknown color: approx Vista Blue. HEX triplet: 80, E3 and A5. RGB value is (128,227,165). Sum of RGB (Red+Green+Blue) = 128+227+165=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #80E3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E3A5 is #7F1C5A. Grayscale: #BEBEBE. Windows color (decimal): -8330331 or 10871680. OLE color: 10871680.

HSL color Cylindrical-coordinate representation of color #80E3A5: hue angle of 142.42º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E3A5 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB128227165-
CMYK0.4400.270.11
HSL142.42º63.87%69.61%-
HSV(B)142.42º43.61%89.02%-
XYZ43.1662.2445.34-
YUV190.33113.783.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 227 (89.06% from 255) = 43.65%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=24.62%
G=43.65%
B=31.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282271650.4400.270.11142.4263.8769.61
Hex80E3A52C01BB8e4046
Octal2003432455403313216100106
Binary10000000111000111010010110110001101110111000111010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,227,165); }

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

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

 a { background-color: rgb(128,227,165); }

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

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

 span { border-color: rgb(128,227,165); }

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