Shades of Cascade #89AC9C
Tints of Cascade #89AC9C
RGB
CMYK
RGB Variations
Color information
#89AC9C (or 0x89AC9C) is known color: Cascade. HEX triplet: 89, AC and 9C. RGB value is (137,172,156). Sum of RGB (Red+Green+Blue) = 137+172+156=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AC9C is #765363. Grayscale: #9F9F9F. Windows color (decimal): -7754596 or 10267785. OLE color: 10267785.
HSL color Cylindrical-coordinate representation of color #89AC9C: hue angle of 152.57º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89AC9C is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 156 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.33 |
| HSL | 152.57º | 0.17% | 0.61% | - |
| HSV(B) | 152.57º | 0.2% | 0.67% | - |
| XYZ | 31.07 | 37.22 | 37 | - |
| YUV | 159.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 156 | 0.20 | 0 | 0.09 | 0.33 | 152.57 | 0.17 | 0.61 |
| Hex | 89 | AC | 9C | 14 | 0 | 9 | 21 | 99 | 11 | 3D |
| Octal | 211 | 254 | 234 | 24 | 0 | 11 | 41 | 231 | 21 | 75 |
| Binary | 10001001 | 10101100 | 10011100 | 10100 | 0 | 1001 | 100001 | 10011001 | 10001 | 111101 |
Color Harmonies of #89AC9C
Complementary color
Monochromatic Colors of #89AC9C
Black with #89AC9C
Text Example
Text Example
White with #89AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC9C; }
p { color: rgb(137,172,156); }
H1.HeaderClassName
{
color: #89AC9C;
}
.AnyTagClassName
{
color: #89AC9C;
}
</style>
background-color css
<style>
a { background-color: #89AC9C; }
a { background-color: rgb(137,172,156); }
div.DivClassName
{
background-color: #89AC9C;
}
.BgClassName
{
background-color: #89AC9C;
}
</style>
border-color css
<style>
span { border-color: #89AC9C; }
span { border-color: rgb(137,172,156); }
td.TdClassName
{
border-color: #89AC9C;
}
.TagClassName
{
border-color: #89AC9C;
}
</style>