Shades of Vista Blue #82DCAC
Tints of Vista Blue #82DCAC
RGB
CMYK
RGB Variations
Color information
#82DCAC (or 0x82DCAC) is known color: Vista Blue. HEX triplet: 82, DC and AC. RGB value is (130,220,172). Sum of RGB (Red+Green+Blue) = 130+220+172=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCAC is #7D2353. Grayscale: #BBBBBB. Windows color (decimal): -8201044 or 11328642. OLE color: 11328642.
HSL color Cylindrical-coordinate representation of color #82DCAC: hue angle of 148º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCAC is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 172 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.14 |
| HSL | 148º | 0.56% | 0.69% | - |
| HSV(B) | 148º | 0.41% | 0.86% | - |
| XYZ | 42.25 | 58.91 | 48.17 | - |
| YUV | 187.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 172 | 0.41 | 0 | 0.22 | 0.14 | 148 | 0.56 | 0.69 |
| Hex | 82 | DC | AC | 29 | 0 | 16 | E | 94 | 38 | 45 |
| Octal | 202 | 334 | 254 | 51 | 0 | 26 | 16 | 224 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10101100 | 101001 | 0 | 10110 | 1110 | 10010100 | 111000 | 1000101 |
Color Harmonies of #82DCAC
Complementary color
Monochromatic Colors of #82DCAC
Black with #82DCAC
Text Example
Text Example
White with #82DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCAC; }
p { color: rgb(130,220,172); }
H1.HeaderClassName
{
color: #82DCAC;
}
.AnyTagClassName
{
color: #82DCAC;
}
</style>
background-color css
<style>
a { background-color: #82DCAC; }
a { background-color: rgb(130,220,172); }
div.DivClassName
{
background-color: #82DCAC;
}
.BgClassName
{
background-color: #82DCAC;
}
</style>
border-color css
<style>
span { border-color: #82DCAC; }
span { border-color: rgb(130,220,172); }
td.TdClassName
{
border-color: #82DCAC;
}
.TagClassName
{
border-color: #82DCAC;
}
</style>