Shades of Monte Carlo #83C8B3
Tints of Monte Carlo #83C8B3
RGB
CMYK
RGB Variations
Color information
#83C8B3 (or 0x83C8B3) is known color: Monte Carlo. HEX triplet: 83, C8 and B3. RGB value is (131,200,179). Sum of RGB (Red+Green+Blue) = 131+200+179=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #83C8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8B3 is #7C374C. Grayscale: #B0B0B0. Windows color (decimal): -8140621 or 11782275. OLE color: 11782275.
HSL color Cylindrical-coordinate representation of color #83C8B3: hue angle of 161.74º 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 #83C8B3 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 179 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.22 |
| HSL | 161.74º | 0.39% | 0.65% | - |
| HSV(B) | 161.74º | 0.35% | 0.78% | - |
| XYZ | 38.15 | 49.39 | 50.17 | - |
| YUV | 176.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 179 | 0.34 | 0 | 0.10 | 0.22 | 161.74 | 0.39 | 0.65 |
| Hex | 83 | C8 | B3 | 22 | 0 | A | 16 | A2 | 27 | 41 |
| Octal | 203 | 310 | 263 | 42 | 0 | 12 | 26 | 242 | 47 | 101 |
| Binary | 10000011 | 11001000 | 10110011 | 100010 | 0 | 1010 | 10110 | 10100010 | 100111 | 1000001 |
Color Harmonies of #83C8B3
Complementary color
Monochromatic Colors of #83C8B3
Black with #83C8B3
Text Example
Text Example
White with #83C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C8B3; }
p { color: rgb(131,200,179); }
H1.HeaderClassName
{
color: #83C8B3;
}
.AnyTagClassName
{
color: #83C8B3;
}
</style>
background-color css
<style>
a { background-color: #83C8B3; }
a { background-color: rgb(131,200,179); }
div.DivClassName
{
background-color: #83C8B3;
}
.BgClassName
{
background-color: #83C8B3;
}
</style>
border-color css
<style>
span { border-color: #83C8B3; }
span { border-color: rgb(131,200,179); }
td.TdClassName
{
border-color: #83C8B3;
}
.TagClassName
{
border-color: #83C8B3;
}
</style>