Shades of Monte Carlo #83BEB0
Tints of Monte Carlo #83BEB0
RGB
CMYK
RGB Variations
Color information
#83BEB0 (or 0x83BEB0) is known color: Monte Carlo. HEX triplet: 83, BE and B0. RGB value is (131,190,176). Sum of RGB (Red+Green+Blue) = 131+190+176=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BEB0 is #7C414F. Grayscale: #AAAAAA. Windows color (decimal): -8143184 or 11583107. OLE color: 11583107.
HSL color Cylindrical-coordinate representation of color #83BEB0: hue angle of 165.76º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BEB0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 190 | 176 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.25 |
| HSL | 165.76º | 0.31% | 0.63% | - |
| HSV(B) | 165.76º | 0.31% | 0.75% | - |
| XYZ | 35.61 | 44.79 | 47.84 | - |
| YUV | 170.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 176 | 0.31 | 0 | 0.07 | 0.25 | 165.76 | 0.31 | 0.63 |
| Hex | 83 | BE | B0 | 1F | 0 | 7 | 19 | A6 | 1F | 3F |
| Octal | 203 | 276 | 260 | 37 | 0 | 7 | 31 | 246 | 37 | 77 |
| Binary | 10000011 | 10111110 | 10110000 | 11111 | 0 | 111 | 11001 | 10100110 | 11111 | 111111 |
Color Harmonies of #83BEB0
Complementary color
Monochromatic Colors of #83BEB0
Black with #83BEB0
Text Example
Text Example
White with #83BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEB0; }
p { color: rgb(131,190,176); }
H1.HeaderClassName
{
color: #83BEB0;
}
.AnyTagClassName
{
color: #83BEB0;
}
</style>
background-color css
<style>
a { background-color: #83BEB0; }
a { background-color: rgb(131,190,176); }
div.DivClassName
{
background-color: #83BEB0;
}
.BgClassName
{
background-color: #83BEB0;
}
</style>
border-color css
<style>
span { border-color: #83BEB0; }
span { border-color: rgb(131,190,176); }
td.TdClassName
{
border-color: #83BEB0;
}
.TagClassName
{
border-color: #83BEB0;
}
</style>