Shades of Monte Carlo #83C8B5
Tints of Monte Carlo #83C8B5
RGB
CMYK
RGB Variations
Color information
#83C8B5 (or 0x83C8B5) is known color: Monte Carlo. HEX triplet: 83, C8 and B5. RGB value is (131,200,181). Sum of RGB (Red+Green+Blue) = 131+200+181=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #83C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8B5 is #7C374A. Grayscale: #B1B1B1. Windows color (decimal): -8140619 or 11913347. OLE color: 11913347.
HSL color Cylindrical-coordinate representation of color #83C8B5: hue angle of 163.48º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C8B5 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 181 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.22 |
| HSL | 163.48º | 0.39% | 0.65% | - |
| HSV(B) | 163.48º | 0.35% | 0.78% | - |
| XYZ | 38.35 | 49.47 | 51.24 | - |
| YUV | 177.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 181 | 0.34 | 0 | 0.09 | 0.22 | 163.48 | 0.39 | 0.65 |
| Hex | 83 | C8 | B5 | 22 | 0 | 9 | 16 | A3 | 27 | 41 |
| Octal | 203 | 310 | 265 | 42 | 0 | 11 | 26 | 243 | 47 | 101 |
| Binary | 10000011 | 11001000 | 10110101 | 100010 | 0 | 1001 | 10110 | 10100011 | 100111 | 1000001 |
Color Harmonies of #83C8B5
Complementary color
Monochromatic Colors of #83C8B5
Black with #83C8B5
Text Example
Text Example
White with #83C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C8B5; }
p { color: rgb(131,200,181); }
H1.HeaderClassName
{
color: #83C8B5;
}
.AnyTagClassName
{
color: #83C8B5;
}
</style>
background-color css
<style>
a { background-color: #83C8B5; }
a { background-color: rgb(131,200,181); }
div.DivClassName
{
background-color: #83C8B5;
}
.BgClassName
{
background-color: #83C8B5;
}
</style>
border-color css
<style>
span { border-color: #83C8B5; }
span { border-color: rgb(131,200,181); }
td.TdClassName
{
border-color: #83C8B5;
}
.TagClassName
{
border-color: #83C8B5;
}
</style>