Shades of Monte Carlo #87C0AC
Tints of Monte Carlo #87C0AC
RGB
CMYK
RGB Variations
Color information
#87C0AC (or 0x87C0AC) is known color: Monte Carlo. HEX triplet: 87, C0 and AC. RGB value is (135,192,172). Sum of RGB (Red+Green+Blue) = 135+192+172=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0AC is #783F53. Grayscale: #ACACAC. Windows color (decimal): -7880532 or 11321479. OLE color: 11321479.
HSL color Cylindrical-coordinate representation of color #87C0AC: hue angle of 158.95º 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 #87C0AC is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 172 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.25 |
| HSL | 158.95º | 0.31% | 0.64% | - |
| HSV(B) | 158.95º | 0.3% | 0.75% | - |
| XYZ | 36.29 | 45.83 | 45.96 | - |
| YUV | 172.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 172 | 0.30 | 0 | 0.10 | 0.25 | 158.95 | 0.31 | 0.64 |
| Hex | 87 | C0 | AC | 1E | 0 | A | 19 | 9F | 1F | 40 |
| Octal | 207 | 300 | 254 | 36 | 0 | 12 | 31 | 237 | 37 | 100 |
| Binary | 10000111 | 11000000 | 10101100 | 11110 | 0 | 1010 | 11001 | 10011111 | 11111 | 1000000 |
Color Harmonies of #87C0AC
Complementary color
Monochromatic Colors of #87C0AC
Black with #87C0AC
Text Example
Text Example
White with #87C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0AC; }
p { color: rgb(135,192,172); }
H1.HeaderClassName
{
color: #87C0AC;
}
.AnyTagClassName
{
color: #87C0AC;
}
</style>
background-color css
<style>
a { background-color: #87C0AC; }
a { background-color: rgb(135,192,172); }
div.DivClassName
{
background-color: #87C0AC;
}
.BgClassName
{
background-color: #87C0AC;
}
</style>
border-color css
<style>
span { border-color: #87C0AC; }
span { border-color: rgb(135,192,172); }
td.TdClassName
{
border-color: #87C0AC;
}
.TagClassName
{
border-color: #87C0AC;
}
</style>