Shades of Cascade #89AB9F
Tints of Cascade #89AB9F
RGB
CMYK
RGB Variations
Color information
#89AB9F (or 0x89AB9F) is known color: Cascade. HEX triplet: 89, AB and 9F. RGB value is (137,171,159). Sum of RGB (Red+Green+Blue) = 137+171+159=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AB9F is #765460. Grayscale: #9F9F9F. Windows color (decimal): -7754849 or 10464137. OLE color: 10464137.
HSL color Cylindrical-coordinate representation of color #89AB9F: hue angle of 158.82º 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 #89AB9F is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 159 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.33 |
| HSL | 158.82º | 0.17% | 0.6% | - |
| HSV(B) | 158.82º | 0.2% | 0.67% | - |
| XYZ | 31.14 | 36.95 | 38.29 | - |
| YUV | 159.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 159 | 0.20 | 0 | 0.07 | 0.33 | 158.82 | 0.17 | 0.6 |
| Hex | 89 | AB | 9F | 14 | 0 | 7 | 21 | 9F | 11 | 3C |
| Octal | 211 | 253 | 237 | 24 | 0 | 7 | 41 | 237 | 21 | 74 |
| Binary | 10001001 | 10101011 | 10011111 | 10100 | 0 | 111 | 100001 | 10011111 | 10001 | 111100 |
Color Harmonies of #89AB9F
Complementary color
Monochromatic Colors of #89AB9F
Black with #89AB9F
Text Example
Text Example
White with #89AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB9F; }
p { color: rgb(137,171,159); }
H1.HeaderClassName
{
color: #89AB9F;
}
.AnyTagClassName
{
color: #89AB9F;
}
</style>
background-color css
<style>
a { background-color: #89AB9F; }
a { background-color: rgb(137,171,159); }
div.DivClassName
{
background-color: #89AB9F;
}
.BgClassName
{
background-color: #89AB9F;
}
</style>
border-color css
<style>
span { border-color: #89AB9F; }
span { border-color: rgb(137,171,159); }
td.TdClassName
{
border-color: #89AB9F;
}
.TagClassName
{
border-color: #89AB9F;
}
</style>