Shades of Monte Carlo #89C0BA
Tints of Monte Carlo #89C0BA
RGB
CMYK
RGB Variations
Color information
#89C0BA (or 0x89C0BA) is known color: Monte Carlo. HEX triplet: 89, C0 and BA. RGB value is (137,192,186). Sum of RGB (Red+Green+Blue) = 137+192+186=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0BA is #763F45. Grayscale: #AEAEAE. Windows color (decimal): -7749446 or 12238985. OLE color: 12238985.
HSL color Cylindrical-coordinate representation of color #89C0BA: hue angle of 173.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C0BA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 186 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.25 |
| HSL | 173.45º | 0.3% | 0.65% | - |
| HSV(B) | 173.45º | 0.29% | 0.75% | - |
| XYZ | 38.03 | 46.56 | 53.44 | - |
| YUV | 174.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 186 | 0.29 | 0 | 0.03 | 0.25 | 173.45 | 0.3 | 0.65 |
| Hex | 89 | C0 | BA | 1D | 0 | 3 | 19 | AD | 1E | 41 |
| Octal | 211 | 300 | 272 | 35 | 0 | 3 | 31 | 255 | 36 | 101 |
| Binary | 10001001 | 11000000 | 10111010 | 11101 | 0 | 11 | 11001 | 10101101 | 11110 | 1000001 |
Color Harmonies of #89C0BA
Complementary color
Monochromatic Colors of #89C0BA
Black with #89C0BA
Text Example
Text Example
White with #89C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0BA; }
p { color: rgb(137,192,186); }
H1.HeaderClassName
{
color: #89C0BA;
}
.AnyTagClassName
{
color: #89C0BA;
}
</style>
background-color css
<style>
a { background-color: #89C0BA; }
a { background-color: rgb(137,192,186); }
div.DivClassName
{
background-color: #89C0BA;
}
.BgClassName
{
background-color: #89C0BA;
}
</style>
border-color css
<style>
span { border-color: #89C0BA; }
span { border-color: rgb(137,192,186); }
td.TdClassName
{
border-color: #89C0BA;
}
.TagClassName
{
border-color: #89C0BA;
}
</style>