Shades of Monte Carlo #88C0BB
Tints of Monte Carlo #88C0BB
RGB
CMYK
RGB Variations
Color information
#88C0BB (or 0x88C0BB) is known color: Monte Carlo. HEX triplet: 88, C0 and BB. RGB value is (136,192,187). Sum of RGB (Red+Green+Blue) = 136+192+187=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #88C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0BB is #773F44. Grayscale: #AEAEAE. Windows color (decimal): -7814981 or 12304520. OLE color: 12304520.
HSL color Cylindrical-coordinate representation of color #88C0BB: hue angle of 174.64º degrees, saturation: 0.31, 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 #88C0BB is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 187 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.25 |
| HSL | 174.64º | 0.31% | 0.64% | - |
| HSV(B) | 174.64º | 0.29% | 0.75% | - |
| XYZ | 37.97 | 46.52 | 53.99 | - |
| YUV | 174.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 187 | 0.29 | 0 | 0.03 | 0.25 | 174.64 | 0.31 | 0.64 |
| Hex | 88 | C0 | BB | 1D | 0 | 3 | 19 | AF | 1F | 40 |
| Octal | 210 | 300 | 273 | 35 | 0 | 3 | 31 | 257 | 37 | 100 |
| Binary | 10001000 | 11000000 | 10111011 | 11101 | 0 | 11 | 11001 | 10101111 | 11111 | 1000000 |
Color Harmonies of #88C0BB
Complementary color
Monochromatic Colors of #88C0BB
Black with #88C0BB
Text Example
Text Example
White with #88C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0BB; }
p { color: rgb(136,192,187); }
H1.HeaderClassName
{
color: #88C0BB;
}
.AnyTagClassName
{
color: #88C0BB;
}
</style>
background-color css
<style>
a { background-color: #88C0BB; }
a { background-color: rgb(136,192,187); }
div.DivClassName
{
background-color: #88C0BB;
}
.BgClassName
{
background-color: #88C0BB;
}
</style>
border-color css
<style>
span { border-color: #88C0BB; }
span { border-color: rgb(136,192,187); }
td.TdClassName
{
border-color: #88C0BB;
}
.TagClassName
{
border-color: #88C0BB;
}
</style>