Shades of Monte Carlo #83CAB4
Tints of Monte Carlo #83CAB4
RGB
CMYK
RGB Variations
Color information
#83CAB4 (or 0x83CAB4) is known color: Monte Carlo. HEX triplet: 83, CA and B4. RGB value is (131,202,180). Sum of RGB (Red+Green+Blue) = 131+202+180=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #83CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CAB4 is #7C354B. Grayscale: #B2B2B2. Windows color (decimal): -8140108 or 11848323. OLE color: 11848323.
HSL color Cylindrical-coordinate representation of color #83CAB4: hue angle of 161.41º 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 #83CAB4 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 180 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.21 |
| HSL | 161.41º | 0.4% | 0.65% | - |
| HSV(B) | 161.41º | 0.35% | 0.79% | - |
| XYZ | 38.72 | 50.36 | 50.86 | - |
| YUV | 178.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 180 | 0.35 | 0 | 0.11 | 0.21 | 161.41 | 0.4 | 0.65 |
| Hex | 83 | CA | B4 | 23 | 0 | B | 15 | A1 | 28 | 41 |
| Octal | 203 | 312 | 264 | 43 | 0 | 13 | 25 | 241 | 50 | 101 |
| Binary | 10000011 | 11001010 | 10110100 | 100011 | 0 | 1011 | 10101 | 10100001 | 101000 | 1000001 |
Color Harmonies of #83CAB4
Complementary color
Monochromatic Colors of #83CAB4
Black with #83CAB4
Text Example
Text Example
White with #83CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CAB4; }
p { color: rgb(131,202,180); }
H1.HeaderClassName
{
color: #83CAB4;
}
.AnyTagClassName
{
color: #83CAB4;
}
</style>
background-color css
<style>
a { background-color: #83CAB4; }
a { background-color: rgb(131,202,180); }
div.DivClassName
{
background-color: #83CAB4;
}
.BgClassName
{
background-color: #83CAB4;
}
</style>
border-color css
<style>
span { border-color: #83CAB4; }
span { border-color: rgb(131,202,180); }
td.TdClassName
{
border-color: #83CAB4;
}
.TagClassName
{
border-color: #83CAB4;
}
</style>