#80E3AB

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

Shades of Vista Blue #80E3AB

Tints of Vista Blue #80E3AB

Color information

#80E3AB (or 0x80E3AB) is unknown color: approx Vista Blue. HEX triplet: 80, E3 and AB. RGB value is (128,227,171). Sum of RGB (Red+Green+Blue) = 128+227+171=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #80E3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E3AB is #7F1C54. Grayscale: #BFBFBF. Windows color (decimal): -8330325 or 11264896. OLE color: 11264896.

HSL color Cylindrical-coordinate representation of color #80E3AB: hue angle of 146.06º 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 #80E3AB is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB128227171-
CMYK0.4400.250.11
HSL146.06º63.87%69.61%-
HSV(B)146.06º43.61%89.02%-
XYZ43.7262.4748.28-
YUV191.02116.783.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=24.33%
G=43.16%
B=32.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282271710.4400.250.11146.0663.8769.61
Hex80E3AB2C019B924046
Octal2003432535403113222100106
Binary10000000111000111010101110110001100110111001001010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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