Shades of Monte Carlo #89BDBA
Tints of Monte Carlo #89BDBA
RGB
CMYK
RGB Variations
Color information
#89BDBA (or 0x89BDBA) is known color: Monte Carlo. HEX triplet: 89, BD and BA. RGB value is (137,189,186). Sum of RGB (Red+Green+Blue) = 137+189+186=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDBA is #764245. Grayscale: #ADADAD. Windows color (decimal): -7750214 or 12238217. OLE color: 12238217.
HSL color Cylindrical-coordinate representation of color #89BDBA: hue angle of 176.54º 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 #89BDBA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 186 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.26 |
| HSL | 176.54º | 0.28% | 0.64% | - |
| HSV(B) | 176.54º | 0.28% | 0.74% | - |
| XYZ | 37.38 | 45.26 | 53.22 | - |
| YUV | 173.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 186 | 0.28 | 0 | 0.02 | 0.26 | 176.54 | 0.28 | 0.64 |
| Hex | 89 | BD | BA | 1C | 0 | 2 | 1A | B1 | 1C | 40 |
| Octal | 211 | 275 | 272 | 34 | 0 | 2 | 32 | 261 | 34 | 100 |
| Binary | 10001001 | 10111101 | 10111010 | 11100 | 0 | 10 | 11010 | 10110001 | 11100 | 1000000 |
Color Harmonies of #89BDBA
Complementary color
Monochromatic Colors of #89BDBA
Black with #89BDBA
Text Example
Text Example
White with #89BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDBA; }
p { color: rgb(137,189,186); }
H1.HeaderClassName
{
color: #89BDBA;
}
.AnyTagClassName
{
color: #89BDBA;
}
</style>
background-color css
<style>
a { background-color: #89BDBA; }
a { background-color: rgb(137,189,186); }
div.DivClassName
{
background-color: #89BDBA;
}
.BgClassName
{
background-color: #89BDBA;
}
</style>
border-color css
<style>
span { border-color: #89BDBA; }
span { border-color: rgb(137,189,186); }
td.TdClassName
{
border-color: #89BDBA;
}
.TagClassName
{
border-color: #89BDBA;
}
</style>