#80E1AA

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

Shades of Vista Blue #80E1AA

Tints of Vista Blue #80E1AA

Color information

#80E1AA (or 0x80E1AA) is unknown color: approx Vista Blue. HEX triplet: 80, E1 and AA. RGB value is (128,225,170). Sum of RGB (Red+Green+Blue) = 128+225+170=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E1AA is #7F1E55. Grayscale: #BDBDBD. Windows color (decimal): -8330838 or 11198848. OLE color: 11198848.

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

Color convert

RGB128225170-
CMYK0.4300.240.12
HSL145.98º61.78%69.22%-
HSV(B)145.98º43.11%88.24%-
XYZ43.0861.3447.6-
YUV189.73116.8683.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=24.47%
G=43.02%
B=32.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251700.4300.240.12145.9861.7869.22
Hex80E1AA2B018C923e45
Octal200341252530301422276105
Binary1000000011100001101010101010110110001100100100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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