Shades of Monte Carlo #89C0B9
Tints of Monte Carlo #89C0B9
RGB
CMYK
RGB Variations
Color information
#89C0B9 (or 0x89C0B9) is known color: Monte Carlo. HEX triplet: 89, C0 and B9. RGB value is (137,192,185). Sum of RGB (Red+Green+Blue) = 137+192+185=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0B9 is #763F46. Grayscale: #AEAEAE. Windows color (decimal): -7749447 or 12173449. OLE color: 12173449.
HSL color Cylindrical-coordinate representation of color #89C0B9: hue angle of 172.36º 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 #89C0B9 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 185 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.25 |
| HSL | 172.36º | 0.3% | 0.65% | - |
| HSV(B) | 172.36º | 0.29% | 0.75% | - |
| XYZ | 37.92 | 46.52 | 52.88 | - |
| YUV | 174.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 185 | 0.29 | 0 | 0.04 | 0.25 | 172.36 | 0.3 | 0.65 |
| Hex | 89 | C0 | B9 | 1D | 0 | 4 | 19 | AC | 1E | 41 |
| Octal | 211 | 300 | 271 | 35 | 0 | 4 | 31 | 254 | 36 | 101 |
| Binary | 10001001 | 11000000 | 10111001 | 11101 | 0 | 100 | 11001 | 10101100 | 11110 | 1000001 |
Color Harmonies of #89C0B9
Complementary color
Monochromatic Colors of #89C0B9
Black with #89C0B9
Text Example
Text Example
White with #89C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0B9; }
p { color: rgb(137,192,185); }
H1.HeaderClassName
{
color: #89C0B9;
}
.AnyTagClassName
{
color: #89C0B9;
}
</style>
background-color css
<style>
a { background-color: #89C0B9; }
a { background-color: rgb(137,192,185); }
div.DivClassName
{
background-color: #89C0B9;
}
.BgClassName
{
background-color: #89C0B9;
}
</style>
border-color css
<style>
span { border-color: #89C0B9; }
span { border-color: rgb(137,192,185); }
td.TdClassName
{
border-color: #89C0B9;
}
.TagClassName
{
border-color: #89C0B9;
}
</style>