Shades of Cascade #80A198
Tints of Cascade #80A198
RGB
CMYK
RGB Variations
Color information
#80A198 (or 0x80A198) is known color: Cascade. HEX triplet: 80, A1 and 98. RGB value is (128,161,152). Sum of RGB (Red+Green+Blue) = 128+161+152=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #80A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A198 is #7F5E67. Grayscale: #969696. Windows color (decimal): -8347240 or 10002816. OLE color: 10002816.
HSL color Cylindrical-coordinate representation of color #80A198: hue angle of 163.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A198 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 152 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.37 |
| HSL | 163.64º | 0.15% | 0.57% | - |
| HSV(B) | 163.64º | 0.2% | 0.63% | - |
| XYZ | 27.31 | 32.35 | 34.51 | - |
| YUV | 150.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 152 | 0.20 | 0 | 0.06 | 0.37 | 163.64 | 0.15 | 0.57 |
| Hex | 80 | A1 | 98 | 14 | 0 | 6 | 25 | A4 | F | 39 |
| Octal | 200 | 241 | 230 | 24 | 0 | 6 | 45 | 244 | 17 | 71 |
| Binary | 10000000 | 10100001 | 10011000 | 10100 | 0 | 110 | 100101 | 10100100 | 1111 | 111001 |
Color Harmonies of #80A198
Complementary color
Monochromatic Colors of #80A198
Black with #80A198
Text Example
Text Example
White with #80A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A198; }
p { color: rgb(128,161,152); }
H1.HeaderClassName
{
color: #80A198;
}
.AnyTagClassName
{
color: #80A198;
}
</style>
background-color css
<style>
a { background-color: #80A198; }
a { background-color: rgb(128,161,152); }
div.DivClassName
{
background-color: #80A198;
}
.BgClassName
{
background-color: #80A198;
}
</style>
border-color css
<style>
span { border-color: #80A198; }
span { border-color: rgb(128,161,152); }
td.TdClassName
{
border-color: #80A198;
}
.TagClassName
{
border-color: #80A198;
}
</style>