Shades of Cascade #8EADA0
Tints of Cascade #8EADA0
RGB
CMYK
RGB Variations
Color information
#8EADA0 (or 0x8EADA0) is known color: Cascade. HEX triplet: 8E, AD and A0. RGB value is (142,173,160). Sum of RGB (Red+Green+Blue) = 142+173+160=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #8EADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADA0 is #71525F. Grayscale: #A2A2A2. Windows color (decimal): -7426656 or 10530190. OLE color: 10530190.
HSL color Cylindrical-coordinate representation of color #8EADA0: hue angle of 154.84º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EADA0 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 160 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.32 |
| HSL | 154.84º | 0.16% | 0.62% | - |
| HSV(B) | 154.84º | 0.18% | 0.68% | - |
| XYZ | 32.44 | 38.18 | 38.92 | - |
| YUV | 162.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 160 | 0.18 | 0 | 0.08 | 0.32 | 154.84 | 0.16 | 0.62 |
| Hex | 8E | AD | A0 | 12 | 0 | 8 | 20 | 9B | 10 | 3E |
| Octal | 216 | 255 | 240 | 22 | 0 | 10 | 40 | 233 | 20 | 76 |
| Binary | 10001110 | 10101101 | 10100000 | 10010 | 0 | 1000 | 100000 | 10011011 | 10000 | 111110 |
Color Harmonies of #8EADA0
Complementary color
Monochromatic Colors of #8EADA0
Black with #8EADA0
Text Example
Text Example
White with #8EADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADA0; }
p { color: rgb(142,173,160); }
H1.HeaderClassName
{
color: #8EADA0;
}
.AnyTagClassName
{
color: #8EADA0;
}
</style>
background-color css
<style>
a { background-color: #8EADA0; }
a { background-color: rgb(142,173,160); }
div.DivClassName
{
background-color: #8EADA0;
}
.BgClassName
{
background-color: #8EADA0;
}
</style>
border-color css
<style>
span { border-color: #8EADA0; }
span { border-color: rgb(142,173,160); }
td.TdClassName
{
border-color: #8EADA0;
}
.TagClassName
{
border-color: #8EADA0;
}
</style>