Shades of Cascade #89A09A
Tints of Cascade #89A09A
RGB
CMYK
RGB Variations
Color information
#89A09A (or 0x89A09A) is known color: Cascade. HEX triplet: 89, A0 and 9A. RGB value is (137,160,154). Sum of RGB (Red+Green+Blue) = 137+160+154=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #89A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A09A is #765F65. Grayscale: #989898. Windows color (decimal): -7757670 or 10133641. OLE color: 10133641.
HSL color Cylindrical-coordinate representation of color #89A09A: hue angle of 164.35º 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 #89A09A is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 154 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.37 |
| HSL | 164.35º | 0.11% | 0.58% | - |
| HSV(B) | 164.35º | 0.14% | 0.63% | - |
| XYZ | 28.72 | 32.79 | 35.39 | - |
| YUV | 152.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 154 | 0.14 | 0 | 0.04 | 0.37 | 164.35 | 0.11 | 0.58 |
| Hex | 89 | A0 | 9A | E | 0 | 4 | 25 | A4 | B | 3A |
| Octal | 211 | 240 | 232 | 16 | 0 | 4 | 45 | 244 | 13 | 72 |
| Binary | 10001001 | 10100000 | 10011010 | 1110 | 0 | 100 | 100101 | 10100100 | 1011 | 111010 |
Color Harmonies of #89A09A
Complementary color
Monochromatic Colors of #89A09A
Black with #89A09A
Text Example
Text Example
White with #89A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A09A; }
p { color: rgb(137,160,154); }
H1.HeaderClassName
{
color: #89A09A;
}
.AnyTagClassName
{
color: #89A09A;
}
</style>
background-color css
<style>
a { background-color: #89A09A; }
a { background-color: rgb(137,160,154); }
div.DivClassName
{
background-color: #89A09A;
}
.BgClassName
{
background-color: #89A09A;
}
</style>
border-color css
<style>
span { border-color: #89A09A; }
span { border-color: rgb(137,160,154); }
td.TdClassName
{
border-color: #89A09A;
}
.TagClassName
{
border-color: #89A09A;
}
</style>