Shades of Vista Blue #82E1A0
Tints of Vista Blue #82E1A0
RGB
CMYK
RGB Variations
Color information
#82E1A0 (or 0x82E1A0) is known color: Vista Blue. HEX triplet: 82, E1 and A0. RGB value is (130,225,160). Sum of RGB (Red+Green+Blue) = 130+225+160=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E1A0 is #7D1E5F. Grayscale: #BDBDBD. Windows color (decimal): -8199776 or 10543490. OLE color: 10543490.
HSL color Cylindrical-coordinate representation of color #82E1A0: hue angle of 138.95º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E1A0 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 160 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.12 |
| HSL | 138.95º | 0.61% | 0.7% | - |
| HSV(B) | 138.95º | 0.42% | 0.88% | - |
| XYZ | 42.48 | 61.13 | 42.82 | - |
| YUV | 189.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 160 | 0.42 | 0 | 0.29 | 0.12 | 138.95 | 0.61 | 0.7 |
| Hex | 82 | E1 | A0 | 2A | 0 | 1D | C | 8B | 3D | 46 |
| Octal | 202 | 341 | 240 | 52 | 0 | 35 | 14 | 213 | 75 | 106 |
| Binary | 10000010 | 11100001 | 10100000 | 101010 | 0 | 11101 | 1100 | 10001011 | 111101 | 1000110 |
Color Harmonies of #82E1A0
Complementary color
Monochromatic Colors of #82E1A0
Black with #82E1A0
Text Example
Text Example
White with #82E1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E1A0; }
p { color: rgb(130,225,160); }
H1.HeaderClassName
{
color: #82E1A0;
}
.AnyTagClassName
{
color: #82E1A0;
}
</style>
background-color css
<style>
a { background-color: #82E1A0; }
a { background-color: rgb(130,225,160); }
div.DivClassName
{
background-color: #82E1A0;
}
.BgClassName
{
background-color: #82E1A0;
}
</style>
border-color css
<style>
span { border-color: #82E1A0; }
span { border-color: rgb(130,225,160); }
td.TdClassName
{
border-color: #82E1A0;
}
.TagClassName
{
border-color: #82E1A0;
}
</style>