Shades of Monte Carlo #83C0BE
Tints of Monte Carlo #83C0BE
RGB
CMYK
RGB Variations
Color information
#83C0BE (or 0x83C0BE) is known color: Monte Carlo. HEX triplet: 83, C0 and BE. RGB value is (131,192,190). Sum of RGB (Red+Green+Blue) = 131+192+190=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #83C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C0BE is #7C3F41. Grayscale: #ADADAD. Windows color (decimal): -8142658 or 12501123. OLE color: 12501123.
HSL color Cylindrical-coordinate representation of color #83C0BE: hue angle of 178.03º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C0BE is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 190 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.25 |
| HSL | 178.03º | 0.33% | 0.63% | - |
| HSV(B) | 178.03º | 0.32% | 0.75% | - |
| XYZ | 37.5 | 46.24 | 55.66 | - |
| YUV | 173.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 190 | 0.32 | 0 | 0.01 | 0.25 | 178.03 | 0.33 | 0.63 |
| Hex | 83 | C0 | BE | 20 | 0 | 1 | 19 | B2 | 21 | 3F |
| Octal | 203 | 300 | 276 | 40 | 0 | 1 | 31 | 262 | 41 | 77 |
| Binary | 10000011 | 11000000 | 10111110 | 100000 | 0 | 1 | 11001 | 10110010 | 100001 | 111111 |
Color Harmonies of #83C0BE
Complementary color
Monochromatic Colors of #83C0BE
Black with #83C0BE
Text Example
Text Example
White with #83C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C0BE; }
p { color: rgb(131,192,190); }
H1.HeaderClassName
{
color: #83C0BE;
}
.AnyTagClassName
{
color: #83C0BE;
}
</style>
background-color css
<style>
a { background-color: #83C0BE; }
a { background-color: rgb(131,192,190); }
div.DivClassName
{
background-color: #83C0BE;
}
.BgClassName
{
background-color: #83C0BE;
}
</style>
border-color css
<style>
span { border-color: #83C0BE; }
span { border-color: rgb(131,192,190); }
td.TdClassName
{
border-color: #83C0BE;
}
.TagClassName
{
border-color: #83C0BE;
}
</style>