Shades of Vista Blue #82D6A4
Tints of Vista Blue #82D6A4
RGB
CMYK
RGB Variations
Color information
#82D6A4 (or 0x82D6A4) is known color: Vista Blue. HEX triplet: 82, D6 and A4. RGB value is (130,214,164). Sum of RGB (Red+Green+Blue) = 130+214+164=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #82D6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D6A4 is #7D295B. Grayscale: #B7B7B7. Windows color (decimal): -8202588 or 10802818. OLE color: 10802818.
HSL color Cylindrical-coordinate representation of color #82D6A4: hue angle of 144.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D6A4 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 164 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.16 |
| HSL | 144.29º | 0.51% | 0.67% | - |
| HSV(B) | 144.29º | 0.39% | 0.84% | - |
| XYZ | 39.95 | 55.52 | 43.73 | - |
| YUV | 183.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 164 | 0.39 | 0 | 0.23 | 0.16 | 144.29 | 0.51 | 0.67 |
| Hex | 82 | D6 | A4 | 27 | 0 | 17 | 10 | 90 | 33 | 43 |
| Octal | 202 | 326 | 244 | 47 | 0 | 27 | 20 | 220 | 63 | 103 |
| Binary | 10000010 | 11010110 | 10100100 | 100111 | 0 | 10111 | 10000 | 10010000 | 110011 | 1000011 |
Color Harmonies of #82D6A4
Complementary color
Monochromatic Colors of #82D6A4
Black with #82D6A4
Text Example
Text Example
White with #82D6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D6A4; }
p { color: rgb(130,214,164); }
H1.HeaderClassName
{
color: #82D6A4;
}
.AnyTagClassName
{
color: #82D6A4;
}
</style>
background-color css
<style>
a { background-color: #82D6A4; }
a { background-color: rgb(130,214,164); }
div.DivClassName
{
background-color: #82D6A4;
}
.BgClassName
{
background-color: #82D6A4;
}
</style>
border-color css
<style>
span { border-color: #82D6A4; }
span { border-color: rgb(130,214,164); }
td.TdClassName
{
border-color: #82D6A4;
}
.TagClassName
{
border-color: #82D6A4;
}
</style>