Shades of Monte Carlo #89BDBB
Tints of Monte Carlo #89BDBB
RGB
CMYK
RGB Variations
Color information
#89BDBB (or 0x89BDBB) is known color: Monte Carlo. HEX triplet: 89, BD and BB. RGB value is (137,189,187). Sum of RGB (Red+Green+Blue) = 137+189+187=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDBB is #764244. Grayscale: #ADADAD. Windows color (decimal): -7750213 or 12303753. OLE color: 12303753.
HSL color Cylindrical-coordinate representation of color #89BDBB: hue angle of 177.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BDBB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 187 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.26 |
| HSL | 177.69º | 0.28% | 0.64% | - |
| HSV(B) | 177.69º | 0.28% | 0.74% | - |
| XYZ | 37.48 | 45.3 | 53.78 | - |
| YUV | 173.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 187 | 0.28 | 0 | 0.01 | 0.26 | 177.69 | 0.28 | 0.64 |
| Hex | 89 | BD | BB | 1C | 0 | 1 | 1A | B2 | 1C | 40 |
| Octal | 211 | 275 | 273 | 34 | 0 | 1 | 32 | 262 | 34 | 100 |
| Binary | 10001001 | 10111101 | 10111011 | 11100 | 0 | 1 | 11010 | 10110010 | 11100 | 1000000 |
Color Harmonies of #89BDBB
Complementary color
Monochromatic Colors of #89BDBB
Black with #89BDBB
Text Example
Text Example
White with #89BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDBB; }
p { color: rgb(137,189,187); }
H1.HeaderClassName
{
color: #89BDBB;
}
.AnyTagClassName
{
color: #89BDBB;
}
</style>
background-color css
<style>
a { background-color: #89BDBB; }
a { background-color: rgb(137,189,187); }
div.DivClassName
{
background-color: #89BDBB;
}
.BgClassName
{
background-color: #89BDBB;
}
</style>
border-color css
<style>
span { border-color: #89BDBB; }
span { border-color: rgb(137,189,187); }
td.TdClassName
{
border-color: #89BDBB;
}
.TagClassName
{
border-color: #89BDBB;
}
</style>