Shades of Cascade #8DA49D
Tints of Cascade #8DA49D
RGB
CMYK
RGB Variations
Color information
#8DA49D (or 0x8DA49D) is known color: Cascade. HEX triplet: 8D, A4 and 9D. RGB value is (141,164,157). Sum of RGB (Red+Green+Blue) = 141+164+157=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA49D is #725B62. Grayscale: #9C9C9C. Windows color (decimal): -7494499 or 10331277. OLE color: 10331277.
HSL color Cylindrical-coordinate representation of color #8DA49D: hue angle of 161.74º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8DA49D is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 157 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.36 |
| HSL | 161.74º | 0.11% | 0.6% | - |
| HSV(B) | 161.74º | 0.14% | 0.64% | - |
| XYZ | 30.35 | 34.65 | 36.99 | - |
| YUV | 156.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 157 | 0.14 | 0 | 0.04 | 0.36 | 161.74 | 0.11 | 0.6 |
| Hex | 8D | A4 | 9D | E | 0 | 4 | 24 | A2 | B | 3C |
| Octal | 215 | 244 | 235 | 16 | 0 | 4 | 44 | 242 | 13 | 74 |
| Binary | 10001101 | 10100100 | 10011101 | 1110 | 0 | 100 | 100100 | 10100010 | 1011 | 111100 |
Color Harmonies of #8DA49D
Complementary color
Monochromatic Colors of #8DA49D
Black with #8DA49D
Text Example
Text Example
White with #8DA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA49D; }
p { color: rgb(141,164,157); }
H1.HeaderClassName
{
color: #8DA49D;
}
.AnyTagClassName
{
color: #8DA49D;
}
</style>
background-color css
<style>
a { background-color: #8DA49D; }
a { background-color: rgb(141,164,157); }
div.DivClassName
{
background-color: #8DA49D;
}
.BgClassName
{
background-color: #8DA49D;
}
</style>
border-color css
<style>
span { border-color: #8DA49D; }
span { border-color: rgb(141,164,157); }
td.TdClassName
{
border-color: #8DA49D;
}
.TagClassName
{
border-color: #8DA49D;
}
</style>