Shades of Cascade #88AA9C
Tints of Cascade #88AA9C
RGB
CMYK
RGB Variations
Color information
#88AA9C (or 0x88AA9C) is known color: Cascade. HEX triplet: 88, AA and 9C. RGB value is (136,170,156). Sum of RGB (Red+Green+Blue) = 136+170+156=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA9C is #775563. Grayscale: #9E9E9E. Windows color (decimal): -7820644 or 10267272. OLE color: 10267272.
HSL color Cylindrical-coordinate representation of color #88AA9C: hue angle of 155.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 #88AA9C is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 156 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.33 |
| HSL | 155.29º | 0.17% | 0.6% | - |
| HSV(B) | 155.29º | 0.2% | 0.67% | - |
| XYZ | 30.53 | 36.38 | 36.87 | - |
| YUV | 158.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 156 | 0.20 | 0 | 0.08 | 0.33 | 155.29 | 0.17 | 0.6 |
| Hex | 88 | AA | 9C | 14 | 0 | 8 | 21 | 9B | 11 | 3C |
| Octal | 210 | 252 | 234 | 24 | 0 | 10 | 41 | 233 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10011100 | 10100 | 0 | 1000 | 100001 | 10011011 | 10001 | 111100 |
Color Harmonies of #88AA9C
Complementary color
Monochromatic Colors of #88AA9C
Black with #88AA9C
Text Example
Text Example
White with #88AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA9C; }
p { color: rgb(136,170,156); }
H1.HeaderClassName
{
color: #88AA9C;
}
.AnyTagClassName
{
color: #88AA9C;
}
</style>
background-color css
<style>
a { background-color: #88AA9C; }
a { background-color: rgb(136,170,156); }
div.DivClassName
{
background-color: #88AA9C;
}
.BgClassName
{
background-color: #88AA9C;
}
</style>
border-color css
<style>
span { border-color: #88AA9C; }
span { border-color: rgb(136,170,156); }
td.TdClassName
{
border-color: #88AA9C;
}
.TagClassName
{
border-color: #88AA9C;
}
</style>