Shades of Monte Carlo #83CBAB
Tints of Monte Carlo #83CBAB
RGB
CMYK
RGB Variations
Color information
#83CBAB (or 0x83CBAB) is known color: Monte Carlo. HEX triplet: 83, CB and AB. RGB value is (131,203,171). Sum of RGB (Red+Green+Blue) = 131+203+171=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #83CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CBAB is #7C3454. Grayscale: #B1B1B1. Windows color (decimal): -8139861 or 11258755. OLE color: 11258755.
HSL color Cylindrical-coordinate representation of color #83CBAB: hue angle of 153.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CBAB is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 171 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.20 |
| HSL | 153.33º | 0.41% | 0.65% | - |
| HSV(B) | 153.33º | 0.35% | 0.8% | - |
| XYZ | 38.07 | 50.48 | 46.26 | - |
| YUV | 177.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 171 | 0.35 | 0 | 0.16 | 0.20 | 153.33 | 0.41 | 0.65 |
| Hex | 83 | CB | AB | 23 | 0 | 10 | 14 | 99 | 29 | 41 |
| Octal | 203 | 313 | 253 | 43 | 0 | 20 | 24 | 231 | 51 | 101 |
| Binary | 10000011 | 11001011 | 10101011 | 100011 | 0 | 10000 | 10100 | 10011001 | 101001 | 1000001 |
Color Harmonies of #83CBAB
Complementary color
Monochromatic Colors of #83CBAB
Black with #83CBAB
Text Example
Text Example
White with #83CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBAB; }
p { color: rgb(131,203,171); }
H1.HeaderClassName
{
color: #83CBAB;
}
.AnyTagClassName
{
color: #83CBAB;
}
</style>
background-color css
<style>
a { background-color: #83CBAB; }
a { background-color: rgb(131,203,171); }
div.DivClassName
{
background-color: #83CBAB;
}
.BgClassName
{
background-color: #83CBAB;
}
</style>
border-color css
<style>
span { border-color: #83CBAB; }
span { border-color: rgb(131,203,171); }
td.TdClassName
{
border-color: #83CBAB;
}
.TagClassName
{
border-color: #83CBAB;
}
</style>