Shades of Cascade #8DAB9E
Tints of Cascade #8DAB9E
RGB
CMYK
RGB Variations
Color information
#8DAB9E (or 0x8DAB9E) is known color: Cascade. HEX triplet: 8D, AB and 9E. RGB value is (141,171,158). Sum of RGB (Red+Green+Blue) = 141+171+158=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAB9E is #725461. Grayscale: #A0A0A0. Windows color (decimal): -7492706 or 10398605. OLE color: 10398605.
HSL color Cylindrical-coordinate representation of color #8DAB9E: hue angle of 154º degrees, saturation: 0.15, 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 #8DAB9E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 158 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.33 |
| HSL | 154º | 0.15% | 0.61% | - |
| HSV(B) | 154º | 0.18% | 0.67% | - |
| XYZ | 31.72 | 37.26 | 37.87 | - |
| YUV | 160.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 158 | 0.18 | 0 | 0.08 | 0.33 | 154 | 0.15 | 0.61 |
| Hex | 8D | AB | 9E | 12 | 0 | 8 | 21 | 9A | F | 3D |
| Octal | 215 | 253 | 236 | 22 | 0 | 10 | 41 | 232 | 17 | 75 |
| Binary | 10001101 | 10101011 | 10011110 | 10010 | 0 | 1000 | 100001 | 10011010 | 1111 | 111101 |
Color Harmonies of #8DAB9E
Complementary color
Monochromatic Colors of #8DAB9E
Black with #8DAB9E
Text Example
Text Example
White with #8DAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB9E; }
p { color: rgb(141,171,158); }
H1.HeaderClassName
{
color: #8DAB9E;
}
.AnyTagClassName
{
color: #8DAB9E;
}
</style>
background-color css
<style>
a { background-color: #8DAB9E; }
a { background-color: rgb(141,171,158); }
div.DivClassName
{
background-color: #8DAB9E;
}
.BgClassName
{
background-color: #8DAB9E;
}
</style>
border-color css
<style>
span { border-color: #8DAB9E; }
span { border-color: rgb(141,171,158); }
td.TdClassName
{
border-color: #8DAB9E;
}
.TagClassName
{
border-color: #8DAB9E;
}
</style>