Shades of Monte Carlo #83C6AD
Tints of Monte Carlo #83C6AD
RGB
CMYK
RGB Variations
Color information
#83C6AD (or 0x83C6AD) is known color: Monte Carlo. HEX triplet: 83, C6 and AD. RGB value is (131,198,173). Sum of RGB (Red+Green+Blue) = 131+198+173=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #83C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C6AD is #7C3952. Grayscale: #AFAFAF. Windows color (decimal): -8141139 or 11388547. OLE color: 11388547.
HSL color Cylindrical-coordinate representation of color #83C6AD: hue angle of 157.61º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C6AD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 198 | 173 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.22 |
| HSL | 157.61º | 0.37% | 0.65% | - |
| HSV(B) | 157.61º | 0.34% | 0.78% | - |
| XYZ | 37.1 | 48.23 | 46.89 | - |
| YUV | 175.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 173 | 0.34 | 0 | 0.13 | 0.22 | 157.61 | 0.37 | 0.65 |
| Hex | 83 | C6 | AD | 22 | 0 | D | 16 | 9E | 25 | 41 |
| Octal | 203 | 306 | 255 | 42 | 0 | 15 | 26 | 236 | 45 | 101 |
| Binary | 10000011 | 11000110 | 10101101 | 100010 | 0 | 1101 | 10110 | 10011110 | 100101 | 1000001 |
Color Harmonies of #83C6AD
Complementary color
Monochromatic Colors of #83C6AD
Black with #83C6AD
Text Example
Text Example
White with #83C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C6AD; }
p { color: rgb(131,198,173); }
H1.HeaderClassName
{
color: #83C6AD;
}
.AnyTagClassName
{
color: #83C6AD;
}
</style>
background-color css
<style>
a { background-color: #83C6AD; }
a { background-color: rgb(131,198,173); }
div.DivClassName
{
background-color: #83C6AD;
}
.BgClassName
{
background-color: #83C6AD;
}
</style>
border-color css
<style>
span { border-color: #83C6AD; }
span { border-color: rgb(131,198,173); }
td.TdClassName
{
border-color: #83C6AD;
}
.TagClassName
{
border-color: #83C6AD;
}
</style>