Shades of Monte Carlo #83B9AF
Tints of Monte Carlo #83B9AF
RGB
CMYK
RGB Variations
Color information
#83B9AF (or 0x83B9AF) is known color: Monte Carlo. HEX triplet: 83, B9 and AF. RGB value is (131,185,175). Sum of RGB (Red+Green+Blue) = 131+185+175=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #83B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B9AF is #7C4650. Grayscale: #A7A7A7. Windows color (decimal): -8144465 or 11516291. OLE color: 11516291.
HSL color Cylindrical-coordinate representation of color #83B9AF: hue angle of 168.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B9AF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 175 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.27 |
| HSL | 168.89º | 0.28% | 0.62% | - |
| HSV(B) | 168.89º | 0.29% | 0.73% | - |
| XYZ | 34.45 | 42.62 | 46.97 | - |
| YUV | 167.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 175 | 0.29 | 0 | 0.05 | 0.27 | 168.89 | 0.28 | 0.62 |
| Hex | 83 | B9 | AF | 1D | 0 | 5 | 1B | A9 | 1C | 3E |
| Octal | 203 | 271 | 257 | 35 | 0 | 5 | 33 | 251 | 34 | 76 |
| Binary | 10000011 | 10111001 | 10101111 | 11101 | 0 | 101 | 11011 | 10101001 | 11100 | 111110 |
Color Harmonies of #83B9AF
Complementary color
Monochromatic Colors of #83B9AF
Black with #83B9AF
Text Example
Text Example
White with #83B9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B9AF; }
p { color: rgb(131,185,175); }
H1.HeaderClassName
{
color: #83B9AF;
}
.AnyTagClassName
{
color: #83B9AF;
}
</style>
background-color css
<style>
a { background-color: #83B9AF; }
a { background-color: rgb(131,185,175); }
div.DivClassName
{
background-color: #83B9AF;
}
.BgClassName
{
background-color: #83B9AF;
}
</style>
border-color css
<style>
span { border-color: #83B9AF; }
span { border-color: rgb(131,185,175); }
td.TdClassName
{
border-color: #83B9AF;
}
.TagClassName
{
border-color: #83B9AF;
}
</style>