Shades of Monte Carlo #83C6B2
Tints of Monte Carlo #83C6B2
RGB
CMYK
RGB Variations
Color information
#83C6B2 (or 0x83C6B2) is known color: Monte Carlo. HEX triplet: 83, C6 and B2. RGB value is (131,198,178). Sum of RGB (Red+Green+Blue) = 131+198+178=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #83C6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C6B2 is #7C394D. Grayscale: #AFAFAF. Windows color (decimal): -8141134 or 11716227. OLE color: 11716227.
HSL color Cylindrical-coordinate representation of color #83C6B2: hue angle of 162.09º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C6B2 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 198 | 178 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.22 |
| HSL | 162.09º | 0.37% | 0.65% | - |
| HSV(B) | 162.09º | 0.34% | 0.78% | - |
| XYZ | 37.59 | 48.43 | 49.49 | - |
| YUV | 175.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 178 | 0.34 | 0 | 0.10 | 0.22 | 162.09 | 0.37 | 0.65 |
| Hex | 83 | C6 | B2 | 22 | 0 | A | 16 | A2 | 25 | 41 |
| Octal | 203 | 306 | 262 | 42 | 0 | 12 | 26 | 242 | 45 | 101 |
| Binary | 10000011 | 11000110 | 10110010 | 100010 | 0 | 1010 | 10110 | 10100010 | 100101 | 1000001 |
Color Harmonies of #83C6B2
Complementary color
Monochromatic Colors of #83C6B2
Black with #83C6B2
Text Example
Text Example
White with #83C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C6B2; }
p { color: rgb(131,198,178); }
H1.HeaderClassName
{
color: #83C6B2;
}
.AnyTagClassName
{
color: #83C6B2;
}
</style>
background-color css
<style>
a { background-color: #83C6B2; }
a { background-color: rgb(131,198,178); }
div.DivClassName
{
background-color: #83C6B2;
}
.BgClassName
{
background-color: #83C6B2;
}
</style>
border-color css
<style>
span { border-color: #83C6B2; }
span { border-color: rgb(131,198,178); }
td.TdClassName
{
border-color: #83C6B2;
}
.TagClassName
{
border-color: #83C6B2;
}
</style>