Shades of Monte Carlo #89BCBB
Tints of Monte Carlo #89BCBB
RGB
CMYK
RGB Variations
Color information
#89BCBB (or 0x89BCBB) is known color: Monte Carlo. HEX triplet: 89, BC and BB. RGB value is (137,188,187). Sum of RGB (Red+Green+Blue) = 137+188+187=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCBB is #764344. Grayscale: #ACACAC. Windows color (decimal): -7750469 or 12303497. OLE color: 12303497.
HSL color Cylindrical-coordinate representation of color #89BCBB: hue angle of 178.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BCBB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 187 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.26 |
| HSL | 178.82º | 0.28% | 0.64% | - |
| HSV(B) | 178.82º | 0.27% | 0.74% | - |
| XYZ | 37.27 | 44.87 | 53.71 | - |
| YUV | 172.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 187 | 0.27 | 0 | 0.01 | 0.26 | 178.82 | 0.28 | 0.64 |
| Hex | 89 | BC | BB | 1B | 0 | 1 | 1A | B3 | 1C | 40 |
| Octal | 211 | 274 | 273 | 33 | 0 | 1 | 32 | 263 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10111011 | 11011 | 0 | 1 | 11010 | 10110011 | 11100 | 1000000 |
Color Harmonies of #89BCBB
Complementary color
Monochromatic Colors of #89BCBB
Black with #89BCBB
Text Example
Text Example
White with #89BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCBB; }
p { color: rgb(137,188,187); }
H1.HeaderClassName
{
color: #89BCBB;
}
.AnyTagClassName
{
color: #89BCBB;
}
</style>
background-color css
<style>
a { background-color: #89BCBB; }
a { background-color: rgb(137,188,187); }
div.DivClassName
{
background-color: #89BCBB;
}
.BgClassName
{
background-color: #89BCBB;
}
</style>
border-color css
<style>
span { border-color: #89BCBB; }
span { border-color: rgb(137,188,187); }
td.TdClassName
{
border-color: #89BCBB;
}
.TagClassName
{
border-color: #89BCBB;
}
</style>