Shades of Monte Carlo #83C9B9
Tints of Monte Carlo #83C9B9
RGB
CMYK
RGB Variations
Color information
#83C9B9 (or 0x83C9B9) is known color: Monte Carlo. HEX triplet: 83, C9 and B9. RGB value is (131,201,185). Sum of RGB (Red+Green+Blue) = 131+201+185=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #83C9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C9B9 is #7C3646. Grayscale: #B2B2B2. Windows color (decimal): -8140359 or 12175747. OLE color: 12175747.
HSL color Cylindrical-coordinate representation of color #83C9B9: hue angle of 166.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C9B9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 185 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.21 |
| HSL | 166.29º | 0.39% | 0.65% | - |
| HSV(B) | 166.29º | 0.35% | 0.79% | - |
| XYZ | 39 | 50.1 | 53.51 | - |
| YUV | 178.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 185 | 0.35 | 0 | 0.08 | 0.21 | 166.29 | 0.39 | 0.65 |
| Hex | 83 | C9 | B9 | 23 | 0 | 8 | 15 | A6 | 27 | 41 |
| Octal | 203 | 311 | 271 | 43 | 0 | 10 | 25 | 246 | 47 | 101 |
| Binary | 10000011 | 11001001 | 10111001 | 100011 | 0 | 1000 | 10101 | 10100110 | 100111 | 1000001 |
Color Harmonies of #83C9B9
Complementary color
Monochromatic Colors of #83C9B9
Black with #83C9B9
Text Example
Text Example
White with #83C9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C9B9; }
p { color: rgb(131,201,185); }
H1.HeaderClassName
{
color: #83C9B9;
}
.AnyTagClassName
{
color: #83C9B9;
}
</style>
background-color css
<style>
a { background-color: #83C9B9; }
a { background-color: rgb(131,201,185); }
div.DivClassName
{
background-color: #83C9B9;
}
.BgClassName
{
background-color: #83C9B9;
}
</style>
border-color css
<style>
span { border-color: #83C9B9; }
span { border-color: rgb(131,201,185); }
td.TdClassName
{
border-color: #83C9B9;
}
.TagClassName
{
border-color: #83C9B9;
}
</style>