Shades of Monte Carlo #89BFBD
Tints of Monte Carlo #89BFBD
RGB
CMYK
RGB Variations
Color information
#89BFBD (or 0x89BFBD) is known color: Monte Carlo. HEX triplet: 89, BF and BD. RGB value is (137,191,189). Sum of RGB (Red+Green+Blue) = 137+191+189=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFBD is #764042. Grayscale: #AEAEAE. Windows color (decimal): -7749699 or 12435337. OLE color: 12435337.
HSL color Cylindrical-coordinate representation of color #89BFBD: hue angle of 177.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BFBD is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 189 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.25 |
| HSL | 177.78º | 0.3% | 0.64% | - |
| HSV(B) | 177.78º | 0.28% | 0.75% | - |
| XYZ | 38.13 | 46.25 | 55.06 | - |
| YUV | 174.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 189 | 0.28 | 0 | 0.01 | 0.25 | 177.78 | 0.3 | 0.64 |
| Hex | 89 | BF | BD | 1C | 0 | 1 | 19 | B2 | 1E | 40 |
| Octal | 211 | 277 | 275 | 34 | 0 | 1 | 31 | 262 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10111101 | 11100 | 0 | 1 | 11001 | 10110010 | 11110 | 1000000 |
Color Harmonies of #89BFBD
Complementary color
Monochromatic Colors of #89BFBD
Black with #89BFBD
Text Example
Text Example
White with #89BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFBD; }
p { color: rgb(137,191,189); }
H1.HeaderClassName
{
color: #89BFBD;
}
.AnyTagClassName
{
color: #89BFBD;
}
</style>
background-color css
<style>
a { background-color: #89BFBD; }
a { background-color: rgb(137,191,189); }
div.DivClassName
{
background-color: #89BFBD;
}
.BgClassName
{
background-color: #89BFBD;
}
</style>
border-color css
<style>
span { border-color: #89BFBD; }
span { border-color: rgb(137,191,189); }
td.TdClassName
{
border-color: #89BFBD;
}
.TagClassName
{
border-color: #89BFBD;
}
</style>