Shades of Monte Carlo #89C2BB
Tints of Monte Carlo #89C2BB
RGB
CMYK
RGB Variations
Color information
#89C2BB (or 0x89C2BB) is known color: Monte Carlo. HEX triplet: 89, C2 and BB. RGB value is (137,194,187). Sum of RGB (Red+Green+Blue) = 137+194+187=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #89C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2BB is #763D44. Grayscale: #B0B0B0. Windows color (decimal): -7748933 or 12305033. OLE color: 12305033.
HSL color Cylindrical-coordinate representation of color #89C2BB: hue angle of 172.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C2BB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 187 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.24 |
| HSL | 172.63º | 0.32% | 0.65% | - |
| HSV(B) | 172.63º | 0.29% | 0.76% | - |
| XYZ | 38.58 | 47.49 | 54.15 | - |
| YUV | 176.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 187 | 0.29 | 0 | 0.04 | 0.24 | 172.63 | 0.32 | 0.65 |
| Hex | 89 | C2 | BB | 1D | 0 | 4 | 18 | AD | 20 | 41 |
| Octal | 211 | 302 | 273 | 35 | 0 | 4 | 30 | 255 | 40 | 101 |
| Binary | 10001001 | 11000010 | 10111011 | 11101 | 0 | 100 | 11000 | 10101101 | 100000 | 1000001 |
Color Harmonies of #89C2BB
Complementary color
Monochromatic Colors of #89C2BB
Black with #89C2BB
Text Example
Text Example
White with #89C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2BB; }
p { color: rgb(137,194,187); }
H1.HeaderClassName
{
color: #89C2BB;
}
.AnyTagClassName
{
color: #89C2BB;
}
</style>
background-color css
<style>
a { background-color: #89C2BB; }
a { background-color: rgb(137,194,187); }
div.DivClassName
{
background-color: #89C2BB;
}
.BgClassName
{
background-color: #89C2BB;
}
</style>
border-color css
<style>
span { border-color: #89C2BB; }
span { border-color: rgb(137,194,187); }
td.TdClassName
{
border-color: #89C2BB;
}
.TagClassName
{
border-color: #89C2BB;
}
</style>