Shades of Monte Carlo #83CEB5
Tints of Monte Carlo #83CEB5
RGB
CMYK
RGB Variations
Color information
#83CEB5 (or 0x83CEB5) is known color: Monte Carlo. HEX triplet: 83, CE and B5. RGB value is (131,206,181). Sum of RGB (Red+Green+Blue) = 131+206+181=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEB5 is #7C314A. Grayscale: #B4B4B4. Windows color (decimal): -8139083 or 11914883. OLE color: 11914883.
HSL color Cylindrical-coordinate representation of color #83CEB5: hue angle of 160º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CEB5 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 181 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.19 |
| HSL | 160º | 0.43% | 0.66% | - |
| HSV(B) | 160º | 0.36% | 0.81% | - |
| XYZ | 39.77 | 52.3 | 51.72 | - |
| YUV | 180.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 181 | 0.36 | 0 | 0.12 | 0.19 | 160 | 0.43 | 0.66 |
| Hex | 83 | CE | B5 | 24 | 0 | C | 13 | A0 | 2B | 42 |
| Octal | 203 | 316 | 265 | 44 | 0 | 14 | 23 | 240 | 53 | 102 |
| Binary | 10000011 | 11001110 | 10110101 | 100100 | 0 | 1100 | 10011 | 10100000 | 101011 | 1000010 |
Color Harmonies of #83CEB5
Complementary color
Monochromatic Colors of #83CEB5
Black with #83CEB5
Text Example
Text Example
White with #83CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEB5; }
p { color: rgb(131,206,181); }
H1.HeaderClassName
{
color: #83CEB5;
}
.AnyTagClassName
{
color: #83CEB5;
}
</style>
background-color css
<style>
a { background-color: #83CEB5; }
a { background-color: rgb(131,206,181); }
div.DivClassName
{
background-color: #83CEB5;
}
.BgClassName
{
background-color: #83CEB5;
}
</style>
border-color css
<style>
span { border-color: #83CEB5; }
span { border-color: rgb(131,206,181); }
td.TdClassName
{
border-color: #83CEB5;
}
.TagClassName
{
border-color: #83CEB5;
}
</style>