Shades of Cascade #80A29D
Tints of Cascade #80A29D
RGB
CMYK
RGB Variations
Color information
#80A29D (or 0x80A29D) is known color: Cascade. HEX triplet: 80, A2 and 9D. RGB value is (128,162,157). Sum of RGB (Red+Green+Blue) = 128+162+157=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #80A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A29D is #7F5D62. Grayscale: #979797. Windows color (decimal): -8346979 or 10330752. OLE color: 10330752.
HSL color Cylindrical-coordinate representation of color #80A29D: hue angle of 171.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80A29D is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 157 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.36 |
| HSL | 171.18º | 0.15% | 0.57% | - |
| HSV(B) | 171.18º | 0.21% | 0.64% | - |
| XYZ | 27.91 | 32.86 | 36.77 | - |
| YUV | 151.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 157 | 0.21 | 0 | 0.03 | 0.36 | 171.18 | 0.15 | 0.57 |
| Hex | 80 | A2 | 9D | 15 | 0 | 3 | 24 | AB | F | 39 |
| Octal | 200 | 242 | 235 | 25 | 0 | 3 | 44 | 253 | 17 | 71 |
| Binary | 10000000 | 10100010 | 10011101 | 10101 | 0 | 11 | 100100 | 10101011 | 1111 | 111001 |
Color Harmonies of #80A29D
Complementary color
Monochromatic Colors of #80A29D
Black with #80A29D
Text Example
Text Example
White with #80A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A29D; }
p { color: rgb(128,162,157); }
H1.HeaderClassName
{
color: #80A29D;
}
.AnyTagClassName
{
color: #80A29D;
}
</style>
background-color css
<style>
a { background-color: #80A29D; }
a { background-color: rgb(128,162,157); }
div.DivClassName
{
background-color: #80A29D;
}
.BgClassName
{
background-color: #80A29D;
}
</style>
border-color css
<style>
span { border-color: #80A29D; }
span { border-color: rgb(128,162,157); }
td.TdClassName
{
border-color: #80A29D;
}
.TagClassName
{
border-color: #80A29D;
}
</style>