Shades of Cascade #8EAAA0
Tints of Cascade #8EAAA0
RGB
CMYK
RGB Variations
Color information
#8EAAA0 (or 0x8EAAA0) is known color: Cascade. HEX triplet: 8E, AA and A0. RGB value is (142,170,160). Sum of RGB (Red+Green+Blue) = 142+170+160=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAA0 is #71555F. Grayscale: #A0A0A0. Windows color (decimal): -7427424 or 10529422. OLE color: 10529422.
HSL color Cylindrical-coordinate representation of color #8EAAA0: hue angle of 158.57º 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 #8EAAA0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 160 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.33 |
| HSL | 158.57º | 0.14% | 0.61% | - |
| HSV(B) | 158.57º | 0.16% | 0.67% | - |
| XYZ | 31.88 | 37.04 | 38.73 | - |
| YUV | 160.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 160 | 0.16 | 0 | 0.06 | 0.33 | 158.57 | 0.14 | 0.61 |
| Hex | 8E | AA | A0 | 10 | 0 | 6 | 21 | 9F | E | 3D |
| Octal | 216 | 252 | 240 | 20 | 0 | 6 | 41 | 237 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10100000 | 10000 | 0 | 110 | 100001 | 10011111 | 1110 | 111101 |
Color Harmonies of #8EAAA0
Complementary color
Monochromatic Colors of #8EAAA0
Black with #8EAAA0
Text Example
Text Example
White with #8EAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAA0; }
p { color: rgb(142,170,160); }
H1.HeaderClassName
{
color: #8EAAA0;
}
.AnyTagClassName
{
color: #8EAAA0;
}
</style>
background-color css
<style>
a { background-color: #8EAAA0; }
a { background-color: rgb(142,170,160); }
div.DivClassName
{
background-color: #8EAAA0;
}
.BgClassName
{
background-color: #8EAAA0;
}
</style>
border-color css
<style>
span { border-color: #8EAAA0; }
span { border-color: rgb(142,170,160); }
td.TdClassName
{
border-color: #8EAAA0;
}
.TagClassName
{
border-color: #8EAAA0;
}
</style>