Shades of Monte Carlo #83CCAF
Tints of Monte Carlo #83CCAF
RGB
CMYK
RGB Variations
Color information
#83CCAF (or 0x83CCAF) is known color: Monte Carlo. HEX triplet: 83, CC and AF. RGB value is (131,204,175). Sum of RGB (Red+Green+Blue) = 131+204+175=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CCAF is #7C3350. Grayscale: #B2B2B2. Windows color (decimal): -8139601 or 11521155. OLE color: 11521155.
HSL color Cylindrical-coordinate representation of color #83CCAF: hue angle of 156.16º 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 #83CCAF is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 204 | 175 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.2 |
| HSL | 156.16º | 0.42% | 0.66% | - |
| HSV(B) | 156.16º | 0.36% | 0.8% | - |
| XYZ | 38.69 | 51.11 | 48.38 | - |
| YUV | 178.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 175 | 0.36 | 0 | 0.14 | 0.2 | 156.16 | 0.42 | 0.66 |
| Hex | 83 | CC | AF | 24 | 0 | E | 14 | 9C | 2A | 42 |
| Octal | 203 | 314 | 257 | 44 | 0 | 16 | 24 | 234 | 52 | 102 |
| Binary | 10000011 | 11001100 | 10101111 | 100100 | 0 | 1110 | 10100 | 10011100 | 101010 | 1000010 |
Color Harmonies of #83CCAF
Complementary color
Monochromatic Colors of #83CCAF
Black with #83CCAF
Text Example
Text Example
White with #83CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCAF; }
p { color: rgb(131,204,175); }
H1.HeaderClassName
{
color: #83CCAF;
}
.AnyTagClassName
{
color: #83CCAF;
}
</style>
background-color css
<style>
a { background-color: #83CCAF; }
a { background-color: rgb(131,204,175); }
div.DivClassName
{
background-color: #83CCAF;
}
.BgClassName
{
background-color: #83CCAF;
}
</style>
border-color css
<style>
span { border-color: #83CCAF; }
span { border-color: rgb(131,204,175); }
td.TdClassName
{
border-color: #83CCAF;
}
.TagClassName
{
border-color: #83CCAF;
}
</style>