Shades of Monte Carlo #82CDAB
Tints of Monte Carlo #82CDAB
RGB
CMYK
RGB Variations
Color information
#82CDAB (or 0x82CDAB) is known color: Monte Carlo. HEX triplet: 82, CD and AB. RGB value is (130,205,171). Sum of RGB (Red+Green+Blue) = 130+205+171=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDAB is #7D3254. Grayscale: #B2B2B2. Windows color (decimal): -8204885 or 11259266. OLE color: 11259266.
HSL color Cylindrical-coordinate representation of color #82CDAB: hue angle of 152.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDAB is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 205 | 171 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.20 |
| HSL | 152.8º | 0.43% | 0.66% | - |
| HSV(B) | 152.8º | 0.37% | 0.8% | - |
| XYZ | 38.39 | 51.35 | 46.42 | - |
| YUV | 178.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 205 | 171 | 0.37 | 0 | 0.17 | 0.20 | 152.8 | 0.43 | 0.66 |
| Hex | 82 | CD | AB | 25 | 0 | 11 | 14 | 99 | 2B | 42 |
| Octal | 202 | 315 | 253 | 45 | 0 | 21 | 24 | 231 | 53 | 102 |
| Binary | 10000010 | 11001101 | 10101011 | 100101 | 0 | 10001 | 10100 | 10011001 | 101011 | 1000010 |
Color Harmonies of #82CDAB
Complementary color
Monochromatic Colors of #82CDAB
Black with #82CDAB
Text Example
Text Example
White with #82CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CDAB; }
p { color: rgb(130,205,171); }
H1.HeaderClassName
{
color: #82CDAB;
}
.AnyTagClassName
{
color: #82CDAB;
}
</style>
background-color css
<style>
a { background-color: #82CDAB; }
a { background-color: rgb(130,205,171); }
div.DivClassName
{
background-color: #82CDAB;
}
.BgClassName
{
background-color: #82CDAB;
}
</style>
border-color css
<style>
span { border-color: #82CDAB; }
span { border-color: rgb(130,205,171); }
td.TdClassName
{
border-color: #82CDAB;
}
.TagClassName
{
border-color: #82CDAB;
}
</style>