Shades of Vista Blue #82E6AD
Tints of Vista Blue #82E6AD
RGB
CMYK
RGB Variations
Color information
#82E6AD (or 0x82E6AD) is known color: Vista Blue. HEX triplet: 82, E6 and AD. RGB value is (130,230,173). Sum of RGB (Red+Green+Blue) = 130+230+173=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #82E6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E6AD is #7D1952. Grayscale: #C1C1C1. Windows color (decimal): -8198483 or 11396738. OLE color: 11396738.
HSL color Cylindrical-coordinate representation of color #82E6AD: hue angle of 145.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E6AD is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 173 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.10 |
| HSL | 145.8º | 0.67% | 0.71% | - |
| HSV(B) | 145.8º | 0.43% | 0.9% | - |
| XYZ | 45.05 | 64.36 | 49.58 | - |
| YUV | 193.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 173 | 0.43 | 0 | 0.25 | 0.10 | 145.8 | 0.67 | 0.71 |
| Hex | 82 | E6 | AD | 2B | 0 | 19 | A | 92 | 43 | 47 |
| Octal | 202 | 346 | 255 | 53 | 0 | 31 | 12 | 222 | 103 | 107 |
| Binary | 10000010 | 11100110 | 10101101 | 101011 | 0 | 11001 | 1010 | 10010010 | 1000011 | 1000111 |
Color Harmonies of #82E6AD
Complementary color
Monochromatic Colors of #82E6AD
Black with #82E6AD
Text Example
Text Example
White with #82E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E6AD; }
p { color: rgb(130,230,173); }
H1.HeaderClassName
{
color: #82E6AD;
}
.AnyTagClassName
{
color: #82E6AD;
}
</style>
background-color css
<style>
a { background-color: #82E6AD; }
a { background-color: rgb(130,230,173); }
div.DivClassName
{
background-color: #82E6AD;
}
.BgClassName
{
background-color: #82E6AD;
}
</style>
border-color css
<style>
span { border-color: #82E6AD; }
span { border-color: rgb(130,230,173); }
td.TdClassName
{
border-color: #82E6AD;
}
.TagClassName
{
border-color: #82E6AD;
}
</style>