Shades of Monte Carlo #87C3BC
Tints of Monte Carlo #87C3BC
RGB
CMYK
RGB Variations
Color information
#87C3BC (or 0x87C3BC) is known color: Monte Carlo. HEX triplet: 87, C3 and BC. RGB value is (135,195,188). Sum of RGB (Red+Green+Blue) = 135+195+188=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #87C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C3BC is #783C43. Grayscale: #B0B0B0. Windows color (decimal): -7879748 or 12370823. OLE color: 12370823.
HSL color Cylindrical-coordinate representation of color #87C3BC: hue angle of 173º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C3BC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 195 | 188 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.24 |
| HSL | 173º | 0.33% | 0.65% | - |
| HSV(B) | 173º | 0.31% | 0.76% | - |
| XYZ | 38.58 | 47.81 | 54.77 | - |
| YUV | 176.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 188 | 0.31 | 0 | 0.04 | 0.24 | 173 | 0.33 | 0.65 |
| Hex | 87 | C3 | BC | 1F | 0 | 4 | 18 | AD | 21 | 41 |
| Octal | 207 | 303 | 274 | 37 | 0 | 4 | 30 | 255 | 41 | 101 |
| Binary | 10000111 | 11000011 | 10111100 | 11111 | 0 | 100 | 11000 | 10101101 | 100001 | 1000001 |
Color Harmonies of #87C3BC
Complementary color
Monochromatic Colors of #87C3BC
Black with #87C3BC
Text Example
Text Example
White with #87C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C3BC; }
p { color: rgb(135,195,188); }
H1.HeaderClassName
{
color: #87C3BC;
}
.AnyTagClassName
{
color: #87C3BC;
}
</style>
background-color css
<style>
a { background-color: #87C3BC; }
a { background-color: rgb(135,195,188); }
div.DivClassName
{
background-color: #87C3BC;
}
.BgClassName
{
background-color: #87C3BC;
}
</style>
border-color css
<style>
span { border-color: #87C3BC; }
span { border-color: rgb(135,195,188); }
td.TdClassName
{
border-color: #87C3BC;
}
.TagClassName
{
border-color: #87C3BC;
}
</style>