Shades of Monte Carlo #88C2AA
Tints of Monte Carlo #88C2AA
RGB
CMYK
RGB Variations
Color information
#88C2AA (or 0x88C2AA) is known color: Monte Carlo. HEX triplet: 88, C2 and AA. RGB value is (136,194,170). Sum of RGB (Red+Green+Blue) = 136+194+170=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #88C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C2AA is #773D55. Grayscale: #ADADAD. Windows color (decimal): -7814486 or 11190920. OLE color: 11190920.
HSL color Cylindrical-coordinate representation of color #88C2AA: hue angle of 155.17º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C2AA is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 170 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.24 |
| HSL | 155.17º | 0.32% | 0.65% | - |
| HSV(B) | 155.17º | 0.3% | 0.76% | - |
| XYZ | 36.7 | 46.72 | 45.11 | - |
| YUV | 173.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 170 | 0.30 | 0 | 0.12 | 0.24 | 155.17 | 0.32 | 0.65 |
| Hex | 88 | C2 | AA | 1E | 0 | C | 18 | 9B | 20 | 41 |
| Octal | 210 | 302 | 252 | 36 | 0 | 14 | 30 | 233 | 40 | 101 |
| Binary | 10001000 | 11000010 | 10101010 | 11110 | 0 | 1100 | 11000 | 10011011 | 100000 | 1000001 |
Color Harmonies of #88C2AA
Complementary color
Monochromatic Colors of #88C2AA
Black with #88C2AA
Text Example
Text Example
White with #88C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2AA; }
p { color: rgb(136,194,170); }
H1.HeaderClassName
{
color: #88C2AA;
}
.AnyTagClassName
{
color: #88C2AA;
}
</style>
background-color css
<style>
a { background-color: #88C2AA; }
a { background-color: rgb(136,194,170); }
div.DivClassName
{
background-color: #88C2AA;
}
.BgClassName
{
background-color: #88C2AA;
}
</style>
border-color css
<style>
span { border-color: #88C2AA; }
span { border-color: rgb(136,194,170); }
td.TdClassName
{
border-color: #88C2AA;
}
.TagClassName
{
border-color: #88C2AA;
}
</style>