Shades of Vista Blue #82D7A0
Tints of Vista Blue #82D7A0
RGB
CMYK
RGB Variations
Color information
#82D7A0 (or 0x82D7A0) is known color: Vista Blue. HEX triplet: 82, D7 and A0. RGB value is (130,215,160). Sum of RGB (Red+Green+Blue) = 130+215+160=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D7A0 is #7D285F. Grayscale: #B7B7B7. Windows color (decimal): -8202336 or 10540930. OLE color: 10540930.
HSL color Cylindrical-coordinate representation of color #82D7A0: hue angle of 141.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D7A0 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 215 | 160 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.16 |
| HSL | 141.18º | 0.52% | 0.68% | - |
| HSV(B) | 141.18º | 0.4% | 0.84% | - |
| XYZ | 39.85 | 55.88 | 41.94 | - |
| YUV | 183.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 215 | 160 | 0.40 | 0 | 0.26 | 0.16 | 141.18 | 0.52 | 0.68 |
| Hex | 82 | D7 | A0 | 28 | 0 | 1A | 10 | 8D | 34 | 44 |
| Octal | 202 | 327 | 240 | 50 | 0 | 32 | 20 | 215 | 64 | 104 |
| Binary | 10000010 | 11010111 | 10100000 | 101000 | 0 | 11010 | 10000 | 10001101 | 110100 | 1000100 |
Color Harmonies of #82D7A0
Complementary color
Monochromatic Colors of #82D7A0
Black with #82D7A0
Text Example
Text Example
White with #82D7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D7A0; }
p { color: rgb(130,215,160); }
H1.HeaderClassName
{
color: #82D7A0;
}
.AnyTagClassName
{
color: #82D7A0;
}
</style>
background-color css
<style>
a { background-color: #82D7A0; }
a { background-color: rgb(130,215,160); }
div.DivClassName
{
background-color: #82D7A0;
}
.BgClassName
{
background-color: #82D7A0;
}
</style>
border-color css
<style>
span { border-color: #82D7A0; }
span { border-color: rgb(130,215,160); }
td.TdClassName
{
border-color: #82D7A0;
}
.TagClassName
{
border-color: #82D7A0;
}
</style>