Shades of Cascade #88AD9C
Tints of Cascade #88AD9C
RGB
CMYK
RGB Variations
Color information
#88AD9C (or 0x88AD9C) is known color: Cascade. HEX triplet: 88, AD and 9C. RGB value is (136,173,156). Sum of RGB (Red+Green+Blue) = 136+173+156=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AD9C is #775263. Grayscale: #A0A0A0. Windows color (decimal): -7819876 or 10268040. OLE color: 10268040.
HSL color Cylindrical-coordinate representation of color #88AD9C: hue angle of 152.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AD9C is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 156 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.32 |
| HSL | 152.43º | 0.18% | 0.61% | - |
| HSV(B) | 152.43º | 0.21% | 0.68% | - |
| XYZ | 31.1 | 37.52 | 37.06 | - |
| YUV | 160 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 156 | 0.21 | 0 | 0.10 | 0.32 | 152.43 | 0.18 | 0.61 |
| Hex | 88 | AD | 9C | 15 | 0 | A | 20 | 98 | 12 | 3D |
| Octal | 210 | 255 | 234 | 25 | 0 | 12 | 40 | 230 | 22 | 75 |
| Binary | 10001000 | 10101101 | 10011100 | 10101 | 0 | 1010 | 100000 | 10011000 | 10010 | 111101 |
Color Harmonies of #88AD9C
Complementary color
Monochromatic Colors of #88AD9C
Black with #88AD9C
Text Example
Text Example
White with #88AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD9C; }
p { color: rgb(136,173,156); }
H1.HeaderClassName
{
color: #88AD9C;
}
.AnyTagClassName
{
color: #88AD9C;
}
</style>
background-color css
<style>
a { background-color: #88AD9C; }
a { background-color: rgb(136,173,156); }
div.DivClassName
{
background-color: #88AD9C;
}
.BgClassName
{
background-color: #88AD9C;
}
</style>
border-color css
<style>
span { border-color: #88AD9C; }
span { border-color: rgb(136,173,156); }
td.TdClassName
{
border-color: #88AD9C;
}
.TagClassName
{
border-color: #88AD9C;
}
</style>