Shades of Cascade #80A29A
Tints of Cascade #80A29A
RGB
CMYK
RGB Variations
Color information
#80A29A (or 0x80A29A) is known color: Cascade. HEX triplet: 80, A2 and 9A. RGB value is (128,162,154). Sum of RGB (Red+Green+Blue) = 128+162+154=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #80A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A29A is #7F5D65. Grayscale: #969696. Windows color (decimal): -8346982 or 10134144. OLE color: 10134144.
HSL color Cylindrical-coordinate representation of color #80A29A: hue angle of 165.88º 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 #80A29A is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 154 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.36 |
| HSL | 165.88º | 0.15% | 0.57% | - |
| HSV(B) | 165.88º | 0.21% | 0.64% | - |
| XYZ | 27.66 | 32.76 | 35.44 | - |
| YUV | 150.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 154 | 0.21 | 0 | 0.05 | 0.36 | 165.88 | 0.15 | 0.57 |
| Hex | 80 | A2 | 9A | 15 | 0 | 5 | 24 | A6 | F | 39 |
| Octal | 200 | 242 | 232 | 25 | 0 | 5 | 44 | 246 | 17 | 71 |
| Binary | 10000000 | 10100010 | 10011010 | 10101 | 0 | 101 | 100100 | 10100110 | 1111 | 111001 |
Color Harmonies of #80A29A
Complementary color
Monochromatic Colors of #80A29A
Black with #80A29A
Text Example
Text Example
White with #80A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A29A; }
p { color: rgb(128,162,154); }
H1.HeaderClassName
{
color: #80A29A;
}
.AnyTagClassName
{
color: #80A29A;
}
</style>
background-color css
<style>
a { background-color: #80A29A; }
a { background-color: rgb(128,162,154); }
div.DivClassName
{
background-color: #80A29A;
}
.BgClassName
{
background-color: #80A29A;
}
</style>
border-color css
<style>
span { border-color: #80A29A; }
span { border-color: rgb(128,162,154); }
td.TdClassName
{
border-color: #80A29A;
}
.TagClassName
{
border-color: #80A29A;
}
</style>