Shades of Vista Blue #80DCAC
Tints of Vista Blue #80DCAC
RGB
CMYK
RGB Variations
Color information
#80DCAC (or 0x80DCAC) is known color: Vista Blue. HEX triplet: 80, DC and AC. RGB value is (128,220,172). Sum of RGB (Red+Green+Blue) = 128+220+172=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DCAC is #7F2353. Grayscale: #BBBBBB. Windows color (decimal): -8332116 or 11328640. OLE color: 11328640.
HSL color Cylindrical-coordinate representation of color #80DCAC: hue angle of 148.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCAC is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 172 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.14 |
| HSL | 148.7º | 0.57% | 0.68% | - |
| HSV(B) | 148.7º | 0.42% | 0.86% | - |
| XYZ | 41.94 | 58.75 | 48.16 | - |
| YUV | 187.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 172 | 0.42 | 0 | 0.22 | 0.14 | 148.7 | 0.57 | 0.68 |
| Hex | 80 | DC | AC | 2A | 0 | 16 | E | 95 | 39 | 44 |
| Octal | 200 | 334 | 254 | 52 | 0 | 26 | 16 | 225 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10101100 | 101010 | 0 | 10110 | 1110 | 10010101 | 111001 | 1000100 |
Color Harmonies of #80DCAC
Complementary color
Monochromatic Colors of #80DCAC
Black with #80DCAC
Text Example
Text Example
White with #80DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCAC; }
p { color: rgb(128,220,172); }
H1.HeaderClassName
{
color: #80DCAC;
}
.AnyTagClassName
{
color: #80DCAC;
}
</style>
background-color css
<style>
a { background-color: #80DCAC; }
a { background-color: rgb(128,220,172); }
div.DivClassName
{
background-color: #80DCAC;
}
.BgClassName
{
background-color: #80DCAC;
}
</style>
border-color css
<style>
span { border-color: #80DCAC; }
span { border-color: rgb(128,220,172); }
td.TdClassName
{
border-color: #80DCAC;
}
.TagClassName
{
border-color: #80DCAC;
}
</style>