Shades of Cascade #8DA09D
Tints of Cascade #8DA09D
RGB
CMYK
RGB Variations
Color information
#8DA09D (or 0x8DA09D) is known color: Cascade. HEX triplet: 8D, A0 and 9D. RGB value is (141,160,157). Sum of RGB (Red+Green+Blue) = 141+160+157=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA09D is #725F62. Grayscale: #999999. Windows color (decimal): -7495523 or 10330253. OLE color: 10330253.
HSL color Cylindrical-coordinate representation of color #8DA09D: hue angle of 170.53º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA09D is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 157 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.37 |
| HSL | 170.53º | 0.09% | 0.59% | - |
| HSV(B) | 170.53º | 0.12% | 0.63% | - |
| XYZ | 29.64 | 33.24 | 36.75 | - |
| YUV | 153.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 157 | 0.12 | 0 | 0.02 | 0.37 | 170.53 | 0.09 | 0.59 |
| Hex | 8D | A0 | 9D | C | 0 | 2 | 25 | AB | 9 | 3B |
| Octal | 215 | 240 | 235 | 14 | 0 | 2 | 45 | 253 | 11 | 73 |
| Binary | 10001101 | 10100000 | 10011101 | 1100 | 0 | 10 | 100101 | 10101011 | 1001 | 111011 |
Color Harmonies of #8DA09D
Complementary color
Monochromatic Colors of #8DA09D
Black with #8DA09D
Text Example
Text Example
White with #8DA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA09D; }
p { color: rgb(141,160,157); }
H1.HeaderClassName
{
color: #8DA09D;
}
.AnyTagClassName
{
color: #8DA09D;
}
</style>
background-color css
<style>
a { background-color: #8DA09D; }
a { background-color: rgb(141,160,157); }
div.DivClassName
{
background-color: #8DA09D;
}
.BgClassName
{
background-color: #8DA09D;
}
</style>
border-color css
<style>
span { border-color: #8DA09D; }
span { border-color: rgb(141,160,157); }
td.TdClassName
{
border-color: #8DA09D;
}
.TagClassName
{
border-color: #8DA09D;
}
</style>