Shades of Vista Blue #82D8AC
Tints of Vista Blue #82D8AC
RGB
CMYK
RGB Variations
Color information
#82D8AC (or 0x82D8AC) is known color: Vista Blue. HEX triplet: 82, D8 and AC. RGB value is (130,216,172). Sum of RGB (Red+Green+Blue) = 130+216+172=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D8AC is #7D2753. Grayscale: #B9B9B9. Windows color (decimal): -8202068 or 11327618. OLE color: 11327618.
HSL color Cylindrical-coordinate representation of color #82D8AC: hue angle of 149.3º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D8AC is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 216 | 172 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.15 |
| HSL | 149.3º | 0.52% | 0.68% | - |
| HSV(B) | 149.3º | 0.4% | 0.85% | - |
| XYZ | 41.21 | 56.84 | 47.83 | - |
| YUV | 185.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 216 | 172 | 0.40 | 0 | 0.20 | 0.15 | 149.3 | 0.52 | 0.68 |
| Hex | 82 | D8 | AC | 28 | 0 | 14 | F | 95 | 34 | 44 |
| Octal | 202 | 330 | 254 | 50 | 0 | 24 | 17 | 225 | 64 | 104 |
| Binary | 10000010 | 11011000 | 10101100 | 101000 | 0 | 10100 | 1111 | 10010101 | 110100 | 1000100 |
Color Harmonies of #82D8AC
Complementary color
Monochromatic Colors of #82D8AC
Black with #82D8AC
Text Example
Text Example
White with #82D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D8AC; }
p { color: rgb(130,216,172); }
H1.HeaderClassName
{
color: #82D8AC;
}
.AnyTagClassName
{
color: #82D8AC;
}
</style>
background-color css
<style>
a { background-color: #82D8AC; }
a { background-color: rgb(130,216,172); }
div.DivClassName
{
background-color: #82D8AC;
}
.BgClassName
{
background-color: #82D8AC;
}
</style>
border-color css
<style>
span { border-color: #82D8AC; }
span { border-color: rgb(130,216,172); }
td.TdClassName
{
border-color: #82D8AC;
}
.TagClassName
{
border-color: #82D8AC;
}
</style>