Shades of Monte Carlo #83C8BA
Tints of Monte Carlo #83C8BA
RGB
CMYK
RGB Variations
Color information
#83C8BA (or 0x83C8BA) is known color: Monte Carlo. HEX triplet: 83, C8 and BA. RGB value is (131,200,186). Sum of RGB (Red+Green+Blue) = 131+200+186=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #83C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8BA is #7C3745. Grayscale: #B1B1B1. Windows color (decimal): -8140614 or 12241027. OLE color: 12241027.
HSL color Cylindrical-coordinate representation of color #83C8BA: hue angle of 167.83º 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 #83C8BA is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 186 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.22 |
| HSL | 167.83º | 0.39% | 0.65% | - |
| HSV(B) | 167.83º | 0.35% | 0.78% | - |
| XYZ | 38.88 | 49.68 | 53.99 | - |
| YUV | 177.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 186 | 0.34 | 0 | 0.07 | 0.22 | 167.83 | 0.39 | 0.65 |
| Hex | 83 | C8 | BA | 22 | 0 | 7 | 16 | A8 | 27 | 41 |
| Octal | 203 | 310 | 272 | 42 | 0 | 7 | 26 | 250 | 47 | 101 |
| Binary | 10000011 | 11001000 | 10111010 | 100010 | 0 | 111 | 10110 | 10101000 | 100111 | 1000001 |
Color Harmonies of #83C8BA
Complementary color
Monochromatic Colors of #83C8BA
Black with #83C8BA
Text Example
Text Example
White with #83C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C8BA; }
p { color: rgb(131,200,186); }
H1.HeaderClassName
{
color: #83C8BA;
}
.AnyTagClassName
{
color: #83C8BA;
}
</style>
background-color css
<style>
a { background-color: #83C8BA; }
a { background-color: rgb(131,200,186); }
div.DivClassName
{
background-color: #83C8BA;
}
.BgClassName
{
background-color: #83C8BA;
}
</style>
border-color css
<style>
span { border-color: #83C8BA; }
span { border-color: rgb(131,200,186); }
td.TdClassName
{
border-color: #83C8BA;
}
.TagClassName
{
border-color: #83C8BA;
}
</style>