Shades of Cascade #80A89E
Tints of Cascade #80A89E
RGB
CMYK
RGB Variations
Color information
#80A89E (or 0x80A89E) is known color: Cascade. HEX triplet: 80, A8 and 9E. RGB value is (128,168,158). Sum of RGB (Red+Green+Blue) = 128+168+158=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 168 - color contains mainly: green. Hex color #80A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A89E is #7F5761. Grayscale: #9A9A9A. Windows color (decimal): -8345442 or 10397824. OLE color: 10397824.
HSL color Cylindrical-coordinate representation of color #80A89E: hue angle of 165º 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 #80A89E is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 158 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.34 |
| HSL | 165º | 0.19% | 0.58% | - |
| HSV(B) | 165º | 0.24% | 0.66% | - |
| XYZ | 29.08 | 35.06 | 37.58 | - |
| YUV | 154.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 158 | 0.24 | 0 | 0.06 | 0.34 | 165 | 0.19 | 0.58 |
| Hex | 80 | A8 | 9E | 18 | 0 | 6 | 22 | A5 | 13 | 3A |
| Octal | 200 | 250 | 236 | 30 | 0 | 6 | 42 | 245 | 23 | 72 |
| Binary | 10000000 | 10101000 | 10011110 | 11000 | 0 | 110 | 100010 | 10100101 | 10011 | 111010 |
Color Harmonies of #80A89E
Complementary color
Monochromatic Colors of #80A89E
Black with #80A89E
Text Example
Text Example
White with #80A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A89E; }
p { color: rgb(128,168,158); }
H1.HeaderClassName
{
color: #80A89E;
}
.AnyTagClassName
{
color: #80A89E;
}
</style>
background-color css
<style>
a { background-color: #80A89E; }
a { background-color: rgb(128,168,158); }
div.DivClassName
{
background-color: #80A89E;
}
.BgClassName
{
background-color: #80A89E;
}
</style>
border-color css
<style>
span { border-color: #80A89E; }
span { border-color: rgb(128,168,158); }
td.TdClassName
{
border-color: #80A89E;
}
.TagClassName
{
border-color: #80A89E;
}
</style>