Shades of Monte Carlo #89BEBB
Tints of Monte Carlo #89BEBB
RGB
CMYK
RGB Variations
Color information
#89BEBB (or 0x89BEBB) is known color: Monte Carlo. HEX triplet: 89, BE and BB. RGB value is (137,190,187). Sum of RGB (Red+Green+Blue) = 137+190+187=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #89BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEBB is #764144. Grayscale: #ADADAD. Windows color (decimal): -7749957 or 12304009. OLE color: 12304009.
HSL color Cylindrical-coordinate representation of color #89BEBB: hue angle of 176.6º degrees, saturation: 0.29, 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 #89BEBB is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 190 | 187 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.25 |
| HSL | 176.6º | 0.29% | 0.64% | - |
| HSV(B) | 176.6º | 0.28% | 0.75% | - |
| XYZ | 37.7 | 45.73 | 53.85 | - |
| YUV | 173.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 187 | 0.28 | 0 | 0.02 | 0.25 | 176.6 | 0.29 | 0.64 |
| Hex | 89 | BE | BB | 1C | 0 | 2 | 19 | B1 | 1D | 40 |
| Octal | 211 | 276 | 273 | 34 | 0 | 2 | 31 | 261 | 35 | 100 |
| Binary | 10001001 | 10111110 | 10111011 | 11100 | 0 | 10 | 11001 | 10110001 | 11101 | 1000000 |
Color Harmonies of #89BEBB
Complementary color
Monochromatic Colors of #89BEBB
Black with #89BEBB
Text Example
Text Example
White with #89BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEBB; }
p { color: rgb(137,190,187); }
H1.HeaderClassName
{
color: #89BEBB;
}
.AnyTagClassName
{
color: #89BEBB;
}
</style>
background-color css
<style>
a { background-color: #89BEBB; }
a { background-color: rgb(137,190,187); }
div.DivClassName
{
background-color: #89BEBB;
}
.BgClassName
{
background-color: #89BEBB;
}
</style>
border-color css
<style>
span { border-color: #89BEBB; }
span { border-color: rgb(137,190,187); }
td.TdClassName
{
border-color: #89BEBB;
}
.TagClassName
{
border-color: #89BEBB;
}
</style>