Shades of Monte Carlo #83CAB9
Tints of Monte Carlo #83CAB9
RGB
CMYK
RGB Variations
Color information
#83CAB9 (or 0x83CAB9) is known color: Monte Carlo. HEX triplet: 83, CA and B9. RGB value is (131,202,185). Sum of RGB (Red+Green+Blue) = 131+202+185=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #83CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CAB9 is #7C3546. Grayscale: #B2B2B2. Windows color (decimal): -8140103 or 12176003. OLE color: 12176003.
HSL color Cylindrical-coordinate representation of color #83CAB9: hue angle of 165.63º degrees, saturation: 0.4, 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 #83CAB9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 185 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.21 |
| HSL | 165.63º | 0.4% | 0.65% | - |
| HSV(B) | 165.63º | 0.35% | 0.79% | - |
| XYZ | 39.24 | 50.57 | 53.59 | - |
| YUV | 178.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 185 | 0.35 | 0 | 0.08 | 0.21 | 165.63 | 0.4 | 0.65 |
| Hex | 83 | CA | B9 | 23 | 0 | 8 | 15 | A6 | 28 | 41 |
| Octal | 203 | 312 | 271 | 43 | 0 | 10 | 25 | 246 | 50 | 101 |
| Binary | 10000011 | 11001010 | 10111001 | 100011 | 0 | 1000 | 10101 | 10100110 | 101000 | 1000001 |
Color Harmonies of #83CAB9
Complementary color
Monochromatic Colors of #83CAB9
Black with #83CAB9
Text Example
Text Example
White with #83CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CAB9; }
p { color: rgb(131,202,185); }
H1.HeaderClassName
{
color: #83CAB9;
}
.AnyTagClassName
{
color: #83CAB9;
}
</style>
background-color css
<style>
a { background-color: #83CAB9; }
a { background-color: rgb(131,202,185); }
div.DivClassName
{
background-color: #83CAB9;
}
.BgClassName
{
background-color: #83CAB9;
}
</style>
border-color css
<style>
span { border-color: #83CAB9; }
span { border-color: rgb(131,202,185); }
td.TdClassName
{
border-color: #83CAB9;
}
.TagClassName
{
border-color: #83CAB9;
}
</style>