#80DAAC

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

Shades of Vista Blue #80DAAC

Tints of Vista Blue #80DAAC

Color information

#80DAAC (or 0x80DAAC) is unknown color: approx Vista Blue. HEX triplet: 80, DA and AC. RGB value is (128,218,172). Sum of RGB (Red+Green+Blue) = 128+218+172=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DAAC is #7F2553. Grayscale: #B9B9B9. Windows color (decimal): -8332628 or 11328128. OLE color: 11328128.

HSL color Cylindrical-coordinate representation of color #80DAAC: hue angle of 149.33º degrees, saturation: 0.55, 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 #80DAAC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB128218172-
CMYK0.4100.210.15
HSL149.33º54.88%67.84%-
HSV(B)149.33º41.28%85.49%-
XYZ41.4257.7147.99-
YUV185.85120.1886.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=24.71%
G=42.08%
B=33.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282181720.4100.210.15149.3354.8867.84
Hex80DAAC29015F953744
Octal200332254510251722567104
Binary1000000011011010101011001010010101011111100101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,218,172); }

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

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

 a { background-color: rgb(128,218,172); }

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

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

 span { border-color: rgb(128,218,172); }

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