Shades of Monte Carlo #82BAB0
Tints of Monte Carlo #82BAB0
RGB
CMYK
RGB Variations
Color information
#82BAB0 (or 0x82BAB0) is known color: Monte Carlo. HEX triplet: 82, BA and B0. RGB value is (130,186,176). Sum of RGB (Red+Green+Blue) = 130+186+176=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAB0 is #7D454F. Grayscale: #A8A8A8. Windows color (decimal): -8209744 or 11582082. OLE color: 11582082.
HSL color Cylindrical-coordinate representation of color #82BAB0: hue angle of 169.29º degrees, saturation: 0.29, 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 #82BAB0 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 176 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.27 |
| HSL | 169.29º | 0.29% | 0.62% | - |
| HSV(B) | 169.29º | 0.3% | 0.73% | - |
| XYZ | 34.6 | 43 | 47.55 | - |
| YUV | 168.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 176 | 0.30 | 0 | 0.05 | 0.27 | 169.29 | 0.29 | 0.62 |
| Hex | 82 | BA | B0 | 1E | 0 | 5 | 1B | A9 | 1D | 3E |
| Octal | 202 | 272 | 260 | 36 | 0 | 5 | 33 | 251 | 35 | 76 |
| Binary | 10000010 | 10111010 | 10110000 | 11110 | 0 | 101 | 11011 | 10101001 | 11101 | 111110 |
Color Harmonies of #82BAB0
Complementary color
Monochromatic Colors of #82BAB0
Black with #82BAB0
Text Example
Text Example
White with #82BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BAB0; }
p { color: rgb(130,186,176); }
H1.HeaderClassName
{
color: #82BAB0;
}
.AnyTagClassName
{
color: #82BAB0;
}
</style>
background-color css
<style>
a { background-color: #82BAB0; }
a { background-color: rgb(130,186,176); }
div.DivClassName
{
background-color: #82BAB0;
}
.BgClassName
{
background-color: #82BAB0;
}
</style>
border-color css
<style>
span { border-color: #82BAB0; }
span { border-color: rgb(130,186,176); }
td.TdClassName
{
border-color: #82BAB0;
}
.TagClassName
{
border-color: #82BAB0;
}
</style>