Shades of Cascade #8DA9A0
Tints of Cascade #8DA9A0
RGB
CMYK
RGB Variations
Color information
#8DA9A0 (or 0x8DA9A0) is known color: Cascade. HEX triplet: 8D, A9 and A0. RGB value is (141,169,160). Sum of RGB (Red+Green+Blue) = 141+169+160=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA9A0 is #72565F. Grayscale: #9F9F9F. Windows color (decimal): -7493216 or 10529165. OLE color: 10529165.
HSL color Cylindrical-coordinate representation of color #8DA9A0: hue angle of 160.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA9A0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 160 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.34 |
| HSL | 160.71º | 0.14% | 0.61% | - |
| HSV(B) | 160.71º | 0.17% | 0.66% | - |
| XYZ | 31.52 | 36.58 | 38.66 | - |
| YUV | 159.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 160 | 0.17 | 0 | 0.05 | 0.34 | 160.71 | 0.14 | 0.61 |
| Hex | 8D | A9 | A0 | 11 | 0 | 5 | 22 | A1 | E | 3D |
| Octal | 215 | 251 | 240 | 21 | 0 | 5 | 42 | 241 | 16 | 75 |
| Binary | 10001101 | 10101001 | 10100000 | 10001 | 0 | 101 | 100010 | 10100001 | 1110 | 111101 |
Color Harmonies of #8DA9A0
Complementary color
Monochromatic Colors of #8DA9A0
Black with #8DA9A0
Text Example
Text Example
White with #8DA9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA9A0; }
p { color: rgb(141,169,160); }
H1.HeaderClassName
{
color: #8DA9A0;
}
.AnyTagClassName
{
color: #8DA9A0;
}
</style>
background-color css
<style>
a { background-color: #8DA9A0; }
a { background-color: rgb(141,169,160); }
div.DivClassName
{
background-color: #8DA9A0;
}
.BgClassName
{
background-color: #8DA9A0;
}
</style>
border-color css
<style>
span { border-color: #8DA9A0; }
span { border-color: rgb(141,169,160); }
td.TdClassName
{
border-color: #8DA9A0;
}
.TagClassName
{
border-color: #8DA9A0;
}
</style>