Shades of Cascade #88A19B
Tints of Cascade #88A19B
RGB
CMYK
RGB Variations
Color information
#88A19B (or 0x88A19B) is known color: Cascade. HEX triplet: 88, A1 and 9B. RGB value is (136,161,155). Sum of RGB (Red+Green+Blue) = 136+161+155=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #88A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A19B is #775E64. Grayscale: #989898. Windows color (decimal): -7822949 or 10199432. OLE color: 10199432.
HSL color Cylindrical-coordinate representation of color #88A19B: hue angle of 165.6º 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 #88A19B is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 155 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.37 |
| HSL | 165.6º | 0.12% | 0.58% | - |
| HSV(B) | 165.6º | 0.16% | 0.63% | - |
| XYZ | 28.81 | 33.09 | 35.88 | - |
| YUV | 152.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 155 | 0.16 | 0 | 0.04 | 0.37 | 165.6 | 0.12 | 0.58 |
| Hex | 88 | A1 | 9B | 10 | 0 | 4 | 25 | A6 | C | 3A |
| Octal | 210 | 241 | 233 | 20 | 0 | 4 | 45 | 246 | 14 | 72 |
| Binary | 10001000 | 10100001 | 10011011 | 10000 | 0 | 100 | 100101 | 10100110 | 1100 | 111010 |
Color Harmonies of #88A19B
Complementary color
Monochromatic Colors of #88A19B
Black with #88A19B
Text Example
Text Example
White with #88A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A19B; }
p { color: rgb(136,161,155); }
H1.HeaderClassName
{
color: #88A19B;
}
.AnyTagClassName
{
color: #88A19B;
}
</style>
background-color css
<style>
a { background-color: #88A19B; }
a { background-color: rgb(136,161,155); }
div.DivClassName
{
background-color: #88A19B;
}
.BgClassName
{
background-color: #88A19B;
}
</style>
border-color css
<style>
span { border-color: #88A19B; }
span { border-color: rgb(136,161,155); }
td.TdClassName
{
border-color: #88A19B;
}
.TagClassName
{
border-color: #88A19B;
}
</style>