Shades of Vista Blue #80E7AC
Tints of Vista Blue #80E7AC
RGB
CMYK
RGB Variations
Color information
#80E7AC (or 0x80E7AC) is known color: Vista Blue. HEX triplet: 80, E7 and AC. RGB value is (128,231,172). Sum of RGB (Red+Green+Blue) = 128+231+172=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #80E7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E7AC is #7F1853. Grayscale: #C1C1C1. Windows color (decimal): -8329300 or 11331456. OLE color: 11331456.
HSL color Cylindrical-coordinate representation of color #80E7AC: hue angle of 145.63º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E7AC is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 172 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.09 |
| HSL | 145.63º | 0.68% | 0.7% | - |
| HSV(B) | 145.63º | 0.45% | 0.91% | - |
| XYZ | 44.92 | 64.72 | 49.15 | - |
| YUV | 193.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 172 | 0.45 | 0 | 0.26 | 0.09 | 145.63 | 0.68 | 0.7 |
| Hex | 80 | E7 | AC | 2D | 0 | 1A | 9 | 92 | 44 | 46 |
| Octal | 200 | 347 | 254 | 55 | 0 | 32 | 11 | 222 | 104 | 106 |
| Binary | 10000000 | 11100111 | 10101100 | 101101 | 0 | 11010 | 1001 | 10010010 | 1000100 | 1000110 |
Color Harmonies of #80E7AC
Complementary color
Monochromatic Colors of #80E7AC
Black with #80E7AC
Text Example
Text Example
White with #80E7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E7AC; }
p { color: rgb(128,231,172); }
H1.HeaderClassName
{
color: #80E7AC;
}
.AnyTagClassName
{
color: #80E7AC;
}
</style>
background-color css
<style>
a { background-color: #80E7AC; }
a { background-color: rgb(128,231,172); }
div.DivClassName
{
background-color: #80E7AC;
}
.BgClassName
{
background-color: #80E7AC;
}
</style>
border-color css
<style>
span { border-color: #80E7AC; }
span { border-color: rgb(128,231,172); }
td.TdClassName
{
border-color: #80E7AC;
}
.TagClassName
{
border-color: #80E7AC;
}
</style>