Shades of Cascade #88A097
Tints of Cascade #88A097
RGB
CMYK
RGB Variations
Color information
#88A097 (or 0x88A097) is known color: Cascade. HEX triplet: 88, A0 and 97. RGB value is (136,160,151). Sum of RGB (Red+Green+Blue) = 136+160+151=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #88A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A097 is #775F68. Grayscale: #979797. Windows color (decimal): -7823209 or 9937032. OLE color: 9937032.
HSL color Cylindrical-coordinate representation of color #88A097: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88A097 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 151 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.37 |
| HSL | 157.5º | 0.11% | 0.58% | - |
| HSV(B) | 157.5º | 0.15% | 0.63% | - |
| XYZ | 28.31 | 32.61 | 34.08 | - |
| YUV | 151.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 151 | 0.15 | 0 | 0.06 | 0.37 | 157.5 | 0.11 | 0.58 |
| Hex | 88 | A0 | 97 | F | 0 | 6 | 25 | 9E | B | 3A |
| Octal | 210 | 240 | 227 | 17 | 0 | 6 | 45 | 236 | 13 | 72 |
| Binary | 10001000 | 10100000 | 10010111 | 1111 | 0 | 110 | 100101 | 10011110 | 1011 | 111010 |
Color Harmonies of #88A097
Complementary color
Monochromatic Colors of #88A097
Black with #88A097
Text Example
Text Example
White with #88A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A097; }
p { color: rgb(136,160,151); }
H1.HeaderClassName
{
color: #88A097;
}
.AnyTagClassName
{
color: #88A097;
}
</style>
background-color css
<style>
a { background-color: #88A097; }
a { background-color: rgb(136,160,151); }
div.DivClassName
{
background-color: #88A097;
}
.BgClassName
{
background-color: #88A097;
}
</style>
border-color css
<style>
span { border-color: #88A097; }
span { border-color: rgb(136,160,151); }
td.TdClassName
{
border-color: #88A097;
}
.TagClassName
{
border-color: #88A097;
}
</style>