Shades of Cascade #8EA69D
Tints of Cascade #8EA69D
RGB
CMYK
RGB Variations
Color information
#8EA69D (or 0x8EA69D) is known color: Cascade. HEX triplet: 8E, A6 and 9D. RGB value is (142,166,157). Sum of RGB (Red+Green+Blue) = 142+166+157=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA69D is #715962. Grayscale: #9D9D9D. Windows color (decimal): -7428451 or 10331790. OLE color: 10331790.
HSL color Cylindrical-coordinate representation of color #8EA69D: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA69D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 157 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.35 |
| HSL | 157.5º | 0.12% | 0.6% | - |
| HSV(B) | 157.5º | 0.14% | 0.65% | - |
| XYZ | 30.88 | 35.46 | 37.11 | - |
| YUV | 157.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 157 | 0.14 | 0 | 0.05 | 0.35 | 157.5 | 0.12 | 0.6 |
| Hex | 8E | A6 | 9D | E | 0 | 5 | 23 | 9E | C | 3C |
| Octal | 216 | 246 | 235 | 16 | 0 | 5 | 43 | 236 | 14 | 74 |
| Binary | 10001110 | 10100110 | 10011101 | 1110 | 0 | 101 | 100011 | 10011110 | 1100 | 111100 |
Color Harmonies of #8EA69D
Complementary color
Monochromatic Colors of #8EA69D
Black with #8EA69D
Text Example
Text Example
White with #8EA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA69D; }
p { color: rgb(142,166,157); }
H1.HeaderClassName
{
color: #8EA69D;
}
.AnyTagClassName
{
color: #8EA69D;
}
</style>
background-color css
<style>
a { background-color: #8EA69D; }
a { background-color: rgb(142,166,157); }
div.DivClassName
{
background-color: #8EA69D;
}
.BgClassName
{
background-color: #8EA69D;
}
</style>
border-color css
<style>
span { border-color: #8EA69D; }
span { border-color: rgb(142,166,157); }
td.TdClassName
{
border-color: #8EA69D;
}
.TagClassName
{
border-color: #8EA69D;
}
</style>