Shades of Monte Carlo #82BFB6
Tints of Monte Carlo #82BFB6
RGB
CMYK
RGB Variations
Color information
#82BFB6 (or 0x82BFB6) is known color: Monte Carlo. HEX triplet: 82, BF and B6. RGB value is (130,191,182). Sum of RGB (Red+Green+Blue) = 130+191+182=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #82BFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFB6 is #7D4049. Grayscale: #ABABAB. Windows color (decimal): -8208458 or 11976578. OLE color: 11976578.
HSL color Cylindrical-coordinate representation of color #82BFB6: hue angle of 171.15º 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 #82BFB6 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 182 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.25 |
| HSL | 171.15º | 0.32% | 0.63% | - |
| HSV(B) | 171.15º | 0.32% | 0.75% | - |
| XYZ | 36.28 | 45.38 | 51.1 | - |
| YUV | 171.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 182 | 0.32 | 0 | 0.05 | 0.25 | 171.15 | 0.32 | 0.63 |
| Hex | 82 | BF | B6 | 20 | 0 | 5 | 19 | AB | 20 | 3F |
| Octal | 202 | 277 | 266 | 40 | 0 | 5 | 31 | 253 | 40 | 77 |
| Binary | 10000010 | 10111111 | 10110110 | 100000 | 0 | 101 | 11001 | 10101011 | 100000 | 111111 |
Color Harmonies of #82BFB6
Complementary color
Monochromatic Colors of #82BFB6
Black with #82BFB6
Text Example
Text Example
White with #82BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BFB6; }
p { color: rgb(130,191,182); }
H1.HeaderClassName
{
color: #82BFB6;
}
.AnyTagClassName
{
color: #82BFB6;
}
</style>
background-color css
<style>
a { background-color: #82BFB6; }
a { background-color: rgb(130,191,182); }
div.DivClassName
{
background-color: #82BFB6;
}
.BgClassName
{
background-color: #82BFB6;
}
</style>
border-color css
<style>
span { border-color: #82BFB6; }
span { border-color: rgb(130,191,182); }
td.TdClassName
{
border-color: #82BFB6;
}
.TagClassName
{
border-color: #82BFB6;
}
</style>