Shades of Vista Blue #80D7AA
Tints of Vista Blue #80D7AA
RGB
CMYK
RGB Variations
Color information
#80D7AA (or 0x80D7AA) is known color: Vista Blue. HEX triplet: 80, D7 and AA. RGB value is (128,215,170). Sum of RGB (Red+Green+Blue) = 128+215+170=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D7AA is #7F2855. Grayscale: #B7B7B7. Windows color (decimal): -8333398 or 11196288. OLE color: 11196288.
HSL color Cylindrical-coordinate representation of color #80D7AA: hue angle of 148.97º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D7AA is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 170 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.16 |
| HSL | 148.97º | 0.52% | 0.67% | - |
| HSV(B) | 148.97º | 0.4% | 0.84% | - |
| XYZ | 40.46 | 56.09 | 46.72 | - |
| YUV | 183.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 170 | 0.40 | 0 | 0.21 | 0.16 | 148.97 | 0.52 | 0.67 |
| Hex | 80 | D7 | AA | 28 | 0 | 15 | 10 | 95 | 34 | 43 |
| Octal | 200 | 327 | 252 | 50 | 0 | 25 | 20 | 225 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10101010 | 101000 | 0 | 10101 | 10000 | 10010101 | 110100 | 1000011 |
Color Harmonies of #80D7AA
Complementary color
Monochromatic Colors of #80D7AA
Black with #80D7AA
Text Example
Text Example
White with #80D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D7AA; }
p { color: rgb(128,215,170); }
H1.HeaderClassName
{
color: #80D7AA;
}
.AnyTagClassName
{
color: #80D7AA;
}
</style>
background-color css
<style>
a { background-color: #80D7AA; }
a { background-color: rgb(128,215,170); }
div.DivClassName
{
background-color: #80D7AA;
}
.BgClassName
{
background-color: #80D7AA;
}
</style>
border-color css
<style>
span { border-color: #80D7AA; }
span { border-color: rgb(128,215,170); }
td.TdClassName
{
border-color: #80D7AA;
}
.TagClassName
{
border-color: #80D7AA;
}
</style>