Shades of Monte Carlo #87C0B8
Tints of Monte Carlo #87C0B8
RGB
CMYK
RGB Variations
Color information
#87C0B8 (or 0x87C0B8) is known color: Monte Carlo. HEX triplet: 87, C0 and B8. RGB value is (135,192,184). Sum of RGB (Red+Green+Blue) = 135+192+184=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0B8 is #783F47. Grayscale: #AEAEAE. Windows color (decimal): -7880520 or 12107911. OLE color: 12107911.
HSL color Cylindrical-coordinate representation of color #87C0B8: hue angle of 171.58º 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 #87C0B8 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 184 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.25 |
| HSL | 171.58º | 0.31% | 0.64% | - |
| HSV(B) | 171.58º | 0.3% | 0.75% | - |
| XYZ | 37.49 | 46.31 | 52.31 | - |
| YUV | 174.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 184 | 0.30 | 0 | 0.04 | 0.25 | 171.58 | 0.31 | 0.64 |
| Hex | 87 | C0 | B8 | 1E | 0 | 4 | 19 | AC | 1F | 40 |
| Octal | 207 | 300 | 270 | 36 | 0 | 4 | 31 | 254 | 37 | 100 |
| Binary | 10000111 | 11000000 | 10111000 | 11110 | 0 | 100 | 11001 | 10101100 | 11111 | 1000000 |
Color Harmonies of #87C0B8
Complementary color
Monochromatic Colors of #87C0B8
Black with #87C0B8
Text Example
Text Example
White with #87C0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0B8; }
p { color: rgb(135,192,184); }
H1.HeaderClassName
{
color: #87C0B8;
}
.AnyTagClassName
{
color: #87C0B8;
}
</style>
background-color css
<style>
a { background-color: #87C0B8; }
a { background-color: rgb(135,192,184); }
div.DivClassName
{
background-color: #87C0B8;
}
.BgClassName
{
background-color: #87C0B8;
}
</style>
border-color css
<style>
span { border-color: #87C0B8; }
span { border-color: rgb(135,192,184); }
td.TdClassName
{
border-color: #87C0B8;
}
.TagClassName
{
border-color: #87C0B8;
}
</style>