Shades of Glacier #82ACB6
Tints of Glacier #82ACB6
RGB
CMYK
RGB Variations
Color information
#82ACB6 (or 0x82ACB6) is known color: Glacier. HEX triplet: 82, AC and B6. RGB value is (130,172,182). Sum of RGB (Red+Green+Blue) = 130+172+182=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #82ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACB6 is #7D5349. Grayscale: #A0A0A0. Windows color (decimal): -8213322 or 11971714. OLE color: 11971714.
HSL color Cylindrical-coordinate representation of color #82ACB6: hue angle of 191.54º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82ACB6 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 172 | 182 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.29 |
| HSL | 191.54º | 0.26% | 0.61% | - |
| HSV(B) | 191.54º | 0.29% | 0.71% | - |
| XYZ | 32.4 | 37.63 | 49.81 | - |
| YUV | 160.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 182 | 0.29 | 0.05 | 0 | 0.29 | 191.54 | 0.26 | 0.61 |
| Hex | 82 | AC | B6 | 1D | 5 | 0 | 1D | C0 | 1A | 3D |
| Octal | 202 | 254 | 266 | 35 | 5 | 0 | 35 | 300 | 32 | 75 |
| Binary | 10000010 | 10101100 | 10110110 | 11101 | 101 | 0 | 11101 | 11000000 | 11010 | 111101 |
Color Harmonies of #82ACB6
Complementary color
Monochromatic Colors of #82ACB6
Black with #82ACB6
Text Example
Text Example
White with #82ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ACB6; }
p { color: rgb(130,172,182); }
H1.HeaderClassName
{
color: #82ACB6;
}
.AnyTagClassName
{
color: #82ACB6;
}
</style>
background-color css
<style>
a { background-color: #82ACB6; }
a { background-color: rgb(130,172,182); }
div.DivClassName
{
background-color: #82ACB6;
}
.BgClassName
{
background-color: #82ACB6;
}
</style>
border-color css
<style>
span { border-color: #82ACB6; }
span { border-color: rgb(130,172,182); }
td.TdClassName
{
border-color: #82ACB6;
}
.TagClassName
{
border-color: #82ACB6;
}
</style>