#80DD9F

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

Shades of Vista Blue #80DD9F

Tints of Vista Blue #80DD9F

Color information

#80DD9F (or 0x80DD9F) is unknown color: approx Vista Blue. HEX triplet: 80, DD and 9F. RGB value is (128,221,159). Sum of RGB (Red+Green+Blue) = 128+221+159=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD9F is #7F2260. Grayscale: #BABABA. Windows color (decimal): -8331873 or 10476928. OLE color: 10476928.

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

Color convert

RGB128221159-
CMYK0.4200.280.13
HSL140º57.76%68.43%-
HSV(B)140º42.08%86.67%-
XYZ41.0258.8141.99-
YUV186.12112.6986.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=25.20%
G=43.50%
B=31.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211590.4200.280.1314057.7668.43
Hex80DD9F2A01CD8c3a44
Octal200335237520341521472104
Binary1000000011011101100111111010100111001101100011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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