Shades of Monte Carlo #82BBAC
Tints of Monte Carlo #82BBAC
RGB
CMYK
RGB Variations
Color information
#82BBAC (or 0x82BBAC) is known color: Monte Carlo. HEX triplet: 82, BB and AC. RGB value is (130,187,172). Sum of RGB (Red+Green+Blue) = 130+187+172=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #82BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BBAC is #7D4453. Grayscale: #A8A8A8. Windows color (decimal): -8209492 or 11320194. OLE color: 11320194.
HSL color Cylindrical-coordinate representation of color #82BBAC: hue angle of 164.21º 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 #82BBAC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 172 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.27 |
| HSL | 164.21º | 0.3% | 0.62% | - |
| HSV(B) | 164.21º | 0.3% | 0.73% | - |
| XYZ | 34.42 | 43.27 | 45.57 | - |
| YUV | 168.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 172 | 0.30 | 0 | 0.08 | 0.27 | 164.21 | 0.3 | 0.62 |
| Hex | 82 | BB | AC | 1E | 0 | 8 | 1B | A4 | 1E | 3E |
| Octal | 202 | 273 | 254 | 36 | 0 | 10 | 33 | 244 | 36 | 76 |
| Binary | 10000010 | 10111011 | 10101100 | 11110 | 0 | 1000 | 11011 | 10100100 | 11110 | 111110 |
Color Harmonies of #82BBAC
Complementary color
Monochromatic Colors of #82BBAC
Black with #82BBAC
Text Example
Text Example
White with #82BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBAC; }
p { color: rgb(130,187,172); }
H1.HeaderClassName
{
color: #82BBAC;
}
.AnyTagClassName
{
color: #82BBAC;
}
</style>
background-color css
<style>
a { background-color: #82BBAC; }
a { background-color: rgb(130,187,172); }
div.DivClassName
{
background-color: #82BBAC;
}
.BgClassName
{
background-color: #82BBAC;
}
</style>
border-color css
<style>
span { border-color: #82BBAC; }
span { border-color: rgb(130,187,172); }
td.TdClassName
{
border-color: #82BBAC;
}
.TagClassName
{
border-color: #82BBAC;
}
</style>