Shades of Monte Carlo #89C1B0
Tints of Monte Carlo #89C1B0
RGB
CMYK
RGB Variations
Color information
#89C1B0 (or 0x89C1B0) is known color: Monte Carlo. HEX triplet: 89, C1 and B0. RGB value is (137,193,176). Sum of RGB (Red+Green+Blue) = 137+193+176=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #89C1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C1B0 is #763E4F. Grayscale: #AEAEAE. Windows color (decimal): -7749200 or 11583881. OLE color: 11583881.
HSL color Cylindrical-coordinate representation of color #89C1B0: hue angle of 161.79º 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 #89C1B0 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 176 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.24 |
| HSL | 161.79º | 0.31% | 0.65% | - |
| HSV(B) | 161.79º | 0.29% | 0.76% | - |
| XYZ | 37.22 | 46.59 | 48.11 | - |
| YUV | 174.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 176 | 0.29 | 0 | 0.09 | 0.24 | 161.79 | 0.31 | 0.65 |
| Hex | 89 | C1 | B0 | 1D | 0 | 9 | 18 | A2 | 1F | 41 |
| Octal | 211 | 301 | 260 | 35 | 0 | 11 | 30 | 242 | 37 | 101 |
| Binary | 10001001 | 11000001 | 10110000 | 11101 | 0 | 1001 | 11000 | 10100010 | 11111 | 1000001 |
Color Harmonies of #89C1B0
Complementary color
Monochromatic Colors of #89C1B0
Black with #89C1B0
Text Example
Text Example
White with #89C1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C1B0; }
p { color: rgb(137,193,176); }
H1.HeaderClassName
{
color: #89C1B0;
}
.AnyTagClassName
{
color: #89C1B0;
}
</style>
background-color css
<style>
a { background-color: #89C1B0; }
a { background-color: rgb(137,193,176); }
div.DivClassName
{
background-color: #89C1B0;
}
.BgClassName
{
background-color: #89C1B0;
}
</style>
border-color css
<style>
span { border-color: #89C1B0; }
span { border-color: rgb(137,193,176); }
td.TdClassName
{
border-color: #89C1B0;
}
.TagClassName
{
border-color: #89C1B0;
}
</style>