Shades of Monte Carlo #89C2B2
Tints of Monte Carlo #89C2B2
RGB
CMYK
RGB Variations
Color information
#89C2B2 (or 0x89C2B2) is known color: Monte Carlo. HEX triplet: 89, C2 and B2. RGB value is (137,194,178). Sum of RGB (Red+Green+Blue) = 137+194+178=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #89C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C2B2 is #763D4D. Grayscale: #AFAFAF. Windows color (decimal): -7748942 or 11715209. OLE color: 11715209.
HSL color Cylindrical-coordinate representation of color #89C2B2: hue angle of 163.16º 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 #89C2B2 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 178 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.24 |
| HSL | 163.16º | 0.32% | 0.65% | - |
| HSV(B) | 163.16º | 0.29% | 0.76% | - |
| XYZ | 37.64 | 47.12 | 49.23 | - |
| YUV | 175.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 178 | 0.29 | 0 | 0.08 | 0.24 | 163.16 | 0.32 | 0.65 |
| Hex | 89 | C2 | B2 | 1D | 0 | 8 | 18 | A3 | 20 | 41 |
| Octal | 211 | 302 | 262 | 35 | 0 | 10 | 30 | 243 | 40 | 101 |
| Binary | 10001001 | 11000010 | 10110010 | 11101 | 0 | 1000 | 11000 | 10100011 | 100000 | 1000001 |
Color Harmonies of #89C2B2
Complementary color
Monochromatic Colors of #89C2B2
Black with #89C2B2
Text Example
Text Example
White with #89C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2B2; }
p { color: rgb(137,194,178); }
H1.HeaderClassName
{
color: #89C2B2;
}
.AnyTagClassName
{
color: #89C2B2;
}
</style>
background-color css
<style>
a { background-color: #89C2B2; }
a { background-color: rgb(137,194,178); }
div.DivClassName
{
background-color: #89C2B2;
}
.BgClassName
{
background-color: #89C2B2;
}
</style>
border-color css
<style>
span { border-color: #89C2B2; }
span { border-color: rgb(137,194,178); }
td.TdClassName
{
border-color: #89C2B2;
}
.TagClassName
{
border-color: #89C2B2;
}
</style>