Shades of Vista Blue #80D19F
Tints of Vista Blue #80D19F
RGB
CMYK
RGB Variations
Color information
#80D19F (or 0x80D19F) is known color: Vista Blue. HEX triplet: 80, D1 and 9F. RGB value is (128,209,159). Sum of RGB (Red+Green+Blue) = 128+209+159=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #80D19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D19F is #7F2E60. Grayscale: #B3B3B3. Windows color (decimal): -8334945 or 10473856. OLE color: 10473856.
HSL color Cylindrical-coordinate representation of color #80D19F: hue angle of 142.96º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D19F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 159 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.18 |
| HSL | 142.96º | 0.47% | 0.66% | - |
| HSV(B) | 142.96º | 0.39% | 0.82% | - |
| XYZ | 37.96 | 52.69 | 40.97 | - |
| YUV | 179.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 159 | 0.39 | 0 | 0.24 | 0.18 | 142.96 | 0.47 | 0.66 |
| Hex | 80 | D1 | 9F | 27 | 0 | 18 | 12 | 8F | 2F | 42 |
| Octal | 200 | 321 | 237 | 47 | 0 | 30 | 22 | 217 | 57 | 102 |
| Binary | 10000000 | 11010001 | 10011111 | 100111 | 0 | 11000 | 10010 | 10001111 | 101111 | 1000010 |
Color Harmonies of #80D19F
Complementary color
Monochromatic Colors of #80D19F
Black with #80D19F
Text Example
Text Example
White with #80D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D19F; }
p { color: rgb(128,209,159); }
H1.HeaderClassName
{
color: #80D19F;
}
.AnyTagClassName
{
color: #80D19F;
}
</style>
background-color css
<style>
a { background-color: #80D19F; }
a { background-color: rgb(128,209,159); }
div.DivClassName
{
background-color: #80D19F;
}
.BgClassName
{
background-color: #80D19F;
}
</style>
border-color css
<style>
span { border-color: #80D19F; }
span { border-color: rgb(128,209,159); }
td.TdClassName
{
border-color: #80D19F;
}
.TagClassName
{
border-color: #80D19F;
}
</style>