Shades of Vista Blue #82E0A5
Tints of Vista Blue #82E0A5
RGB
CMYK
RGB Variations
Color information
#82E0A5 (or 0x82E0A5) is known color: Vista Blue. HEX triplet: 82, E0 and A5. RGB value is (130,224,165). Sum of RGB (Red+Green+Blue) = 130+224+165=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #82E0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E0A5 is #7D1F5A. Grayscale: #BDBDBD. Windows color (decimal): -8200027 or 10870914. OLE color: 10870914.
HSL color Cylindrical-coordinate representation of color #82E0A5: hue angle of 142.34º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E0A5 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 224 | 165 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.12 |
| HSL | 142.34º | 0.6% | 0.69% | - |
| HSV(B) | 142.34º | 0.42% | 0.88% | - |
| XYZ | 42.65 | 60.77 | 45.08 | - |
| YUV | 189.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 224 | 165 | 0.42 | 0 | 0.26 | 0.12 | 142.34 | 0.6 | 0.69 |
| Hex | 82 | E0 | A5 | 2A | 0 | 1A | C | 8E | 3C | 45 |
| Octal | 202 | 340 | 245 | 52 | 0 | 32 | 14 | 216 | 74 | 105 |
| Binary | 10000010 | 11100000 | 10100101 | 101010 | 0 | 11010 | 1100 | 10001110 | 111100 | 1000101 |
Color Harmonies of #82E0A5
Complementary color
Monochromatic Colors of #82E0A5
Black with #82E0A5
Text Example
Text Example
White with #82E0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E0A5; }
p { color: rgb(130,224,165); }
H1.HeaderClassName
{
color: #82E0A5;
}
.AnyTagClassName
{
color: #82E0A5;
}
</style>
background-color css
<style>
a { background-color: #82E0A5; }
a { background-color: rgb(130,224,165); }
div.DivClassName
{
background-color: #82E0A5;
}
.BgClassName
{
background-color: #82E0A5;
}
</style>
border-color css
<style>
span { border-color: #82E0A5; }
span { border-color: rgb(130,224,165); }
td.TdClassName
{
border-color: #82E0A5;
}
.TagClassName
{
border-color: #82E0A5;
}
</style>