Shades of Monte Carlo #87C0AE
Tints of Monte Carlo #87C0AE
RGB
CMYK
RGB Variations
Color information
#87C0AE (or 0x87C0AE) is known color: Monte Carlo. HEX triplet: 87, C0 and AE. RGB value is (135,192,174). Sum of RGB (Red+Green+Blue) = 135+192+174=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0AE is #783F51. Grayscale: #ACACAC. Windows color (decimal): -7880530 or 11452551. OLE color: 11452551.
HSL color Cylindrical-coordinate representation of color #87C0AE: hue angle of 161.05º 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 #87C0AE is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 174 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.25 |
| HSL | 161.05º | 0.31% | 0.64% | - |
| HSV(B) | 161.05º | 0.3% | 0.75% | - |
| XYZ | 36.48 | 45.91 | 46.98 | - |
| YUV | 172.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 174 | 0.30 | 0 | 0.09 | 0.25 | 161.05 | 0.31 | 0.64 |
| Hex | 87 | C0 | AE | 1E | 0 | 9 | 19 | A1 | 1F | 40 |
| Octal | 207 | 300 | 256 | 36 | 0 | 11 | 31 | 241 | 37 | 100 |
| Binary | 10000111 | 11000000 | 10101110 | 11110 | 0 | 1001 | 11001 | 10100001 | 11111 | 1000000 |
Color Harmonies of #87C0AE
Complementary color
Monochromatic Colors of #87C0AE
Black with #87C0AE
Text Example
Text Example
White with #87C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0AE; }
p { color: rgb(135,192,174); }
H1.HeaderClassName
{
color: #87C0AE;
}
.AnyTagClassName
{
color: #87C0AE;
}
</style>
background-color css
<style>
a { background-color: #87C0AE; }
a { background-color: rgb(135,192,174); }
div.DivClassName
{
background-color: #87C0AE;
}
.BgClassName
{
background-color: #87C0AE;
}
</style>
border-color css
<style>
span { border-color: #87C0AE; }
span { border-color: rgb(135,192,174); }
td.TdClassName
{
border-color: #87C0AE;
}
.TagClassName
{
border-color: #87C0AE;
}
</style>