Shades of Monte Carlo #89C0BD
Tints of Monte Carlo #89C0BD
RGB
CMYK
RGB Variations
Color information
#89C0BD (or 0x89C0BD) is known color: Monte Carlo. HEX triplet: 89, C0 and BD. RGB value is (137,192,189). Sum of RGB (Red+Green+Blue) = 137+192+189=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0BD is #763F42. Grayscale: #AFAFAF. Windows color (decimal): -7749443 or 12435593. OLE color: 12435593.
HSL color Cylindrical-coordinate representation of color #89C0BD: hue angle of 176.73º 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 #89C0BD is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 189 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.25 |
| HSL | 176.73º | 0.3% | 0.65% | - |
| HSV(B) | 176.73º | 0.29% | 0.75% | - |
| XYZ | 38.35 | 46.69 | 55.14 | - |
| YUV | 175.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 189 | 0.29 | 0 | 0.02 | 0.25 | 176.73 | 0.3 | 0.65 |
| Hex | 89 | C0 | BD | 1D | 0 | 2 | 19 | B1 | 1E | 41 |
| Octal | 211 | 300 | 275 | 35 | 0 | 2 | 31 | 261 | 36 | 101 |
| Binary | 10001001 | 11000000 | 10111101 | 11101 | 0 | 10 | 11001 | 10110001 | 11110 | 1000001 |
Color Harmonies of #89C0BD
Complementary color
Monochromatic Colors of #89C0BD
Black with #89C0BD
Text Example
Text Example
White with #89C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0BD; }
p { color: rgb(137,192,189); }
H1.HeaderClassName
{
color: #89C0BD;
}
.AnyTagClassName
{
color: #89C0BD;
}
</style>
background-color css
<style>
a { background-color: #89C0BD; }
a { background-color: rgb(137,192,189); }
div.DivClassName
{
background-color: #89C0BD;
}
.BgClassName
{
background-color: #89C0BD;
}
</style>
border-color css
<style>
span { border-color: #89C0BD; }
span { border-color: rgb(137,192,189); }
td.TdClassName
{
border-color: #89C0BD;
}
.TagClassName
{
border-color: #89C0BD;
}
</style>