Shades of Cascade #89A097
Tints of Cascade #89A097
RGB
CMYK
RGB Variations
Color information
#89A097 (or 0x89A097) is known color: Cascade. HEX triplet: 89, A0 and 97. RGB value is (137,160,151). Sum of RGB (Red+Green+Blue) = 137+160+151=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #89A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A097 is #765F68. Grayscale: #989898. Windows color (decimal): -7757673 or 9937033. OLE color: 9937033.
HSL color Cylindrical-coordinate representation of color #89A097: hue angle of 156.52º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89A097 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 151 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.37 |
| HSL | 156.52º | 0.11% | 0.58% | - |
| HSV(B) | 156.52º | 0.14% | 0.63% | - |
| XYZ | 28.47 | 32.69 | 34.09 | - |
| YUV | 152.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 151 | 0.14 | 0 | 0.06 | 0.37 | 156.52 | 0.11 | 0.58 |
| Hex | 89 | A0 | 97 | E | 0 | 6 | 25 | 9D | B | 3A |
| Octal | 211 | 240 | 227 | 16 | 0 | 6 | 45 | 235 | 13 | 72 |
| Binary | 10001001 | 10100000 | 10010111 | 1110 | 0 | 110 | 100101 | 10011101 | 1011 | 111010 |
Color Harmonies of #89A097
Complementary color
Monochromatic Colors of #89A097
Black with #89A097
Text Example
Text Example
White with #89A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A097; }
p { color: rgb(137,160,151); }
H1.HeaderClassName
{
color: #89A097;
}
.AnyTagClassName
{
color: #89A097;
}
</style>
background-color css
<style>
a { background-color: #89A097; }
a { background-color: rgb(137,160,151); }
div.DivClassName
{
background-color: #89A097;
}
.BgClassName
{
background-color: #89A097;
}
</style>
border-color css
<style>
span { border-color: #89A097; }
span { border-color: rgb(137,160,151); }
td.TdClassName
{
border-color: #89A097;
}
.TagClassName
{
border-color: #89A097;
}
</style>