Shades of Monte Carlo #83CAB1
Tints of Monte Carlo #83CAB1
RGB
CMYK
RGB Variations
Color information
#83CAB1 (or 0x83CAB1) is known color: Monte Carlo. HEX triplet: 83, CA and B1. RGB value is (131,202,177). Sum of RGB (Red+Green+Blue) = 131+202+177=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #83CAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CAB1 is #7C354E. Grayscale: #B1B1B1. Windows color (decimal): -8140111 or 11651715. OLE color: 11651715.
HSL color Cylindrical-coordinate representation of color #83CAB1: hue angle of 158.87º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CAB1 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 177 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.21 |
| HSL | 158.87º | 0.4% | 0.65% | - |
| HSV(B) | 158.87º | 0.35% | 0.79% | - |
| XYZ | 38.42 | 50.24 | 49.27 | - |
| YUV | 177.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 177 | 0.35 | 0 | 0.12 | 0.21 | 158.87 | 0.4 | 0.65 |
| Hex | 83 | CA | B1 | 23 | 0 | C | 15 | 9F | 28 | 41 |
| Octal | 203 | 312 | 261 | 43 | 0 | 14 | 25 | 237 | 50 | 101 |
| Binary | 10000011 | 11001010 | 10110001 | 100011 | 0 | 1100 | 10101 | 10011111 | 101000 | 1000001 |
Color Harmonies of #83CAB1
Complementary color
Monochromatic Colors of #83CAB1
Black with #83CAB1
Text Example
Text Example
White with #83CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CAB1; }
p { color: rgb(131,202,177); }
H1.HeaderClassName
{
color: #83CAB1;
}
.AnyTagClassName
{
color: #83CAB1;
}
</style>
background-color css
<style>
a { background-color: #83CAB1; }
a { background-color: rgb(131,202,177); }
div.DivClassName
{
background-color: #83CAB1;
}
.BgClassName
{
background-color: #83CAB1;
}
</style>
border-color css
<style>
span { border-color: #83CAB1; }
span { border-color: rgb(131,202,177); }
td.TdClassName
{
border-color: #83CAB1;
}
.TagClassName
{
border-color: #83CAB1;
}
</style>