Shades of Cascade #89AA9C
Tints of Cascade #89AA9C
RGB
CMYK
RGB Variations
Color information
#89AA9C (or 0x89AA9C) is known color: Cascade. HEX triplet: 89, AA and 9C. RGB value is (137,170,156). Sum of RGB (Red+Green+Blue) = 137+170+156=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA9C is #765563. Grayscale: #9E9E9E. Windows color (decimal): -7755108 or 10267273. OLE color: 10267273.
HSL color Cylindrical-coordinate representation of color #89AA9C: hue angle of 154.55º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AA9C is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 156 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.33 |
| HSL | 154.55º | 0.16% | 0.6% | - |
| HSV(B) | 154.55º | 0.19% | 0.67% | - |
| XYZ | 30.69 | 36.47 | 36.87 | - |
| YUV | 158.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 156 | 0.19 | 0 | 0.08 | 0.33 | 154.55 | 0.16 | 0.6 |
| Hex | 89 | AA | 9C | 13 | 0 | 8 | 21 | 9B | 10 | 3C |
| Octal | 211 | 252 | 234 | 23 | 0 | 10 | 41 | 233 | 20 | 74 |
| Binary | 10001001 | 10101010 | 10011100 | 10011 | 0 | 1000 | 100001 | 10011011 | 10000 | 111100 |
Color Harmonies of #89AA9C
Complementary color
Monochromatic Colors of #89AA9C
Black with #89AA9C
Text Example
Text Example
White with #89AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA9C; }
p { color: rgb(137,170,156); }
H1.HeaderClassName
{
color: #89AA9C;
}
.AnyTagClassName
{
color: #89AA9C;
}
</style>
background-color css
<style>
a { background-color: #89AA9C; }
a { background-color: rgb(137,170,156); }
div.DivClassName
{
background-color: #89AA9C;
}
.BgClassName
{
background-color: #89AA9C;
}
</style>
border-color css
<style>
span { border-color: #89AA9C; }
span { border-color: rgb(137,170,156); }
td.TdClassName
{
border-color: #89AA9C;
}
.TagClassName
{
border-color: #89AA9C;
}
</style>