Shades of Cascade #80AA9C
Tints of Cascade #80AA9C
RGB
CMYK
RGB Variations
Color information
#80AA9C (or 0x80AA9C) is known color: Cascade. HEX triplet: 80, AA and 9C. RGB value is (128,170,156). Sum of RGB (Red+Green+Blue) = 128+170+156=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA9C is #7F5563. Grayscale: #9B9B9B. Windows color (decimal): -8344932 or 10267264. OLE color: 10267264.
HSL color Cylindrical-coordinate representation of color #80AA9C: hue angle of 160º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AA9C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 156 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.33 |
| HSL | 160º | 0.2% | 0.58% | - |
| HSV(B) | 160º | 0.25% | 0.67% | - |
| XYZ | 29.28 | 35.74 | 36.81 | - |
| YUV | 155.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 156 | 0.25 | 0 | 0.08 | 0.33 | 160 | 0.2 | 0.58 |
| Hex | 80 | AA | 9C | 19 | 0 | 8 | 21 | A0 | 14 | 3A |
| Octal | 200 | 252 | 234 | 31 | 0 | 10 | 41 | 240 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10011100 | 11001 | 0 | 1000 | 100001 | 10100000 | 10100 | 111010 |
Color Harmonies of #80AA9C
Complementary color
Monochromatic Colors of #80AA9C
Black with #80AA9C
Text Example
Text Example
White with #80AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA9C; }
p { color: rgb(128,170,156); }
H1.HeaderClassName
{
color: #80AA9C;
}
.AnyTagClassName
{
color: #80AA9C;
}
</style>
background-color css
<style>
a { background-color: #80AA9C; }
a { background-color: rgb(128,170,156); }
div.DivClassName
{
background-color: #80AA9C;
}
.BgClassName
{
background-color: #80AA9C;
}
</style>
border-color css
<style>
span { border-color: #80AA9C; }
span { border-color: rgb(128,170,156); }
td.TdClassName
{
border-color: #80AA9C;
}
.TagClassName
{
border-color: #80AA9C;
}
</style>