Shades of Monte Carlo #89C1AF
Tints of Monte Carlo #89C1AF
RGB
CMYK
RGB Variations
Color information
#89C1AF (or 0x89C1AF) is known color: Monte Carlo. HEX triplet: 89, C1 and AF. RGB value is (137,193,175). Sum of RGB (Red+Green+Blue) = 137+193+175=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #89C1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C1AF is #763E50. Grayscale: #AEAEAE. Windows color (decimal): -7749201 or 11518345. OLE color: 11518345.
HSL color Cylindrical-coordinate representation of color #89C1AF: hue angle of 160.71º degrees, saturation: 0.31, 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 #89C1AF is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 175 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.24 |
| HSL | 160.71º | 0.31% | 0.65% | - |
| HSV(B) | 160.71º | 0.29% | 0.76% | - |
| XYZ | 37.12 | 46.55 | 47.59 | - |
| YUV | 174.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 175 | 0.29 | 0 | 0.09 | 0.24 | 160.71 | 0.31 | 0.65 |
| Hex | 89 | C1 | AF | 1D | 0 | 9 | 18 | A1 | 1F | 41 |
| Octal | 211 | 301 | 257 | 35 | 0 | 11 | 30 | 241 | 37 | 101 |
| Binary | 10001001 | 11000001 | 10101111 | 11101 | 0 | 1001 | 11000 | 10100001 | 11111 | 1000001 |
Color Harmonies of #89C1AF
Complementary color
Monochromatic Colors of #89C1AF
Black with #89C1AF
Text Example
Text Example
White with #89C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C1AF; }
p { color: rgb(137,193,175); }
H1.HeaderClassName
{
color: #89C1AF;
}
.AnyTagClassName
{
color: #89C1AF;
}
</style>
background-color css
<style>
a { background-color: #89C1AF; }
a { background-color: rgb(137,193,175); }
div.DivClassName
{
background-color: #89C1AF;
}
.BgClassName
{
background-color: #89C1AF;
}
</style>
border-color css
<style>
span { border-color: #89C1AF; }
span { border-color: rgb(137,193,175); }
td.TdClassName
{
border-color: #89C1AF;
}
.TagClassName
{
border-color: #89C1AF;
}
</style>