Shades of Vista Blue #80DCAA
Tints of Vista Blue #80DCAA
RGB
CMYK
RGB Variations
Color information
#80DCAA (or 0x80DCAA) is known color: Vista Blue. HEX triplet: 80, DC and AA. RGB value is (128,220,170). Sum of RGB (Red+Green+Blue) = 128+220+170=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DCAA is #7F2355. Grayscale: #BABABA. Windows color (decimal): -8332118 or 11197568. OLE color: 11197568.
HSL color Cylindrical-coordinate representation of color #80DCAA: hue angle of 147.39º 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 #80DCAA is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 170 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.14 |
| HSL | 147.39º | 0.57% | 0.68% | - |
| HSV(B) | 147.39º | 0.42% | 0.86% | - |
| XYZ | 41.75 | 58.68 | 47.16 | - |
| YUV | 186.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 170 | 0.42 | 0 | 0.23 | 0.14 | 147.39 | 0.57 | 0.68 |
| Hex | 80 | DC | AA | 2A | 0 | 17 | E | 93 | 39 | 44 |
| Octal | 200 | 334 | 252 | 52 | 0 | 27 | 16 | 223 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10101010 | 101010 | 0 | 10111 | 1110 | 10010011 | 111001 | 1000100 |
Color Harmonies of #80DCAA
Complementary color
Monochromatic Colors of #80DCAA
Black with #80DCAA
Text Example
Text Example
White with #80DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCAA; }
p { color: rgb(128,220,170); }
H1.HeaderClassName
{
color: #80DCAA;
}
.AnyTagClassName
{
color: #80DCAA;
}
</style>
background-color css
<style>
a { background-color: #80DCAA; }
a { background-color: rgb(128,220,170); }
div.DivClassName
{
background-color: #80DCAA;
}
.BgClassName
{
background-color: #80DCAA;
}
</style>
border-color css
<style>
span { border-color: #80DCAA; }
span { border-color: rgb(128,220,170); }
td.TdClassName
{
border-color: #80DCAA;
}
.TagClassName
{
border-color: #80DCAA;
}
</style>