Shades of Monte Carlo #87C0AD
Tints of Monte Carlo #87C0AD
RGB
CMYK
RGB Variations
Color information
#87C0AD (or 0x87C0AD) is known color: Monte Carlo. HEX triplet: 87, C0 and AD. RGB value is (135,192,173). Sum of RGB (Red+Green+Blue) = 135+192+173=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0AD is #783F52. Grayscale: #ACACAC. Windows color (decimal): -7880531 or 11387015. OLE color: 11387015.
HSL color Cylindrical-coordinate representation of color #87C0AD: hue angle of 160º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C0AD is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 173 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.25 |
| HSL | 160º | 0.31% | 0.64% | - |
| HSV(B) | 160º | 0.3% | 0.75% | - |
| XYZ | 36.38 | 45.87 | 46.47 | - |
| YUV | 172.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 173 | 0.30 | 0 | 0.10 | 0.25 | 160 | 0.31 | 0.64 |
| Hex | 87 | C0 | AD | 1E | 0 | A | 19 | A0 | 1F | 40 |
| Octal | 207 | 300 | 255 | 36 | 0 | 12 | 31 | 240 | 37 | 100 |
| Binary | 10000111 | 11000000 | 10101101 | 11110 | 0 | 1010 | 11001 | 10100000 | 11111 | 1000000 |
Color Harmonies of #87C0AD
Complementary color
Monochromatic Colors of #87C0AD
Black with #87C0AD
Text Example
Text Example
White with #87C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0AD; }
p { color: rgb(135,192,173); }
H1.HeaderClassName
{
color: #87C0AD;
}
.AnyTagClassName
{
color: #87C0AD;
}
</style>
background-color css
<style>
a { background-color: #87C0AD; }
a { background-color: rgb(135,192,173); }
div.DivClassName
{
background-color: #87C0AD;
}
.BgClassName
{
background-color: #87C0AD;
}
</style>
border-color css
<style>
span { border-color: #87C0AD; }
span { border-color: rgb(135,192,173); }
td.TdClassName
{
border-color: #87C0AD;
}
.TagClassName
{
border-color: #87C0AD;
}
</style>