Shades of Monte Carlo #82C8AB
Tints of Monte Carlo #82C8AB
RGB
CMYK
RGB Variations
Color information
#82C8AB (or 0x82C8AB) is known color: Monte Carlo. HEX triplet: 82, C8 and AB. RGB value is (130,200,171). Sum of RGB (Red+Green+Blue) = 130+200+171=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #82C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C8AB is #7D3754. Grayscale: #AFAFAF. Windows color (decimal): -8206165 or 11257986. OLE color: 11257986.
HSL color Cylindrical-coordinate representation of color #82C8AB: hue angle of 155.14º 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 #82C8AB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 171 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.22 |
| HSL | 155.14º | 0.39% | 0.65% | - |
| HSV(B) | 155.14º | 0.35% | 0.78% | - |
| XYZ | 37.21 | 48.99 | 46.02 | - |
| YUV | 175.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 171 | 0.35 | 0 | 0.14 | 0.22 | 155.14 | 0.39 | 0.65 |
| Hex | 82 | C8 | AB | 23 | 0 | E | 16 | 9B | 27 | 41 |
| Octal | 202 | 310 | 253 | 43 | 0 | 16 | 26 | 233 | 47 | 101 |
| Binary | 10000010 | 11001000 | 10101011 | 100011 | 0 | 1110 | 10110 | 10011011 | 100111 | 1000001 |
Color Harmonies of #82C8AB
Complementary color
Monochromatic Colors of #82C8AB
Black with #82C8AB
Text Example
Text Example
White with #82C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C8AB; }
p { color: rgb(130,200,171); }
H1.HeaderClassName
{
color: #82C8AB;
}
.AnyTagClassName
{
color: #82C8AB;
}
</style>
background-color css
<style>
a { background-color: #82C8AB; }
a { background-color: rgb(130,200,171); }
div.DivClassName
{
background-color: #82C8AB;
}
.BgClassName
{
background-color: #82C8AB;
}
</style>
border-color css
<style>
span { border-color: #82C8AB; }
span { border-color: rgb(130,200,171); }
td.TdClassName
{
border-color: #82C8AB;
}
.TagClassName
{
border-color: #82C8AB;
}
</style>