Shades of Monte Carlo #88C2BC
Tints of Monte Carlo #88C2BC
RGB
CMYK
RGB Variations
Color information
#88C2BC (or 0x88C2BC) is known color: Monte Carlo. HEX triplet: 88, C2 and BC. RGB value is (136,194,188). Sum of RGB (Red+Green+Blue) = 136+194+188=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #88C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2BC is #773D43. Grayscale: #AFAFAF. Windows color (decimal): -7814468 or 12370568. OLE color: 12370568.
HSL color Cylindrical-coordinate representation of color #88C2BC: hue angle of 173.79º 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 #88C2BC is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 188 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.24 |
| HSL | 173.79º | 0.32% | 0.65% | - |
| HSV(B) | 173.79º | 0.3% | 0.76% | - |
| XYZ | 38.52 | 47.45 | 54.71 | - |
| YUV | 175.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 188 | 0.30 | 0 | 0.03 | 0.24 | 173.79 | 0.32 | 0.65 |
| Hex | 88 | C2 | BC | 1E | 0 | 3 | 18 | AE | 20 | 41 |
| Octal | 210 | 302 | 274 | 36 | 0 | 3 | 30 | 256 | 40 | 101 |
| Binary | 10001000 | 11000010 | 10111100 | 11110 | 0 | 11 | 11000 | 10101110 | 100000 | 1000001 |
Color Harmonies of #88C2BC
Complementary color
Monochromatic Colors of #88C2BC
Black with #88C2BC
Text Example
Text Example
White with #88C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2BC; }
p { color: rgb(136,194,188); }
H1.HeaderClassName
{
color: #88C2BC;
}
.AnyTagClassName
{
color: #88C2BC;
}
</style>
background-color css
<style>
a { background-color: #88C2BC; }
a { background-color: rgb(136,194,188); }
div.DivClassName
{
background-color: #88C2BC;
}
.BgClassName
{
background-color: #88C2BC;
}
</style>
border-color css
<style>
span { border-color: #88C2BC; }
span { border-color: rgb(136,194,188); }
td.TdClassName
{
border-color: #88C2BC;
}
.TagClassName
{
border-color: #88C2BC;
}
</style>