Shades of Monte Carlo #83CCB2
Tints of Monte Carlo #83CCB2
RGB
CMYK
RGB Variations
Color information
#83CCB2 (or 0x83CCB2) is known color: Monte Carlo. HEX triplet: 83, CC and B2. RGB value is (131,204,178). Sum of RGB (Red+Green+Blue) = 131+204+178=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CCB2 is #7C334D. Grayscale: #B3B3B3. Windows color (decimal): -8139598 or 11717763. OLE color: 11717763.
HSL color Cylindrical-coordinate representation of color #83CCB2: hue angle of 158.63º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCB2 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 204 | 178 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.2 |
| HSL | 158.63º | 0.42% | 0.66% | - |
| HSV(B) | 158.63º | 0.36% | 0.8% | - |
| XYZ | 38.99 | 51.23 | 49.95 | - |
| YUV | 179.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 178 | 0.36 | 0 | 0.13 | 0.2 | 158.63 | 0.42 | 0.66 |
| Hex | 83 | CC | B2 | 24 | 0 | D | 14 | 9F | 2A | 42 |
| Octal | 203 | 314 | 262 | 44 | 0 | 15 | 24 | 237 | 52 | 102 |
| Binary | 10000011 | 11001100 | 10110010 | 100100 | 0 | 1101 | 10100 | 10011111 | 101010 | 1000010 |
Color Harmonies of #83CCB2
Complementary color
Monochromatic Colors of #83CCB2
Black with #83CCB2
Text Example
Text Example
White with #83CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCB2; }
p { color: rgb(131,204,178); }
H1.HeaderClassName
{
color: #83CCB2;
}
.AnyTagClassName
{
color: #83CCB2;
}
</style>
background-color css
<style>
a { background-color: #83CCB2; }
a { background-color: rgb(131,204,178); }
div.DivClassName
{
background-color: #83CCB2;
}
.BgClassName
{
background-color: #83CCB2;
}
</style>
border-color css
<style>
span { border-color: #83CCB2; }
span { border-color: rgb(131,204,178); }
td.TdClassName
{
border-color: #83CCB2;
}
.TagClassName
{
border-color: #83CCB2;
}
</style>