Shades of Cascade #80A097
Tints of Cascade #80A097
RGB
CMYK
RGB Variations
Color information
#80A097 (or 0x80A097) is known color: Cascade. HEX triplet: 80, A0 and 97. RGB value is (128,160,151). Sum of RGB (Red+Green+Blue) = 128+160+151=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #80A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A097 is #7F5F68. Grayscale: #959595. Windows color (decimal): -8347497 or 9937024. OLE color: 9937024.
HSL color Cylindrical-coordinate representation of color #80A097: hue angle of 163.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A097 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 151 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.37 |
| HSL | 163.13º | 0.14% | 0.56% | - |
| HSV(B) | 163.13º | 0.2% | 0.63% | - |
| XYZ | 27.06 | 31.97 | 34.02 | - |
| YUV | 149.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 151 | 0.20 | 0 | 0.06 | 0.37 | 163.13 | 0.14 | 0.56 |
| Hex | 80 | A0 | 97 | 14 | 0 | 6 | 25 | A3 | E | 38 |
| Octal | 200 | 240 | 227 | 24 | 0 | 6 | 45 | 243 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10010111 | 10100 | 0 | 110 | 100101 | 10100011 | 1110 | 111000 |
Color Harmonies of #80A097
Complementary color
Monochromatic Colors of #80A097
Black with #80A097
Text Example
Text Example
White with #80A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A097; }
p { color: rgb(128,160,151); }
H1.HeaderClassName
{
color: #80A097;
}
.AnyTagClassName
{
color: #80A097;
}
</style>
background-color css
<style>
a { background-color: #80A097; }
a { background-color: rgb(128,160,151); }
div.DivClassName
{
background-color: #80A097;
}
.BgClassName
{
background-color: #80A097;
}
</style>
border-color css
<style>
span { border-color: #80A097; }
span { border-color: rgb(128,160,151); }
td.TdClassName
{
border-color: #80A097;
}
.TagClassName
{
border-color: #80A097;
}
</style>