Shades of Vista Blue #80D4A2
Tints of Vista Blue #80D4A2
RGB
CMYK
RGB Variations
Color information
#80D4A2 (or 0x80D4A2) is known color: Vista Blue. HEX triplet: 80, D4 and A2. RGB value is (128,212,162). Sum of RGB (Red+Green+Blue) = 128+212+162=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D4A2 is #7F2B5D. Grayscale: #B5B5B5. Windows color (decimal): -8334174 or 10671232. OLE color: 10671232.
HSL color Cylindrical-coordinate representation of color #80D4A2: hue angle of 144.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D4A2 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 162 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.17 |
| HSL | 144.29º | 0.49% | 0.67% | - |
| HSV(B) | 144.29º | 0.4% | 0.83% | - |
| XYZ | 38.97 | 54.28 | 42.61 | - |
| YUV | 181.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 162 | 0.40 | 0 | 0.24 | 0.17 | 144.29 | 0.49 | 0.67 |
| Hex | 80 | D4 | A2 | 28 | 0 | 18 | 11 | 90 | 31 | 43 |
| Octal | 200 | 324 | 242 | 50 | 0 | 30 | 21 | 220 | 61 | 103 |
| Binary | 10000000 | 11010100 | 10100010 | 101000 | 0 | 11000 | 10001 | 10010000 | 110001 | 1000011 |
Color Harmonies of #80D4A2
Complementary color
Monochromatic Colors of #80D4A2
Black with #80D4A2
Text Example
Text Example
White with #80D4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D4A2; }
p { color: rgb(128,212,162); }
H1.HeaderClassName
{
color: #80D4A2;
}
.AnyTagClassName
{
color: #80D4A2;
}
</style>
background-color css
<style>
a { background-color: #80D4A2; }
a { background-color: rgb(128,212,162); }
div.DivClassName
{
background-color: #80D4A2;
}
.BgClassName
{
background-color: #80D4A2;
}
</style>
border-color css
<style>
span { border-color: #80D4A2; }
span { border-color: rgb(128,212,162); }
td.TdClassName
{
border-color: #80D4A2;
}
.TagClassName
{
border-color: #80D4A2;
}
</style>