Shades of Cascade #88AC9D
Tints of Cascade #88AC9D
RGB
CMYK
RGB Variations
Color information
#88AC9D (or 0x88AC9D) is known color: Cascade. HEX triplet: 88, AC and 9D. RGB value is (136,172,157). Sum of RGB (Red+Green+Blue) = 136+172+157=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AC9D is #775362. Grayscale: #9F9F9F. Windows color (decimal): -7820131 or 10333320. OLE color: 10333320.
HSL color Cylindrical-coordinate representation of color #88AC9D: hue angle of 155º 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 #88AC9D is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 172 | 157 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.33 |
| HSL | 155º | 0.18% | 0.6% | - |
| HSV(B) | 155º | 0.21% | 0.67% | - |
| XYZ | 30.99 | 37.17 | 37.44 | - |
| YUV | 159.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 157 | 0.21 | 0 | 0.09 | 0.33 | 155 | 0.18 | 0.6 |
| Hex | 88 | AC | 9D | 15 | 0 | 9 | 21 | 9B | 12 | 3C |
| Octal | 210 | 254 | 235 | 25 | 0 | 11 | 41 | 233 | 22 | 74 |
| Binary | 10001000 | 10101100 | 10011101 | 10101 | 0 | 1001 | 100001 | 10011011 | 10010 | 111100 |
Color Harmonies of #88AC9D
Complementary color
Monochromatic Colors of #88AC9D
Black with #88AC9D
Text Example
Text Example
White with #88AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AC9D; }
p { color: rgb(136,172,157); }
H1.HeaderClassName
{
color: #88AC9D;
}
.AnyTagClassName
{
color: #88AC9D;
}
</style>
background-color css
<style>
a { background-color: #88AC9D; }
a { background-color: rgb(136,172,157); }
div.DivClassName
{
background-color: #88AC9D;
}
.BgClassName
{
background-color: #88AC9D;
}
</style>
border-color css
<style>
span { border-color: #88AC9D; }
span { border-color: rgb(136,172,157); }
td.TdClassName
{
border-color: #88AC9D;
}
.TagClassName
{
border-color: #88AC9D;
}
</style>