#80E3AC

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

Shades of Vista Blue #80E3AC

Tints of Vista Blue #80E3AC

Color information

#80E3AC (or 0x80E3AC) is unknown color: approx Vista Blue. HEX triplet: 80, E3 and AC. RGB value is (128,227,172). Sum of RGB (Red+Green+Blue) = 128+227+172=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #80E3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E3AC is #7F1C53. Grayscale: #BFBFBF. Windows color (decimal): -8330324 or 11330432. OLE color: 11330432.

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

Color convert

RGB128227172-
CMYK0.4400.240.11
HSL146.67º63.87%69.61%-
HSV(B)146.67º43.61%89.02%-
XYZ43.8262.5148.79-
YUV191.13117.282.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 227 (89.06% from 255) = 43.07%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=24.29%
G=43.07%
B=32.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282271720.4400.240.11146.6763.8769.61
Hex80E3AC2C018B934046
Octal2003432545403013223100106
Binary10000000111000111010110010110001100010111001001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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