#80D8A9

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

Shades of Vista Blue #80D8A9

Tints of Vista Blue #80D8A9

Color information

#80D8A9 (or 0x80D8A9) is unknown color: approx Vista Blue. HEX triplet: 80, D8 and A9. RGB value is (128,216,169). Sum of RGB (Red+Green+Blue) = 128+216+169=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D8A9 is #7F2756. Grayscale: #B8B8B8. Windows color (decimal): -8333143 or 11131008. OLE color: 11131008.

HSL color Cylindrical-coordinate representation of color #80D8A9: hue angle of 147.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8A9 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB128216169-
CMYK0.4100.220.15
HSL147.95º53.01%67.45%-
HSV(B)147.95º40.74%84.71%-
XYZ40.6256.5746.31-
YUV184.33119.3587.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=24.95%
G=42.11%
B=32.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161690.4100.220.15147.9553.0167.45
Hex80D8A929016F943543
Octal200330251510261722465103
Binary1000000011011000101010011010010101101111100101001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,169); }

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

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

 a { background-color: rgb(128,216,169); }

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

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

 span { border-color: rgb(128,216,169); }

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