Shades of Cascade #88AB9C
Tints of Cascade #88AB9C
RGB
CMYK
RGB Variations
Color information
#88AB9C (or 0x88AB9C) is known color: Cascade. HEX triplet: 88, AB and 9C. RGB value is (136,171,156). Sum of RGB (Red+Green+Blue) = 136+171+156=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB9C is #775463. Grayscale: #9E9E9E. Windows color (decimal): -7820388 or 10267528. OLE color: 10267528.
HSL color Cylindrical-coordinate representation of color #88AB9C: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AB9C is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 171 | 156 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.33 |
| HSL | 154.29º | 0.17% | 0.6% | - |
| HSV(B) | 154.29º | 0.2% | 0.67% | - |
| XYZ | 30.72 | 36.76 | 36.93 | - |
| YUV | 158.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 156 | 0.20 | 0 | 0.09 | 0.33 | 154.29 | 0.17 | 0.6 |
| Hex | 88 | AB | 9C | 14 | 0 | 9 | 21 | 9A | 11 | 3C |
| Octal | 210 | 253 | 234 | 24 | 0 | 11 | 41 | 232 | 21 | 74 |
| Binary | 10001000 | 10101011 | 10011100 | 10100 | 0 | 1001 | 100001 | 10011010 | 10001 | 111100 |
Color Harmonies of #88AB9C
Complementary color
Monochromatic Colors of #88AB9C
Black with #88AB9C
Text Example
Text Example
White with #88AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AB9C; }
p { color: rgb(136,171,156); }
H1.HeaderClassName
{
color: #88AB9C;
}
.AnyTagClassName
{
color: #88AB9C;
}
</style>
background-color css
<style>
a { background-color: #88AB9C; }
a { background-color: rgb(136,171,156); }
div.DivClassName
{
background-color: #88AB9C;
}
.BgClassName
{
background-color: #88AB9C;
}
</style>
border-color css
<style>
span { border-color: #88AB9C; }
span { border-color: rgb(136,171,156); }
td.TdClassName
{
border-color: #88AB9C;
}
.TagClassName
{
border-color: #88AB9C;
}
</style>