Shades of Monte Carlo #82BBAF
Tints of Monte Carlo #82BBAF
RGB
CMYK
RGB Variations
Color information
#82BBAF (or 0x82BBAF) is known color: Monte Carlo. HEX triplet: 82, BB and AF. RGB value is (130,187,175). Sum of RGB (Red+Green+Blue) = 130+187+175=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #82BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BBAF is #7D4450. Grayscale: #A8A8A8. Windows color (decimal): -8209489 or 11516802. OLE color: 11516802.
HSL color Cylindrical-coordinate representation of color #82BBAF: hue angle of 167.37º 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 #82BBAF is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 175 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.27 |
| HSL | 167.37º | 0.3% | 0.62% | - |
| HSV(B) | 167.37º | 0.3% | 0.73% | - |
| XYZ | 34.71 | 43.38 | 47.1 | - |
| YUV | 168.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 175 | 0.30 | 0 | 0.06 | 0.27 | 167.37 | 0.3 | 0.62 |
| Hex | 82 | BB | AF | 1E | 0 | 6 | 1B | A7 | 1E | 3E |
| Octal | 202 | 273 | 257 | 36 | 0 | 6 | 33 | 247 | 36 | 76 |
| Binary | 10000010 | 10111011 | 10101111 | 11110 | 0 | 110 | 11011 | 10100111 | 11110 | 111110 |
Color Harmonies of #82BBAF
Complementary color
Monochromatic Colors of #82BBAF
Black with #82BBAF
Text Example
Text Example
White with #82BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBAF; }
p { color: rgb(130,187,175); }
H1.HeaderClassName
{
color: #82BBAF;
}
.AnyTagClassName
{
color: #82BBAF;
}
</style>
background-color css
<style>
a { background-color: #82BBAF; }
a { background-color: rgb(130,187,175); }
div.DivClassName
{
background-color: #82BBAF;
}
.BgClassName
{
background-color: #82BBAF;
}
</style>
border-color css
<style>
span { border-color: #82BBAF; }
span { border-color: rgb(130,187,175); }
td.TdClassName
{
border-color: #82BBAF;
}
.TagClassName
{
border-color: #82BBAF;
}
</style>