Shades of Monte Carlo #82C1AA
Tints of Monte Carlo #82C1AA
RGB
CMYK
RGB Variations
Color information
#82C1AA (or 0x82C1AA) is known color: Monte Carlo. HEX triplet: 82, C1 and AA. RGB value is (130,193,170). Sum of RGB (Red+Green+Blue) = 130+193+170=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #82C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C1AA is #7D3E55. Grayscale: #ABABAB. Windows color (decimal): -8207958 or 11190658. OLE color: 11190658.
HSL color Cylindrical-coordinate representation of color #82C1AA: hue angle of 158.1º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C1AA is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 170 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.24 |
| HSL | 158.1º | 0.34% | 0.63% | - |
| HSV(B) | 158.1º | 0.33% | 0.76% | - |
| XYZ | 35.53 | 45.79 | 45 | - |
| YUV | 171.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 170 | 0.33 | 0 | 0.12 | 0.24 | 158.1 | 0.34 | 0.63 |
| Hex | 82 | C1 | AA | 21 | 0 | C | 18 | 9E | 22 | 3F |
| Octal | 202 | 301 | 252 | 41 | 0 | 14 | 30 | 236 | 42 | 77 |
| Binary | 10000010 | 11000001 | 10101010 | 100001 | 0 | 1100 | 11000 | 10011110 | 100010 | 111111 |
Color Harmonies of #82C1AA
Complementary color
Monochromatic Colors of #82C1AA
Black with #82C1AA
Text Example
Text Example
White with #82C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C1AA; }
p { color: rgb(130,193,170); }
H1.HeaderClassName
{
color: #82C1AA;
}
.AnyTagClassName
{
color: #82C1AA;
}
</style>
background-color css
<style>
a { background-color: #82C1AA; }
a { background-color: rgb(130,193,170); }
div.DivClassName
{
background-color: #82C1AA;
}
.BgClassName
{
background-color: #82C1AA;
}
</style>
border-color css
<style>
span { border-color: #82C1AA; }
span { border-color: rgb(130,193,170); }
td.TdClassName
{
border-color: #82C1AA;
}
.TagClassName
{
border-color: #82C1AA;
}
</style>