Shades of Monte Carlo #82C5AD
Tints of Monte Carlo #82C5AD
RGB
CMYK
RGB Variations
Color information
#82C5AD (or 0x82C5AD) is known color: Monte Carlo. HEX triplet: 82, C5 and AD. RGB value is (130,197,173). Sum of RGB (Red+Green+Blue) = 130+197+173=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #82C5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C5AD is #7D3A52. Grayscale: #AEAEAE. Windows color (decimal): -8206931 or 11388290. OLE color: 11388290.
HSL color Cylindrical-coordinate representation of color #82C5AD: hue angle of 158.51º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82C5AD is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 173 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.23 |
| HSL | 158.51º | 0.37% | 0.64% | - |
| HSV(B) | 158.51º | 0.34% | 0.77% | - |
| XYZ | 36.72 | 47.7 | 46.81 | - |
| YUV | 174.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 173 | 0.34 | 0 | 0.12 | 0.23 | 158.51 | 0.37 | 0.64 |
| Hex | 82 | C5 | AD | 22 | 0 | C | 17 | 9F | 25 | 40 |
| Octal | 202 | 305 | 255 | 42 | 0 | 14 | 27 | 237 | 45 | 100 |
| Binary | 10000010 | 11000101 | 10101101 | 100010 | 0 | 1100 | 10111 | 10011111 | 100101 | 1000000 |
Color Harmonies of #82C5AD
Complementary color
Monochromatic Colors of #82C5AD
Black with #82C5AD
Text Example
Text Example
White with #82C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C5AD; }
p { color: rgb(130,197,173); }
H1.HeaderClassName
{
color: #82C5AD;
}
.AnyTagClassName
{
color: #82C5AD;
}
</style>
background-color css
<style>
a { background-color: #82C5AD; }
a { background-color: rgb(130,197,173); }
div.DivClassName
{
background-color: #82C5AD;
}
.BgClassName
{
background-color: #82C5AD;
}
</style>
border-color css
<style>
span { border-color: #82C5AD; }
span { border-color: rgb(130,197,173); }
td.TdClassName
{
border-color: #82C5AD;
}
.TagClassName
{
border-color: #82C5AD;
}
</style>