Shades of Monte Carlo #82BBAD
Tints of Monte Carlo #82BBAD
RGB
CMYK
RGB Variations
Color information
#82BBAD (or 0x82BBAD) is known color: Monte Carlo. HEX triplet: 82, BB and AD. RGB value is (130,187,173). Sum of RGB (Red+Green+Blue) = 130+187+173=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #82BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BBAD is #7D4452. Grayscale: #A8A8A8. Windows color (decimal): -8209491 or 11385730. OLE color: 11385730.
HSL color Cylindrical-coordinate representation of color #82BBAD: hue angle of 165.26º 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 #82BBAD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 173 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.27 |
| HSL | 165.26º | 0.3% | 0.62% | - |
| HSV(B) | 165.26º | 0.3% | 0.73% | - |
| XYZ | 34.52 | 43.3 | 46.07 | - |
| YUV | 168.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 173 | 0.30 | 0 | 0.07 | 0.27 | 165.26 | 0.3 | 0.62 |
| Hex | 82 | BB | AD | 1E | 0 | 7 | 1B | A5 | 1E | 3E |
| Octal | 202 | 273 | 255 | 36 | 0 | 7 | 33 | 245 | 36 | 76 |
| Binary | 10000010 | 10111011 | 10101101 | 11110 | 0 | 111 | 11011 | 10100101 | 11110 | 111110 |
Color Harmonies of #82BBAD
Complementary color
Monochromatic Colors of #82BBAD
Black with #82BBAD
Text Example
Text Example
White with #82BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBAD; }
p { color: rgb(130,187,173); }
H1.HeaderClassName
{
color: #82BBAD;
}
.AnyTagClassName
{
color: #82BBAD;
}
</style>
background-color css
<style>
a { background-color: #82BBAD; }
a { background-color: rgb(130,187,173); }
div.DivClassName
{
background-color: #82BBAD;
}
.BgClassName
{
background-color: #82BBAD;
}
</style>
border-color css
<style>
span { border-color: #82BBAD; }
span { border-color: rgb(130,187,173); }
td.TdClassName
{
border-color: #82BBAD;
}
.TagClassName
{
border-color: #82BBAD;
}
</style>