Shades of Vista Blue #82ECAA
Tints of Vista Blue #82ECAA
RGB
CMYK
RGB Variations
Color information
#82ECAA (or 0x82ECAA) is known color: Vista Blue. HEX triplet: 82, EC and AA. RGB value is (130,236,170). Sum of RGB (Red+Green+Blue) = 130+236+170=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82ECAA is #7D1355. Grayscale: #C4C4C4. Windows color (decimal): -8196950 or 11201666. OLE color: 11201666.
HSL color Cylindrical-coordinate representation of color #82ECAA: hue angle of 142.64º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ECAA is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 170 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.07 |
| HSL | 142.64º | 0.74% | 0.72% | - |
| HSV(B) | 142.64º | 0.45% | 0.93% | - |
| XYZ | 46.46 | 67.64 | 48.64 | - |
| YUV | 196.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 170 | 0.45 | 0 | 0.28 | 0.07 | 142.64 | 0.74 | 0.72 |
| Hex | 82 | EC | AA | 2D | 0 | 1C | 7 | 8F | 4A | 48 |
| Octal | 202 | 354 | 252 | 55 | 0 | 34 | 7 | 217 | 112 | 110 |
| Binary | 10000010 | 11101100 | 10101010 | 101101 | 0 | 11100 | 111 | 10001111 | 1001010 | 1001000 |
Color Harmonies of #82ECAA
Complementary color
Monochromatic Colors of #82ECAA
Black with #82ECAA
Text Example
Text Example
White with #82ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECAA; }
p { color: rgb(130,236,170); }
H1.HeaderClassName
{
color: #82ECAA;
}
.AnyTagClassName
{
color: #82ECAA;
}
</style>
background-color css
<style>
a { background-color: #82ECAA; }
a { background-color: rgb(130,236,170); }
div.DivClassName
{
background-color: #82ECAA;
}
.BgClassName
{
background-color: #82ECAA;
}
</style>
border-color css
<style>
span { border-color: #82ECAA; }
span { border-color: rgb(130,236,170); }
td.TdClassName
{
border-color: #82ECAA;
}
.TagClassName
{
border-color: #82ECAA;
}
</style>