Shades of Monte Carlo #83CAB3
Tints of Monte Carlo #83CAB3
RGB
CMYK
RGB Variations
Color information
#83CAB3 (or 0x83CAB3) is known color: Monte Carlo. HEX triplet: 83, CA and B3. RGB value is (131,202,179). Sum of RGB (Red+Green+Blue) = 131+202+179=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #83CAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CAB3 is #7C354C. Grayscale: #B2B2B2. Windows color (decimal): -8140109 or 11782787. OLE color: 11782787.
HSL color Cylindrical-coordinate representation of color #83CAB3: hue angle of 160.56º 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 #83CAB3 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 179 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.21 |
| HSL | 160.56º | 0.4% | 0.65% | - |
| HSV(B) | 160.56º | 0.35% | 0.79% | - |
| XYZ | 38.62 | 50.32 | 50.33 | - |
| YUV | 178.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 179 | 0.35 | 0 | 0.11 | 0.21 | 160.56 | 0.4 | 0.65 |
| Hex | 83 | CA | B3 | 23 | 0 | B | 15 | A1 | 28 | 41 |
| Octal | 203 | 312 | 263 | 43 | 0 | 13 | 25 | 241 | 50 | 101 |
| Binary | 10000011 | 11001010 | 10110011 | 100011 | 0 | 1011 | 10101 | 10100001 | 101000 | 1000001 |
Color Harmonies of #83CAB3
Complementary color
Monochromatic Colors of #83CAB3
Black with #83CAB3
Text Example
Text Example
White with #83CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CAB3; }
p { color: rgb(131,202,179); }
H1.HeaderClassName
{
color: #83CAB3;
}
.AnyTagClassName
{
color: #83CAB3;
}
</style>
background-color css
<style>
a { background-color: #83CAB3; }
a { background-color: rgb(131,202,179); }
div.DivClassName
{
background-color: #83CAB3;
}
.BgClassName
{
background-color: #83CAB3;
}
</style>
border-color css
<style>
span { border-color: #83CAB3; }
span { border-color: rgb(131,202,179); }
td.TdClassName
{
border-color: #83CAB3;
}
.TagClassName
{
border-color: #83CAB3;
}
</style>