Shades of Cascade #80A89C
Tints of Cascade #80A89C
RGB
CMYK
RGB Variations
Color information
#80A89C (or 0x80A89C) is known color: Cascade. HEX triplet: 80, A8 and 9C. RGB value is (128,168,156). Sum of RGB (Red+Green+Blue) = 128+168+156=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 168 - color contains mainly: green. Hex color #80A89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A89C is #7F5763. Grayscale: #9A9A9A. Windows color (decimal): -8345444 or 10266752. OLE color: 10266752.
HSL color Cylindrical-coordinate representation of color #80A89C: hue angle of 162º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A89C is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 156 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.34 |
| HSL | 162º | 0.19% | 0.58% | - |
| HSV(B) | 162º | 0.24% | 0.66% | - |
| XYZ | 28.91 | 34.99 | 36.68 | - |
| YUV | 154.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 156 | 0.24 | 0 | 0.07 | 0.34 | 162 | 0.19 | 0.58 |
| Hex | 80 | A8 | 9C | 18 | 0 | 7 | 22 | A2 | 13 | 3A |
| Octal | 200 | 250 | 234 | 30 | 0 | 7 | 42 | 242 | 23 | 72 |
| Binary | 10000000 | 10101000 | 10011100 | 11000 | 0 | 111 | 100010 | 10100010 | 10011 | 111010 |
Color Harmonies of #80A89C
Complementary color
Monochromatic Colors of #80A89C
Black with #80A89C
Text Example
Text Example
White with #80A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A89C; }
p { color: rgb(128,168,156); }
H1.HeaderClassName
{
color: #80A89C;
}
.AnyTagClassName
{
color: #80A89C;
}
</style>
background-color css
<style>
a { background-color: #80A89C; }
a { background-color: rgb(128,168,156); }
div.DivClassName
{
background-color: #80A89C;
}
.BgClassName
{
background-color: #80A89C;
}
</style>
border-color css
<style>
span { border-color: #80A89C; }
span { border-color: rgb(128,168,156); }
td.TdClassName
{
border-color: #80A89C;
}
.TagClassName
{
border-color: #80A89C;
}
</style>