Shades of Monte Carlo #82C8AA
Tints of Monte Carlo #82C8AA
RGB
CMYK
RGB Variations
Color information
#82C8AA (or 0x82C8AA) is known color: Monte Carlo. HEX triplet: 82, C8 and AA. RGB value is (130,200,170). Sum of RGB (Red+Green+Blue) = 130+200+170=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #82C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C8AA is #7D3755. Grayscale: #AFAFAF. Windows color (decimal): -8206166 or 11192450. OLE color: 11192450.
HSL color Cylindrical-coordinate representation of color #82C8AA: hue angle of 154.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82C8AA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 170 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.22 |
| HSL | 154.29º | 0.39% | 0.65% | - |
| HSV(B) | 154.29º | 0.35% | 0.78% | - |
| XYZ | 37.12 | 48.96 | 45.52 | - |
| YUV | 175.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 170 | 0.35 | 0 | 0.15 | 0.22 | 154.29 | 0.39 | 0.65 |
| Hex | 82 | C8 | AA | 23 | 0 | F | 16 | 9A | 27 | 41 |
| Octal | 202 | 310 | 252 | 43 | 0 | 17 | 26 | 232 | 47 | 101 |
| Binary | 10000010 | 11001000 | 10101010 | 100011 | 0 | 1111 | 10110 | 10011010 | 100111 | 1000001 |
Color Harmonies of #82C8AA
Complementary color
Monochromatic Colors of #82C8AA
Black with #82C8AA
Text Example
Text Example
White with #82C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C8AA; }
p { color: rgb(130,200,170); }
H1.HeaderClassName
{
color: #82C8AA;
}
.AnyTagClassName
{
color: #82C8AA;
}
</style>
background-color css
<style>
a { background-color: #82C8AA; }
a { background-color: rgb(130,200,170); }
div.DivClassName
{
background-color: #82C8AA;
}
.BgClassName
{
background-color: #82C8AA;
}
</style>
border-color css
<style>
span { border-color: #82C8AA; }
span { border-color: rgb(130,200,170); }
td.TdClassName
{
border-color: #82C8AA;
}
.TagClassName
{
border-color: #82C8AA;
}
</style>