Shades of Monte Carlo #89BCBA
Tints of Monte Carlo #89BCBA
RGB
CMYK
RGB Variations
Color information
#89BCBA (or 0x89BCBA) is known color: Monte Carlo. HEX triplet: 89, BC and BA. RGB value is (137,188,186). Sum of RGB (Red+Green+Blue) = 137+188+186=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCBA is #764345. Grayscale: #ACACAC. Windows color (decimal): -7750470 or 12237961. OLE color: 12237961.
HSL color Cylindrical-coordinate representation of color #89BCBA: hue angle of 177.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BCBA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 186 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.26 |
| HSL | 177.65º | 0.28% | 0.64% | - |
| HSV(B) | 177.65º | 0.27% | 0.74% | - |
| XYZ | 37.16 | 44.83 | 53.15 | - |
| YUV | 172.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 186 | 0.27 | 0 | 0.01 | 0.26 | 177.65 | 0.28 | 0.64 |
| Hex | 89 | BC | BA | 1B | 0 | 1 | 1A | B2 | 1C | 40 |
| Octal | 211 | 274 | 272 | 33 | 0 | 1 | 32 | 262 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10111010 | 11011 | 0 | 1 | 11010 | 10110010 | 11100 | 1000000 |
Color Harmonies of #89BCBA
Complementary color
Monochromatic Colors of #89BCBA
Black with #89BCBA
Text Example
Text Example
White with #89BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCBA; }
p { color: rgb(137,188,186); }
H1.HeaderClassName
{
color: #89BCBA;
}
.AnyTagClassName
{
color: #89BCBA;
}
</style>
background-color css
<style>
a { background-color: #89BCBA; }
a { background-color: rgb(137,188,186); }
div.DivClassName
{
background-color: #89BCBA;
}
.BgClassName
{
background-color: #89BCBA;
}
</style>
border-color css
<style>
span { border-color: #89BCBA; }
span { border-color: rgb(137,188,186); }
td.TdClassName
{
border-color: #89BCBA;
}
.TagClassName
{
border-color: #89BCBA;
}
</style>