Shades of Monte Carlo #83C5AC
Tints of Monte Carlo #83C5AC
RGB
CMYK
RGB Variations
Color information
#83C5AC (or 0x83C5AC) is known color: Monte Carlo. HEX triplet: 83, C5 and AC. RGB value is (131,197,172). Sum of RGB (Red+Green+Blue) = 131+197+172=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #83C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C5AC is #7C3A53. Grayscale: #AEAEAE. Windows color (decimal): -8141396 or 11322755. OLE color: 11322755.
HSL color Cylindrical-coordinate representation of color #83C5AC: hue angle of 157.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C5AC is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 172 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.23 |
| HSL | 157.27º | 0.36% | 0.64% | - |
| HSV(B) | 157.27º | 0.34% | 0.77% | - |
| XYZ | 36.77 | 47.74 | 46.31 | - |
| YUV | 174.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 172 | 0.34 | 0 | 0.13 | 0.23 | 157.27 | 0.36 | 0.64 |
| Hex | 83 | C5 | AC | 22 | 0 | D | 17 | 9D | 24 | 40 |
| Octal | 203 | 305 | 254 | 42 | 0 | 15 | 27 | 235 | 44 | 100 |
| Binary | 10000011 | 11000101 | 10101100 | 100010 | 0 | 1101 | 10111 | 10011101 | 100100 | 1000000 |
Color Harmonies of #83C5AC
Complementary color
Monochromatic Colors of #83C5AC
Black with #83C5AC
Text Example
Text Example
White with #83C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C5AC; }
p { color: rgb(131,197,172); }
H1.HeaderClassName
{
color: #83C5AC;
}
.AnyTagClassName
{
color: #83C5AC;
}
</style>
background-color css
<style>
a { background-color: #83C5AC; }
a { background-color: rgb(131,197,172); }
div.DivClassName
{
background-color: #83C5AC;
}
.BgClassName
{
background-color: #83C5AC;
}
</style>
border-color css
<style>
span { border-color: #83C5AC; }
span { border-color: rgb(131,197,172); }
td.TdClassName
{
border-color: #83C5AC;
}
.TagClassName
{
border-color: #83C5AC;
}
</style>