Shades of Cascade #88AC9E
Tints of Cascade #88AC9E
RGB
CMYK
RGB Variations
Color information
#88AC9E (or 0x88AC9E) is known color: Cascade. HEX triplet: 88, AC and 9E. RGB value is (136,172,158). Sum of RGB (Red+Green+Blue) = 136+172+158=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AC9E is #775361. Grayscale: #9F9F9F. Windows color (decimal): -7820130 or 10398856. OLE color: 10398856.
HSL color Cylindrical-coordinate representation of color #88AC9E: hue angle of 156.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AC9E is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 172 | 158 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.33 |
| HSL | 156.67º | 0.18% | 0.6% | - |
| HSV(B) | 156.67º | 0.21% | 0.67% | - |
| XYZ | 31.08 | 37.21 | 37.89 | - |
| YUV | 159.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 158 | 0.21 | 0 | 0.08 | 0.33 | 156.67 | 0.18 | 0.6 |
| Hex | 88 | AC | 9E | 15 | 0 | 8 | 21 | 9D | 12 | 3C |
| Octal | 210 | 254 | 236 | 25 | 0 | 10 | 41 | 235 | 22 | 74 |
| Binary | 10001000 | 10101100 | 10011110 | 10101 | 0 | 1000 | 100001 | 10011101 | 10010 | 111100 |
Color Harmonies of #88AC9E
Complementary color
Monochromatic Colors of #88AC9E
Black with #88AC9E
Text Example
Text Example
White with #88AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AC9E; }
p { color: rgb(136,172,158); }
H1.HeaderClassName
{
color: #88AC9E;
}
.AnyTagClassName
{
color: #88AC9E;
}
</style>
background-color css
<style>
a { background-color: #88AC9E; }
a { background-color: rgb(136,172,158); }
div.DivClassName
{
background-color: #88AC9E;
}
.BgClassName
{
background-color: #88AC9E;
}
</style>
border-color css
<style>
span { border-color: #88AC9E; }
span { border-color: rgb(136,172,158); }
td.TdClassName
{
border-color: #88AC9E;
}
.TagClassName
{
border-color: #88AC9E;
}
</style>