#80DDAF

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

Shades of Vista Blue #80DDAF

Tints of Vista Blue #80DDAF

Color information

#80DDAF (or 0x80DDAF) is unknown color: approx Vista Blue. HEX triplet: 80, DD and AF. RGB value is (128,221,175). Sum of RGB (Red+Green+Blue) = 128+221+175=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDAF is #7F2250. Grayscale: #BCBCBC. Windows color (decimal): -8331857 or 11525504. OLE color: 11525504.

HSL color Cylindrical-coordinate representation of color #80DDAF: hue angle of 150.32º 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 #80DDAF is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB128221175-
CMYK0.4200.210.13
HSL150.32º57.76%68.43%-
HSV(B)150.32º42.08%86.67%-
XYZ42.559.449.78-
YUV187.95120.6985.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=24.43%
G=42.18%
B=33.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211750.4200.210.13150.3257.7668.43
Hex80DDAF2A015D963a44
Octal200335257520251522672104
Binary1000000011011101101011111010100101011101100101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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