Shades of Monte Carlo #82CCAC
Tints of Monte Carlo #82CCAC
RGB
CMYK
RGB Variations
Color information
#82CCAC (or 0x82CCAC) is known color: Monte Carlo. HEX triplet: 82, CC and AC. RGB value is (130,204,172). Sum of RGB (Red+Green+Blue) = 130+204+172=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CCAC is #7D3353. Grayscale: #B2B2B2. Windows color (decimal): -8205140 or 11324546. OLE color: 11324546.
HSL color Cylindrical-coordinate representation of color #82CCAC: hue angle of 154.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CCAC is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 172 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.2 |
| HSL | 154.05º | 0.42% | 0.65% | - |
| HSV(B) | 154.05º | 0.36% | 0.8% | - |
| XYZ | 38.25 | 50.91 | 46.84 | - |
| YUV | 178.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 172 | 0.36 | 0 | 0.16 | 0.2 | 154.05 | 0.42 | 0.65 |
| Hex | 82 | CC | AC | 24 | 0 | 10 | 14 | 9A | 2A | 41 |
| Octal | 202 | 314 | 254 | 44 | 0 | 20 | 24 | 232 | 52 | 101 |
| Binary | 10000010 | 11001100 | 10101100 | 100100 | 0 | 10000 | 10100 | 10011010 | 101010 | 1000001 |
Color Harmonies of #82CCAC
Complementary color
Monochromatic Colors of #82CCAC
Black with #82CCAC
Text Example
Text Example
White with #82CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CCAC; }
p { color: rgb(130,204,172); }
H1.HeaderClassName
{
color: #82CCAC;
}
.AnyTagClassName
{
color: #82CCAC;
}
</style>
background-color css
<style>
a { background-color: #82CCAC; }
a { background-color: rgb(130,204,172); }
div.DivClassName
{
background-color: #82CCAC;
}
.BgClassName
{
background-color: #82CCAC;
}
</style>
border-color css
<style>
span { border-color: #82CCAC; }
span { border-color: rgb(130,204,172); }
td.TdClassName
{
border-color: #82CCAC;
}
.TagClassName
{
border-color: #82CCAC;
}
</style>