Shades of Vista Blue #82E0AC
Tints of Vista Blue #82E0AC
RGB
CMYK
RGB Variations
Color information
#82E0AC (or 0x82E0AC) is known color: Vista Blue. HEX triplet: 82, E0 and AC. RGB value is (130,224,172). Sum of RGB (Red+Green+Blue) = 130+224+172=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #82E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E0AC is #7D1F53. Grayscale: #BEBEBE. Windows color (decimal): -8200020 or 11329666. OLE color: 11329666.
HSL color Cylindrical-coordinate representation of color #82E0AC: hue angle of 146.81º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E0AC is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 224 | 172 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.12 |
| HSL | 146.81º | 0.6% | 0.69% | - |
| HSV(B) | 146.81º | 0.42% | 0.88% | - |
| XYZ | 43.31 | 61.04 | 48.53 | - |
| YUV | 189.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 224 | 172 | 0.42 | 0 | 0.23 | 0.12 | 146.81 | 0.6 | 0.69 |
| Hex | 82 | E0 | AC | 2A | 0 | 17 | C | 93 | 3C | 45 |
| Octal | 202 | 340 | 254 | 52 | 0 | 27 | 14 | 223 | 74 | 105 |
| Binary | 10000010 | 11100000 | 10101100 | 101010 | 0 | 10111 | 1100 | 10010011 | 111100 | 1000101 |
Color Harmonies of #82E0AC
Complementary color
Monochromatic Colors of #82E0AC
Black with #82E0AC
Text Example
Text Example
White with #82E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E0AC; }
p { color: rgb(130,224,172); }
H1.HeaderClassName
{
color: #82E0AC;
}
.AnyTagClassName
{
color: #82E0AC;
}
</style>
background-color css
<style>
a { background-color: #82E0AC; }
a { background-color: rgb(130,224,172); }
div.DivClassName
{
background-color: #82E0AC;
}
.BgClassName
{
background-color: #82E0AC;
}
</style>
border-color css
<style>
span { border-color: #82E0AC; }
span { border-color: rgb(130,224,172); }
td.TdClassName
{
border-color: #82E0AC;
}
.TagClassName
{
border-color: #82E0AC;
}
</style>