#80D9AD

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

Shades of Vista Blue #80D9AD

Tints of Vista Blue #80D9AD

Color information

#80D9AD (or 0x80D9AD) is unknown color: approx Vista Blue. HEX triplet: 80, D9 and AD. RGB value is (128,217,173). Sum of RGB (Red+Green+Blue) = 128+217+173=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #80D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D9AD is #7F2652. Grayscale: #B9B9B9. Windows color (decimal): -8332883 or 11393408. OLE color: 11393408.

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

Color convert

RGB128217173-
CMYK0.4100.200.15
HSL150.34º53.94%67.65%-
HSV(B)150.34º41.01%85.1%-
XYZ41.2657.2348.41-
YUV185.37121.0187.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=24.71%
G=41.89%
B=33.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282171730.4100.200.15150.3453.9467.65
Hex80D9AD29014F963644
Octal200331255510241722666104
Binary1000000011011001101011011010010101001111100101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,173); }

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

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

 a { background-color: rgb(128,217,173); }

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

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

 span { border-color: rgb(128,217,173); }

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