Shades of Cascade #88A198
Tints of Cascade #88A198
RGB
CMYK
RGB Variations
Color information
#88A198 (or 0x88A198) is known color: Cascade. HEX triplet: 88, A1 and 98. RGB value is (136,161,152). Sum of RGB (Red+Green+Blue) = 136+161+152=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #88A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A198 is #775E67. Grayscale: #989898. Windows color (decimal): -7822952 or 10002824. OLE color: 10002824.
HSL color Cylindrical-coordinate representation of color #88A198: hue angle of 158.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A198 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 152 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.37 |
| HSL | 158.4º | 0.12% | 0.58% | - |
| HSV(B) | 158.4º | 0.16% | 0.63% | - |
| XYZ | 28.57 | 32.99 | 34.57 | - |
| YUV | 152.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 152 | 0.16 | 0 | 0.06 | 0.37 | 158.4 | 0.12 | 0.58 |
| Hex | 88 | A1 | 98 | 10 | 0 | 6 | 25 | 9E | C | 3A |
| Octal | 210 | 241 | 230 | 20 | 0 | 6 | 45 | 236 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10011000 | 10000 | 0 | 110 | 100101 | 10011110 | 1100 | 111010 |
Color Harmonies of #88A198
Complementary color
Monochromatic Colors of #88A198
Black with #88A198
Text Example
Text Example
White with #88A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A198; }
p { color: rgb(136,161,152); }
H1.HeaderClassName
{
color: #88A198;
}
.AnyTagClassName
{
color: #88A198;
}
</style>
background-color css
<style>
a { background-color: #88A198; }
a { background-color: rgb(136,161,152); }
div.DivClassName
{
background-color: #88A198;
}
.BgClassName
{
background-color: #88A198;
}
</style>
border-color css
<style>
span { border-color: #88A198; }
span { border-color: rgb(136,161,152); }
td.TdClassName
{
border-color: #88A198;
}
.TagClassName
{
border-color: #88A198;
}
</style>