Shades of Cascade #89AB9D
Tints of Cascade #89AB9D
RGB
CMYK
RGB Variations
Color information
#89AB9D (or 0x89AB9D) is known color: Cascade. HEX triplet: 89, AB and 9D. RGB value is (137,171,157). Sum of RGB (Red+Green+Blue) = 137+171+157=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AB9D is #765462. Grayscale: #9F9F9F. Windows color (decimal): -7754851 or 10333065. OLE color: 10333065.
HSL color Cylindrical-coordinate representation of color #89AB9D: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89AB9D is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 157 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.33 |
| HSL | 155.29º | 0.17% | 0.6% | - |
| HSV(B) | 155.29º | 0.2% | 0.67% | - |
| XYZ | 30.97 | 36.88 | 37.38 | - |
| YUV | 159.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 157 | 0.20 | 0 | 0.08 | 0.33 | 155.29 | 0.17 | 0.6 |
| Hex | 89 | AB | 9D | 14 | 0 | 8 | 21 | 9B | 11 | 3C |
| Octal | 211 | 253 | 235 | 24 | 0 | 10 | 41 | 233 | 21 | 74 |
| Binary | 10001001 | 10101011 | 10011101 | 10100 | 0 | 1000 | 100001 | 10011011 | 10001 | 111100 |
Color Harmonies of #89AB9D
Complementary color
Monochromatic Colors of #89AB9D
Black with #89AB9D
Text Example
Text Example
White with #89AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB9D; }
p { color: rgb(137,171,157); }
H1.HeaderClassName
{
color: #89AB9D;
}
.AnyTagClassName
{
color: #89AB9D;
}
</style>
background-color css
<style>
a { background-color: #89AB9D; }
a { background-color: rgb(137,171,157); }
div.DivClassName
{
background-color: #89AB9D;
}
.BgClassName
{
background-color: #89AB9D;
}
</style>
border-color css
<style>
span { border-color: #89AB9D; }
span { border-color: rgb(137,171,157); }
td.TdClassName
{
border-color: #89AB9D;
}
.TagClassName
{
border-color: #89AB9D;
}
</style>