Shades of Monte Carlo #89C1BC
Tints of Monte Carlo #89C1BC
RGB
CMYK
RGB Variations
Color information
#89C1BC (or 0x89C1BC) is known color: Monte Carlo. HEX triplet: 89, C1 and BC. RGB value is (137,193,188). Sum of RGB (Red+Green+Blue) = 137+193+188=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #89C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1BC is #763E43. Grayscale: #AFAFAF. Windows color (decimal): -7749188 or 12370313. OLE color: 12370313.
HSL color Cylindrical-coordinate representation of color #89C1BC: hue angle of 174.64º 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 #89C1BC is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 188 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.24 |
| HSL | 174.64º | 0.31% | 0.65% | - |
| HSV(B) | 174.64º | 0.29% | 0.76% | - |
| XYZ | 38.46 | 47.09 | 54.64 | - |
| YUV | 175.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 188 | 0.29 | 0 | 0.03 | 0.24 | 174.64 | 0.31 | 0.65 |
| Hex | 89 | C1 | BC | 1D | 0 | 3 | 18 | AF | 1F | 41 |
| Octal | 211 | 301 | 274 | 35 | 0 | 3 | 30 | 257 | 37 | 101 |
| Binary | 10001001 | 11000001 | 10111100 | 11101 | 0 | 11 | 11000 | 10101111 | 11111 | 1000001 |
Color Harmonies of #89C1BC
Complementary color
Monochromatic Colors of #89C1BC
Black with #89C1BC
Text Example
Text Example
White with #89C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C1BC; }
p { color: rgb(137,193,188); }
H1.HeaderClassName
{
color: #89C1BC;
}
.AnyTagClassName
{
color: #89C1BC;
}
</style>
background-color css
<style>
a { background-color: #89C1BC; }
a { background-color: rgb(137,193,188); }
div.DivClassName
{
background-color: #89C1BC;
}
.BgClassName
{
background-color: #89C1BC;
}
</style>
border-color css
<style>
span { border-color: #89C1BC; }
span { border-color: rgb(137,193,188); }
td.TdClassName
{
border-color: #89C1BC;
}
.TagClassName
{
border-color: #89C1BC;
}
</style>