#80DDAA

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

Shades of Vista Blue #80DDAA

Tints of Vista Blue #80DDAA

Color information

#80DDAA (or 0x80DDAA) is unknown color: approx Vista Blue. HEX triplet: 80, DD and AA. RGB value is (128,221,170). Sum of RGB (Red+Green+Blue) = 128+221+170=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDAA is #7F2255. Grayscale: #BBBBBB. Windows color (decimal): -8331862 or 11197824. OLE color: 11197824.

HSL color Cylindrical-coordinate representation of color #80DDAA: hue angle of 147.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDAA is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB128221170-
CMYK0.4200.230.13
HSL147.1º57.76%68.43%-
HSV(B)147.1º42.08%86.67%-
XYZ42.0159.247.24-
YUV187.38118.1985.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=24.66%
G=42.58%
B=32.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211700.4200.230.13147.157.7668.43
Hex80DDAA2A017D933a44
Octal200335252520271522372104
Binary1000000011011101101010101010100101111101100100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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