Shades of Monte Carlo #82CAB0
Tints of Monte Carlo #82CAB0
RGB
CMYK
RGB Variations
Color information
#82CAB0 (or 0x82CAB0) is known color: Monte Carlo. HEX triplet: 82, CA and B0. RGB value is (130,202,176). Sum of RGB (Red+Green+Blue) = 130+202+176=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #82CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CAB0 is #7D354F. Grayscale: #B1B1B1. Windows color (decimal): -8205648 or 11586178. OLE color: 11586178.
HSL color Cylindrical-coordinate representation of color #82CAB0: hue angle of 158.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CAB0 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 176 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.21 |
| HSL | 158.33º | 0.4% | 0.65% | - |
| HSV(B) | 158.33º | 0.36% | 0.79% | - |
| XYZ | 38.16 | 50.12 | 48.74 | - |
| YUV | 177.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 176 | 0.36 | 0 | 0.13 | 0.21 | 158.33 | 0.4 | 0.65 |
| Hex | 82 | CA | B0 | 24 | 0 | D | 15 | 9E | 28 | 41 |
| Octal | 202 | 312 | 260 | 44 | 0 | 15 | 25 | 236 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10110000 | 100100 | 0 | 1101 | 10101 | 10011110 | 101000 | 1000001 |
Color Harmonies of #82CAB0
Complementary color
Monochromatic Colors of #82CAB0
Black with #82CAB0
Text Example
Text Example
White with #82CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CAB0; }
p { color: rgb(130,202,176); }
H1.HeaderClassName
{
color: #82CAB0;
}
.AnyTagClassName
{
color: #82CAB0;
}
</style>
background-color css
<style>
a { background-color: #82CAB0; }
a { background-color: rgb(130,202,176); }
div.DivClassName
{
background-color: #82CAB0;
}
.BgClassName
{
background-color: #82CAB0;
}
</style>
border-color css
<style>
span { border-color: #82CAB0; }
span { border-color: rgb(130,202,176); }
td.TdClassName
{
border-color: #82CAB0;
}
.TagClassName
{
border-color: #82CAB0;
}
</style>