Shades of Cascade #89A39F
Tints of Cascade #89A39F
RGB
CMYK
RGB Variations
Color information
#89A39F (or 0x89A39F) is known color: Cascade. HEX triplet: 89, A3 and 9F. RGB value is (137,163,159). Sum of RGB (Red+Green+Blue) = 137+163+159=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #89A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A39F is #765C60. Grayscale: #9A9A9A. Windows color (decimal): -7756897 or 10462089. OLE color: 10462089.
HSL color Cylindrical-coordinate representation of color #89A39F: hue angle of 170.77º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A39F is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 159 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.36 |
| HSL | 170.77º | 0.12% | 0.59% | - |
| HSV(B) | 170.77º | 0.16% | 0.64% | - |
| XYZ | 29.67 | 34.02 | 37.8 | - |
| YUV | 154.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 159 | 0.16 | 0 | 0.02 | 0.36 | 170.77 | 0.12 | 0.59 |
| Hex | 89 | A3 | 9F | 10 | 0 | 2 | 24 | AB | C | 3B |
| Octal | 211 | 243 | 237 | 20 | 0 | 2 | 44 | 253 | 14 | 73 |
| Binary | 10001001 | 10100011 | 10011111 | 10000 | 0 | 10 | 100100 | 10101011 | 1100 | 111011 |
Color Harmonies of #89A39F
Complementary color
Monochromatic Colors of #89A39F
Black with #89A39F
Text Example
Text Example
White with #89A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A39F; }
p { color: rgb(137,163,159); }
H1.HeaderClassName
{
color: #89A39F;
}
.AnyTagClassName
{
color: #89A39F;
}
</style>
background-color css
<style>
a { background-color: #89A39F; }
a { background-color: rgb(137,163,159); }
div.DivClassName
{
background-color: #89A39F;
}
.BgClassName
{
background-color: #89A39F;
}
</style>
border-color css
<style>
span { border-color: #89A39F; }
span { border-color: rgb(137,163,159); }
td.TdClassName
{
border-color: #89A39F;
}
.TagClassName
{
border-color: #89A39F;
}
</style>