Shades of Monte Carlo #87BFAF
Tints of Monte Carlo #87BFAF
RGB
CMYK
RGB Variations
Color information
#87BFAF (or 0x87BFAF) is known color: Monte Carlo. HEX triplet: 87, BF and AF. RGB value is (135,191,175). Sum of RGB (Red+Green+Blue) = 135+191+175=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #87BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BFAF is #784050. Grayscale: #ACACAC. Windows color (decimal): -7880785 or 11517831. OLE color: 11517831.
HSL color Cylindrical-coordinate representation of color #87BFAF: hue angle of 162.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BFAF is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 191 | 175 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.25 |
| HSL | 162.86º | 0.3% | 0.64% | - |
| HSV(B) | 162.86º | 0.29% | 0.75% | - |
| XYZ | 36.36 | 45.51 | 47.42 | - |
| YUV | 172.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 175 | 0.29 | 0 | 0.08 | 0.25 | 162.86 | 0.3 | 0.64 |
| Hex | 87 | BF | AF | 1D | 0 | 8 | 19 | A3 | 1E | 40 |
| Octal | 207 | 277 | 257 | 35 | 0 | 10 | 31 | 243 | 36 | 100 |
| Binary | 10000111 | 10111111 | 10101111 | 11101 | 0 | 1000 | 11001 | 10100011 | 11110 | 1000000 |
Color Harmonies of #87BFAF
Complementary color
Monochromatic Colors of #87BFAF
Black with #87BFAF
Text Example
Text Example
White with #87BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFAF; }
p { color: rgb(135,191,175); }
H1.HeaderClassName
{
color: #87BFAF;
}
.AnyTagClassName
{
color: #87BFAF;
}
</style>
background-color css
<style>
a { background-color: #87BFAF; }
a { background-color: rgb(135,191,175); }
div.DivClassName
{
background-color: #87BFAF;
}
.BgClassName
{
background-color: #87BFAF;
}
</style>
border-color css
<style>
span { border-color: #87BFAF; }
span { border-color: rgb(135,191,175); }
td.TdClassName
{
border-color: #87BFAF;
}
.TagClassName
{
border-color: #87BFAF;
}
</style>