Shades of Monte Carlo #87C1BA
Tints of Monte Carlo #87C1BA
RGB
CMYK
RGB Variations
Color information
#87C1BA (or 0x87C1BA) is known color: Monte Carlo. HEX triplet: 87, C1 and BA. RGB value is (135,193,186). Sum of RGB (Red+Green+Blue) = 135+193+186=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #87C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1BA is #783E45. Grayscale: #AEAEAE. Windows color (decimal): -7880262 or 12239239. OLE color: 12239239.
HSL color Cylindrical-coordinate representation of color #87C1BA: hue angle of 172.76º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C1BA is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 193 | 186 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.24 |
| HSL | 172.76º | 0.32% | 0.64% | - |
| HSV(B) | 172.76º | 0.3% | 0.76% | - |
| XYZ | 37.92 | 46.84 | 53.5 | - |
| YUV | 174.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 193 | 186 | 0.30 | 0 | 0.04 | 0.24 | 172.76 | 0.32 | 0.64 |
| Hex | 87 | C1 | BA | 1E | 0 | 4 | 18 | AD | 20 | 40 |
| Octal | 207 | 301 | 272 | 36 | 0 | 4 | 30 | 255 | 40 | 100 |
| Binary | 10000111 | 11000001 | 10111010 | 11110 | 0 | 100 | 11000 | 10101101 | 100000 | 1000000 |
Color Harmonies of #87C1BA
Complementary color
Monochromatic Colors of #87C1BA
Black with #87C1BA
Text Example
Text Example
White with #87C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C1BA; }
p { color: rgb(135,193,186); }
H1.HeaderClassName
{
color: #87C1BA;
}
.AnyTagClassName
{
color: #87C1BA;
}
</style>
background-color css
<style>
a { background-color: #87C1BA; }
a { background-color: rgb(135,193,186); }
div.DivClassName
{
background-color: #87C1BA;
}
.BgClassName
{
background-color: #87C1BA;
}
</style>
border-color css
<style>
span { border-color: #87C1BA; }
span { border-color: rgb(135,193,186); }
td.TdClassName
{
border-color: #87C1BA;
}
.TagClassName
{
border-color: #87C1BA;
}
</style>