Shades of Monte Carlo #87C2B0
Tints of Monte Carlo #87C2B0
RGB
CMYK
RGB Variations
Color information
#87C2B0 (or 0x87C2B0) is known color: Monte Carlo. HEX triplet: 87, C2 and B0. RGB value is (135,194,176). Sum of RGB (Red+Green+Blue) = 135+194+176=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #87C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C2B0 is #783D4F. Grayscale: #AEAEAE. Windows color (decimal): -7880016 or 11584135. OLE color: 11584135.
HSL color Cylindrical-coordinate representation of color #87C2B0: hue angle of 161.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C2B0 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 176 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.24 |
| HSL | 161.69º | 0.33% | 0.65% | - |
| HSV(B) | 161.69º | 0.3% | 0.76% | - |
| XYZ | 37.12 | 46.87 | 48.16 | - |
| YUV | 174.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 176 | 0.30 | 0 | 0.09 | 0.24 | 161.69 | 0.33 | 0.65 |
| Hex | 87 | C2 | B0 | 1E | 0 | 9 | 18 | A2 | 21 | 41 |
| Octal | 207 | 302 | 260 | 36 | 0 | 11 | 30 | 242 | 41 | 101 |
| Binary | 10000111 | 11000010 | 10110000 | 11110 | 0 | 1001 | 11000 | 10100010 | 100001 | 1000001 |
Color Harmonies of #87C2B0
Complementary color
Monochromatic Colors of #87C2B0
Black with #87C2B0
Text Example
Text Example
White with #87C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C2B0; }
p { color: rgb(135,194,176); }
H1.HeaderClassName
{
color: #87C2B0;
}
.AnyTagClassName
{
color: #87C2B0;
}
</style>
background-color css
<style>
a { background-color: #87C2B0; }
a { background-color: rgb(135,194,176); }
div.DivClassName
{
background-color: #87C2B0;
}
.BgClassName
{
background-color: #87C2B0;
}
</style>
border-color css
<style>
span { border-color: #87C2B0; }
span { border-color: rgb(135,194,176); }
td.TdClassName
{
border-color: #87C2B0;
}
.TagClassName
{
border-color: #87C2B0;
}
</style>