Shades of Monte Carlo #88C5AF
Tints of Monte Carlo #88C5AF
RGB
CMYK
RGB Variations
Color information
#88C5AF (or 0x88C5AF) is known color: Monte Carlo. HEX triplet: 88, C5 and AF. RGB value is (136,197,175). Sum of RGB (Red+Green+Blue) = 136+197+175=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #88C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C5AF is #773A50. Grayscale: #B0B0B0. Windows color (decimal): -7813713 or 11519368. OLE color: 11519368.
HSL color Cylindrical-coordinate representation of color #88C5AF: hue angle of 158.36º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C5AF is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 197 | 175 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.23 |
| HSL | 158.36º | 0.34% | 0.65% | - |
| HSV(B) | 158.36º | 0.31% | 0.77% | - |
| XYZ | 37.86 | 48.26 | 47.88 | - |
| YUV | 176.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 197 | 175 | 0.31 | 0 | 0.11 | 0.23 | 158.36 | 0.34 | 0.65 |
| Hex | 88 | C5 | AF | 1F | 0 | B | 17 | 9E | 22 | 41 |
| Octal | 210 | 305 | 257 | 37 | 0 | 13 | 27 | 236 | 42 | 101 |
| Binary | 10001000 | 11000101 | 10101111 | 11111 | 0 | 1011 | 10111 | 10011110 | 100010 | 1000001 |
Color Harmonies of #88C5AF
Complementary color
Monochromatic Colors of #88C5AF
Black with #88C5AF
Text Example
Text Example
White with #88C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C5AF; }
p { color: rgb(136,197,175); }
H1.HeaderClassName
{
color: #88C5AF;
}
.AnyTagClassName
{
color: #88C5AF;
}
</style>
background-color css
<style>
a { background-color: #88C5AF; }
a { background-color: rgb(136,197,175); }
div.DivClassName
{
background-color: #88C5AF;
}
.BgClassName
{
background-color: #88C5AF;
}
</style>
border-color css
<style>
span { border-color: #88C5AF; }
span { border-color: rgb(136,197,175); }
td.TdClassName
{
border-color: #88C5AF;
}
.TagClassName
{
border-color: #88C5AF;
}
</style>