Shades of Glacier #82BFBF
Tints of Glacier #82BFBF
RGB
CMYK
RGB Variations
Color information
#82BFBF (or 0x82BFBF) is known color: Glacier. HEX triplet: 82, BF and BF. RGB value is (130,191,191). Sum of RGB (Red+Green+Blue) = 130+191+191=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #82BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFBF is #7D4040. Grayscale: #ACACAC. Windows color (decimal): -8208449 or 12566402. OLE color: 12566402.
HSL color Cylindrical-coordinate representation of color #82BFBF: hue angle of 180º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BFBF is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 191 | - |
| CMYK | 0.32 | 0 | 0 | 0.25 |
| HSL | 180º | 0.32% | 0.63% | - |
| HSV(B) | 180º | 0.32% | 0.75% | - |
| XYZ | 37.24 | 45.77 | 56.16 | - |
| YUV | 172.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 191 | 0.32 | 0 | 0 | 0.25 | 180 | 0.32 | 0.63 |
| Hex | 82 | BF | BF | 20 | 0 | 0 | 19 | B4 | 20 | 3F |
| Octal | 202 | 277 | 277 | 40 | 0 | 0 | 31 | 264 | 40 | 77 |
| Binary | 10000010 | 10111111 | 10111111 | 100000 | 0 | 0 | 11001 | 10110100 | 100000 | 111111 |
Color Harmonies of #82BFBF
Complementary color
Monochromatic Colors of #82BFBF
Black with #82BFBF
Text Example
Text Example
White with #82BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BFBF; }
p { color: rgb(130,191,191); }
H1.HeaderClassName
{
color: #82BFBF;
}
.AnyTagClassName
{
color: #82BFBF;
}
</style>
background-color css
<style>
a { background-color: #82BFBF; }
a { background-color: rgb(130,191,191); }
div.DivClassName
{
background-color: #82BFBF;
}
.BgClassName
{
background-color: #82BFBF;
}
</style>
border-color css
<style>
span { border-color: #82BFBF; }
span { border-color: rgb(130,191,191); }
td.TdClassName
{
border-color: #82BFBF;
}
.TagClassName
{
border-color: #82BFBF;
}
</style>