Shades of Monte Carlo #89C0AF
Tints of Monte Carlo #89C0AF
RGB
CMYK
RGB Variations
Color information
#89C0AF (or 0x89C0AF) is known color: Monte Carlo. HEX triplet: 89, C0 and AF. RGB value is (137,192,175). Sum of RGB (Red+Green+Blue) = 137+192+175=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C0AF is #763F50. Grayscale: #ADADAD. Windows color (decimal): -7749457 or 11518089. OLE color: 11518089.
HSL color Cylindrical-coordinate representation of color #89C0AF: hue angle of 161.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C0AF is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 175 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.25 |
| HSL | 161.45º | 0.3% | 0.65% | - |
| HSV(B) | 161.45º | 0.29% | 0.75% | - |
| XYZ | 36.9 | 46.11 | 47.51 | - |
| YUV | 173.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 175 | 0.29 | 0 | 0.09 | 0.25 | 161.45 | 0.3 | 0.65 |
| Hex | 89 | C0 | AF | 1D | 0 | 9 | 19 | A1 | 1E | 41 |
| Octal | 211 | 300 | 257 | 35 | 0 | 11 | 31 | 241 | 36 | 101 |
| Binary | 10001001 | 11000000 | 10101111 | 11101 | 0 | 1001 | 11001 | 10100001 | 11110 | 1000001 |
Color Harmonies of #89C0AF
Complementary color
Monochromatic Colors of #89C0AF
Black with #89C0AF
Text Example
Text Example
White with #89C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0AF; }
p { color: rgb(137,192,175); }
H1.HeaderClassName
{
color: #89C0AF;
}
.AnyTagClassName
{
color: #89C0AF;
}
</style>
background-color css
<style>
a { background-color: #89C0AF; }
a { background-color: rgb(137,192,175); }
div.DivClassName
{
background-color: #89C0AF;
}
.BgClassName
{
background-color: #89C0AF;
}
</style>
border-color css
<style>
span { border-color: #89C0AF; }
span { border-color: rgb(137,192,175); }
td.TdClassName
{
border-color: #89C0AF;
}
.TagClassName
{
border-color: #89C0AF;
}
</style>