Shades of Cascade #89A09B
Tints of Cascade #89A09B
RGB
CMYK
RGB Variations
Color information
#89A09B (or 0x89A09B) is known color: Cascade. HEX triplet: 89, A0 and 9B. RGB value is (137,160,155). Sum of RGB (Red+Green+Blue) = 137+160+155=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #89A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A09B is #765F64. Grayscale: #989898. Windows color (decimal): -7757669 or 10199177. OLE color: 10199177.
HSL color Cylindrical-coordinate representation of color #89A09B: hue angle of 166.96º 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 #89A09B is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 155 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.37 |
| HSL | 166.96º | 0.11% | 0.58% | - |
| HSV(B) | 166.96º | 0.14% | 0.63% | - |
| XYZ | 28.8 | 32.83 | 35.83 | - |
| YUV | 152.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 155 | 0.14 | 0 | 0.03 | 0.37 | 166.96 | 0.11 | 0.58 |
| Hex | 89 | A0 | 9B | E | 0 | 3 | 25 | A7 | B | 3A |
| Octal | 211 | 240 | 233 | 16 | 0 | 3 | 45 | 247 | 13 | 72 |
| Binary | 10001001 | 10100000 | 10011011 | 1110 | 0 | 11 | 100101 | 10100111 | 1011 | 111010 |
Color Harmonies of #89A09B
Complementary color
Monochromatic Colors of #89A09B
Black with #89A09B
Text Example
Text Example
White with #89A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A09B; }
p { color: rgb(137,160,155); }
H1.HeaderClassName
{
color: #89A09B;
}
.AnyTagClassName
{
color: #89A09B;
}
</style>
background-color css
<style>
a { background-color: #89A09B; }
a { background-color: rgb(137,160,155); }
div.DivClassName
{
background-color: #89A09B;
}
.BgClassName
{
background-color: #89A09B;
}
</style>
border-color css
<style>
span { border-color: #89A09B; }
span { border-color: rgb(137,160,155); }
td.TdClassName
{
border-color: #89A09B;
}
.TagClassName
{
border-color: #89A09B;
}
</style>