Shades of Cascade #8EAA9F
Tints of Cascade #8EAA9F
RGB
CMYK
RGB Variations
Color information
#8EAA9F (or 0x8EAA9F) is known color: Cascade. HEX triplet: 8E, AA and 9F. RGB value is (142,170,159). Sum of RGB (Red+Green+Blue) = 142+170+159=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA9F is #715560. Grayscale: #A0A0A0. Windows color (decimal): -7427425 or 10463886. OLE color: 10463886.
HSL color Cylindrical-coordinate representation of color #8EAA9F: hue angle of 156.43º 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 #8EAA9F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 159 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.33 |
| HSL | 156.43º | 0.14% | 0.61% | - |
| HSV(B) | 156.43º | 0.16% | 0.67% | - |
| XYZ | 31.79 | 37 | 38.27 | - |
| YUV | 160.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 159 | 0.16 | 0 | 0.06 | 0.33 | 156.43 | 0.14 | 0.61 |
| Hex | 8E | AA | 9F | 10 | 0 | 6 | 21 | 9C | E | 3D |
| Octal | 216 | 252 | 237 | 20 | 0 | 6 | 41 | 234 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10011111 | 10000 | 0 | 110 | 100001 | 10011100 | 1110 | 111101 |
Color Harmonies of #8EAA9F
Complementary color
Monochromatic Colors of #8EAA9F
Black with #8EAA9F
Text Example
Text Example
White with #8EAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA9F; }
p { color: rgb(142,170,159); }
H1.HeaderClassName
{
color: #8EAA9F;
}
.AnyTagClassName
{
color: #8EAA9F;
}
</style>
background-color css
<style>
a { background-color: #8EAA9F; }
a { background-color: rgb(142,170,159); }
div.DivClassName
{
background-color: #8EAA9F;
}
.BgClassName
{
background-color: #8EAA9F;
}
</style>
border-color css
<style>
span { border-color: #8EAA9F; }
span { border-color: rgb(142,170,159); }
td.TdClassName
{
border-color: #8EAA9F;
}
.TagClassName
{
border-color: #8EAA9F;
}
</style>