Shades of Monte Carlo #82BBAB
Tints of Monte Carlo #82BBAB
RGB
CMYK
RGB Variations
Color information
#82BBAB (or 0x82BBAB) is known color: Monte Carlo. HEX triplet: 82, BB and AB. RGB value is (130,187,171). Sum of RGB (Red+Green+Blue) = 130+187+171=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #82BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BBAB is #7D4454. Grayscale: #A8A8A8. Windows color (decimal): -8209493 or 11254658. OLE color: 11254658.
HSL color Cylindrical-coordinate representation of color #82BBAB: hue angle of 163.16º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BBAB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 171 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.27 |
| HSL | 163.16º | 0.3% | 0.62% | - |
| HSV(B) | 163.16º | 0.3% | 0.73% | - |
| XYZ | 34.33 | 43.23 | 45.06 | - |
| YUV | 168.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 171 | 0.30 | 0 | 0.09 | 0.27 | 163.16 | 0.3 | 0.62 |
| Hex | 82 | BB | AB | 1E | 0 | 9 | 1B | A3 | 1E | 3E |
| Octal | 202 | 273 | 253 | 36 | 0 | 11 | 33 | 243 | 36 | 76 |
| Binary | 10000010 | 10111011 | 10101011 | 11110 | 0 | 1001 | 11011 | 10100011 | 11110 | 111110 |
Color Harmonies of #82BBAB
Complementary color
Monochromatic Colors of #82BBAB
Black with #82BBAB
Text Example
Text Example
White with #82BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBAB; }
p { color: rgb(130,187,171); }
H1.HeaderClassName
{
color: #82BBAB;
}
.AnyTagClassName
{
color: #82BBAB;
}
</style>
background-color css
<style>
a { background-color: #82BBAB; }
a { background-color: rgb(130,187,171); }
div.DivClassName
{
background-color: #82BBAB;
}
.BgClassName
{
background-color: #82BBAB;
}
</style>
border-color css
<style>
span { border-color: #82BBAB; }
span { border-color: rgb(130,187,171); }
td.TdClassName
{
border-color: #82BBAB;
}
.TagClassName
{
border-color: #82BBAB;
}
</style>