Shades of Cascade #8EAA9E
Tints of Cascade #8EAA9E
RGB
CMYK
RGB Variations
Color information
#8EAA9E (or 0x8EAA9E) is known color: Cascade. HEX triplet: 8E, AA and 9E. RGB value is (142,170,158). Sum of RGB (Red+Green+Blue) = 142+170+158=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA9E is #715561. Grayscale: #A0A0A0. Windows color (decimal): -7427426 or 10398350. OLE color: 10398350.
HSL color Cylindrical-coordinate representation of color #8EAA9E: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAA9E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 158 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.33 |
| HSL | 154.29º | 0.14% | 0.61% | - |
| HSV(B) | 154.29º | 0.16% | 0.67% | - |
| XYZ | 31.7 | 36.97 | 37.81 | - |
| YUV | 160.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 158 | 0.16 | 0 | 0.07 | 0.33 | 154.29 | 0.14 | 0.61 |
| Hex | 8E | AA | 9E | 10 | 0 | 7 | 21 | 9A | E | 3D |
| Octal | 216 | 252 | 236 | 20 | 0 | 7 | 41 | 232 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10011110 | 10000 | 0 | 111 | 100001 | 10011010 | 1110 | 111101 |
Color Harmonies of #8EAA9E
Complementary color
Monochromatic Colors of #8EAA9E
Black with #8EAA9E
Text Example
Text Example
White with #8EAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA9E; }
p { color: rgb(142,170,158); }
H1.HeaderClassName
{
color: #8EAA9E;
}
.AnyTagClassName
{
color: #8EAA9E;
}
</style>
background-color css
<style>
a { background-color: #8EAA9E; }
a { background-color: rgb(142,170,158); }
div.DivClassName
{
background-color: #8EAA9E;
}
.BgClassName
{
background-color: #8EAA9E;
}
</style>
border-color css
<style>
span { border-color: #8EAA9E; }
span { border-color: rgb(142,170,158); }
td.TdClassName
{
border-color: #8EAA9E;
}
.TagClassName
{
border-color: #8EAA9E;
}
</style>