Shades of Monte Carlo #82BDB0
Tints of Monte Carlo #82BDB0
RGB
CMYK
RGB Variations
Color information
#82BDB0 (or 0x82BDB0) is known color: Monte Carlo. HEX triplet: 82, BD and B0. RGB value is (130,189,176). Sum of RGB (Red+Green+Blue) = 130+189+176=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #82BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BDB0 is #7D424F. Grayscale: #A9A9A9. Windows color (decimal): -8208976 or 11582850. OLE color: 11582850.
HSL color Cylindrical-coordinate representation of color #82BDB0: hue angle of 166.78º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BDB0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 176 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.26 |
| HSL | 166.78º | 0.31% | 0.63% | - |
| HSV(B) | 166.78º | 0.31% | 0.74% | - |
| XYZ | 35.24 | 44.28 | 47.76 | - |
| YUV | 169.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 176 | 0.31 | 0 | 0.07 | 0.26 | 166.78 | 0.31 | 0.63 |
| Hex | 82 | BD | B0 | 1F | 0 | 7 | 1A | A7 | 1F | 3F |
| Octal | 202 | 275 | 260 | 37 | 0 | 7 | 32 | 247 | 37 | 77 |
| Binary | 10000010 | 10111101 | 10110000 | 11111 | 0 | 111 | 11010 | 10100111 | 11111 | 111111 |
Color Harmonies of #82BDB0
Complementary color
Monochromatic Colors of #82BDB0
Black with #82BDB0
Text Example
Text Example
White with #82BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDB0; }
p { color: rgb(130,189,176); }
H1.HeaderClassName
{
color: #82BDB0;
}
.AnyTagClassName
{
color: #82BDB0;
}
</style>
background-color css
<style>
a { background-color: #82BDB0; }
a { background-color: rgb(130,189,176); }
div.DivClassName
{
background-color: #82BDB0;
}
.BgClassName
{
background-color: #82BDB0;
}
</style>
border-color css
<style>
span { border-color: #82BDB0; }
span { border-color: rgb(130,189,176); }
td.TdClassName
{
border-color: #82BDB0;
}
.TagClassName
{
border-color: #82BDB0;
}
</style>