Shades of Monte Carlo #83C7AF
Tints of Monte Carlo #83C7AF
RGB
CMYK
RGB Variations
Color information
#83C7AF (or 0x83C7AF) is known color: Monte Carlo. HEX triplet: 83, C7 and AF. RGB value is (131,199,175). Sum of RGB (Red+Green+Blue) = 131+199+175=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #83C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C7AF is #7C3850. Grayscale: #AFAFAF. Windows color (decimal): -8140881 or 11519875. OLE color: 11519875.
HSL color Cylindrical-coordinate representation of color #83C7AF: hue angle of 158.82º degrees, saturation: 0.38, 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 #83C7AF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 175 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.22 |
| HSL | 158.82º | 0.38% | 0.65% | - |
| HSV(B) | 158.82º | 0.34% | 0.78% | - |
| XYZ | 37.52 | 48.77 | 47.99 | - |
| YUV | 175.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 175 | 0.34 | 0 | 0.12 | 0.22 | 158.82 | 0.38 | 0.65 |
| Hex | 83 | C7 | AF | 22 | 0 | C | 16 | 9F | 26 | 41 |
| Octal | 203 | 307 | 257 | 42 | 0 | 14 | 26 | 237 | 46 | 101 |
| Binary | 10000011 | 11000111 | 10101111 | 100010 | 0 | 1100 | 10110 | 10011111 | 100110 | 1000001 |
Color Harmonies of #83C7AF
Complementary color
Monochromatic Colors of #83C7AF
Black with #83C7AF
Text Example
Text Example
White with #83C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C7AF; }
p { color: rgb(131,199,175); }
H1.HeaderClassName
{
color: #83C7AF;
}
.AnyTagClassName
{
color: #83C7AF;
}
</style>
background-color css
<style>
a { background-color: #83C7AF; }
a { background-color: rgb(131,199,175); }
div.DivClassName
{
background-color: #83C7AF;
}
.BgClassName
{
background-color: #83C7AF;
}
</style>
border-color css
<style>
span { border-color: #83C7AF; }
span { border-color: rgb(131,199,175); }
td.TdClassName
{
border-color: #83C7AF;
}
.TagClassName
{
border-color: #83C7AF;
}
</style>