#80E1A3

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

Shades of Vista Blue #80E1A3

Tints of Vista Blue #80E1A3

Color information

#80E1A3 (or 0x80E1A3) is unknown color: approx Vista Blue. HEX triplet: 80, E1 and A3. RGB value is (128,225,163). Sum of RGB (Red+Green+Blue) = 128+225+163=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E1A3 is #7F1E5C. Grayscale: #BDBDBD. Windows color (decimal): -8330845 or 10740096. OLE color: 10740096.

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

Color convert

RGB128225163-
CMYK0.4300.280.12
HSL141.65º61.78%69.22%-
HSV(B)141.65º43.11%88.24%-
XYZ42.4461.0844.2-
YUV188.93113.3684.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 225 (88.28% from 255) = 43.60%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=24.81%
G=43.60%
B=31.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251630.4300.280.12141.6561.7869.22
Hex80E1A32B01CC8e3e45
Octal200341243530341421676105
Binary1000000011100001101000111010110111001100100011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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