Shades of Cascade #8DAC9E
Tints of Cascade #8DAC9E
RGB
CMYK
RGB Variations
Color information
#8DAC9E (or 0x8DAC9E) is known color: Cascade. HEX triplet: 8D, AC and 9E. RGB value is (141,172,158). Sum of RGB (Red+Green+Blue) = 141+172+158=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAC9E is #725361. Grayscale: #A1A1A1. Windows color (decimal): -7492450 or 10398861. OLE color: 10398861.
HSL color Cylindrical-coordinate representation of color #8DAC9E: hue angle of 152.9º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAC9E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 158 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.33 |
| HSL | 152.9º | 0.16% | 0.61% | - |
| HSV(B) | 152.9º | 0.18% | 0.67% | - |
| XYZ | 31.91 | 37.64 | 37.93 | - |
| YUV | 161.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 158 | 0.18 | 0 | 0.08 | 0.33 | 152.9 | 0.16 | 0.61 |
| Hex | 8D | AC | 9E | 12 | 0 | 8 | 21 | 99 | 10 | 3D |
| Octal | 215 | 254 | 236 | 22 | 0 | 10 | 41 | 231 | 20 | 75 |
| Binary | 10001101 | 10101100 | 10011110 | 10010 | 0 | 1000 | 100001 | 10011001 | 10000 | 111101 |
Color Harmonies of #8DAC9E
Complementary color
Monochromatic Colors of #8DAC9E
Black with #8DAC9E
Text Example
Text Example
White with #8DAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC9E; }
p { color: rgb(141,172,158); }
H1.HeaderClassName
{
color: #8DAC9E;
}
.AnyTagClassName
{
color: #8DAC9E;
}
</style>
background-color css
<style>
a { background-color: #8DAC9E; }
a { background-color: rgb(141,172,158); }
div.DivClassName
{
background-color: #8DAC9E;
}
.BgClassName
{
background-color: #8DAC9E;
}
</style>
border-color css
<style>
span { border-color: #8DAC9E; }
span { border-color: rgb(141,172,158); }
td.TdClassName
{
border-color: #8DAC9E;
}
.TagClassName
{
border-color: #8DAC9E;
}
</style>