Shades of Cascade #80AA9D
Tints of Cascade #80AA9D
RGB
CMYK
RGB Variations
Color information
#80AA9D (or 0x80AA9D) is known color: Cascade. HEX triplet: 80, AA and 9D. RGB value is (128,170,157). Sum of RGB (Red+Green+Blue) = 128+170+157=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA9D is #7F5562. Grayscale: #9B9B9B. Windows color (decimal): -8344931 or 10332800. OLE color: 10332800.
HSL color Cylindrical-coordinate representation of color #80AA9D: hue angle of 161.43º 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 #80AA9D is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 157 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.33 |
| HSL | 161.43º | 0.2% | 0.58% | - |
| HSV(B) | 161.43º | 0.25% | 0.67% | - |
| XYZ | 29.36 | 35.77 | 37.26 | - |
| YUV | 155.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 157 | 0.25 | 0 | 0.08 | 0.33 | 161.43 | 0.2 | 0.58 |
| Hex | 80 | AA | 9D | 19 | 0 | 8 | 21 | A1 | 14 | 3A |
| Octal | 200 | 252 | 235 | 31 | 0 | 10 | 41 | 241 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10011101 | 11001 | 0 | 1000 | 100001 | 10100001 | 10100 | 111010 |
Color Harmonies of #80AA9D
Complementary color
Monochromatic Colors of #80AA9D
Black with #80AA9D
Text Example
Text Example
White with #80AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA9D; }
p { color: rgb(128,170,157); }
H1.HeaderClassName
{
color: #80AA9D;
}
.AnyTagClassName
{
color: #80AA9D;
}
</style>
background-color css
<style>
a { background-color: #80AA9D; }
a { background-color: rgb(128,170,157); }
div.DivClassName
{
background-color: #80AA9D;
}
.BgClassName
{
background-color: #80AA9D;
}
</style>
border-color css
<style>
span { border-color: #80AA9D; }
span { border-color: rgb(128,170,157); }
td.TdClassName
{
border-color: #80AA9D;
}
.TagClassName
{
border-color: #80AA9D;
}
</style>