Shades of Monte Carlo #89C2B9
Tints of Monte Carlo #89C2B9
RGB
CMYK
RGB Variations
Color information
#89C2B9 (or 0x89C2B9) is known color: Monte Carlo. HEX triplet: 89, C2 and B9. RGB value is (137,194,185). Sum of RGB (Red+Green+Blue) = 137+194+185=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #89C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2B9 is #763D46. Grayscale: #AFAFAF. Windows color (decimal): -7748935 or 12173961. OLE color: 12173961.
HSL color Cylindrical-coordinate representation of color #89C2B9: hue angle of 170.53º 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 #89C2B9 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 185 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.24 |
| HSL | 170.53º | 0.32% | 0.65% | - |
| HSV(B) | 170.53º | 0.29% | 0.76% | - |
| XYZ | 38.37 | 47.4 | 53.03 | - |
| YUV | 175.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 185 | 0.29 | 0 | 0.05 | 0.24 | 170.53 | 0.32 | 0.65 |
| Hex | 89 | C2 | B9 | 1D | 0 | 5 | 18 | AB | 20 | 41 |
| Octal | 211 | 302 | 271 | 35 | 0 | 5 | 30 | 253 | 40 | 101 |
| Binary | 10001001 | 11000010 | 10111001 | 11101 | 0 | 101 | 11000 | 10101011 | 100000 | 1000001 |
Color Harmonies of #89C2B9
Complementary color
Monochromatic Colors of #89C2B9
Black with #89C2B9
Text Example
Text Example
White with #89C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2B9; }
p { color: rgb(137,194,185); }
H1.HeaderClassName
{
color: #89C2B9;
}
.AnyTagClassName
{
color: #89C2B9;
}
</style>
background-color css
<style>
a { background-color: #89C2B9; }
a { background-color: rgb(137,194,185); }
div.DivClassName
{
background-color: #89C2B9;
}
.BgClassName
{
background-color: #89C2B9;
}
</style>
border-color css
<style>
span { border-color: #89C2B9; }
span { border-color: rgb(137,194,185); }
td.TdClassName
{
border-color: #89C2B9;
}
.TagClassName
{
border-color: #89C2B9;
}
</style>