Shades of Cascade #80A29B
Tints of Cascade #80A29B
RGB
CMYK
RGB Variations
Color information
#80A29B (or 0x80A29B) is known color: Cascade. HEX triplet: 80, A2 and 9B. RGB value is (128,162,155). Sum of RGB (Red+Green+Blue) = 128+162+155=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #80A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A29B is #7F5D64. Grayscale: #979797. Windows color (decimal): -8346981 or 10199680. OLE color: 10199680.
HSL color Cylindrical-coordinate representation of color #80A29B: hue angle of 167.65º 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 #80A29B is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 155 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.36 |
| HSL | 167.65º | 0.15% | 0.57% | - |
| HSV(B) | 167.65º | 0.21% | 0.64% | - |
| XYZ | 27.74 | 32.8 | 35.88 | - |
| YUV | 151.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 155 | 0.21 | 0 | 0.04 | 0.36 | 167.65 | 0.15 | 0.57 |
| Hex | 80 | A2 | 9B | 15 | 0 | 4 | 24 | A8 | F | 39 |
| Octal | 200 | 242 | 233 | 25 | 0 | 4 | 44 | 250 | 17 | 71 |
| Binary | 10000000 | 10100010 | 10011011 | 10101 | 0 | 100 | 100100 | 10101000 | 1111 | 111001 |
Color Harmonies of #80A29B
Complementary color
Monochromatic Colors of #80A29B
Black with #80A29B
Text Example
Text Example
White with #80A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A29B; }
p { color: rgb(128,162,155); }
H1.HeaderClassName
{
color: #80A29B;
}
.AnyTagClassName
{
color: #80A29B;
}
</style>
background-color css
<style>
a { background-color: #80A29B; }
a { background-color: rgb(128,162,155); }
div.DivClassName
{
background-color: #80A29B;
}
.BgClassName
{
background-color: #80A29B;
}
</style>
border-color css
<style>
span { border-color: #80A29B; }
span { border-color: rgb(128,162,155); }
td.TdClassName
{
border-color: #80A29B;
}
.TagClassName
{
border-color: #80A29B;
}
</style>