Shades of Cascade #88AA9F
Tints of Cascade #88AA9F
RGB
CMYK
RGB Variations
Color information
#88AA9F (or 0x88AA9F) is known color: Cascade. HEX triplet: 88, AA and 9F. RGB value is (136,170,159). Sum of RGB (Red+Green+Blue) = 136+170+159=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA9F is #775560. Grayscale: #9E9E9E. Windows color (decimal): -7820641 or 10463880. OLE color: 10463880.
HSL color Cylindrical-coordinate representation of color #88AA9F: hue angle of 160.59º 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 #88AA9F is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 159 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.33 |
| HSL | 160.59º | 0.17% | 0.6% | - |
| HSV(B) | 160.59º | 0.2% | 0.67% | - |
| XYZ | 30.79 | 36.49 | 38.22 | - |
| YUV | 158.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 159 | 0.20 | 0 | 0.06 | 0.33 | 160.59 | 0.17 | 0.6 |
| Hex | 88 | AA | 9F | 14 | 0 | 6 | 21 | A1 | 11 | 3C |
| Octal | 210 | 252 | 237 | 24 | 0 | 6 | 41 | 241 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10011111 | 10100 | 0 | 110 | 100001 | 10100001 | 10001 | 111100 |
Color Harmonies of #88AA9F
Complementary color
Monochromatic Colors of #88AA9F
Black with #88AA9F
Text Example
Text Example
White with #88AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA9F; }
p { color: rgb(136,170,159); }
H1.HeaderClassName
{
color: #88AA9F;
}
.AnyTagClassName
{
color: #88AA9F;
}
</style>
background-color css
<style>
a { background-color: #88AA9F; }
a { background-color: rgb(136,170,159); }
div.DivClassName
{
background-color: #88AA9F;
}
.BgClassName
{
background-color: #88AA9F;
}
</style>
border-color css
<style>
span { border-color: #88AA9F; }
span { border-color: rgb(136,170,159); }
td.TdClassName
{
border-color: #88AA9F;
}
.TagClassName
{
border-color: #88AA9F;
}
</style>