Shades of Cascade #8EA29D
Tints of Cascade #8EA29D
RGB
CMYK
RGB Variations
Color information
#8EA29D (or 0x8EA29D) is known color: Cascade. HEX triplet: 8E, A2 and 9D. RGB value is (142,162,157). Sum of RGB (Red+Green+Blue) = 142+162+157=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA29D is #715D62. Grayscale: #9B9B9B. Windows color (decimal): -7429475 or 10330766. OLE color: 10330766.
HSL color Cylindrical-coordinate representation of color #8EA29D: hue angle of 165º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA29D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 157 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.36 |
| HSL | 165º | 0.1% | 0.6% | - |
| HSV(B) | 165º | 0.12% | 0.64% | - |
| XYZ | 30.16 | 34.03 | 36.88 | - |
| YUV | 155.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 157 | 0.12 | 0 | 0.03 | 0.36 | 165 | 0.1 | 0.6 |
| Hex | 8E | A2 | 9D | C | 0 | 3 | 24 | A5 | A | 3C |
| Octal | 216 | 242 | 235 | 14 | 0 | 3 | 44 | 245 | 12 | 74 |
| Binary | 10001110 | 10100010 | 10011101 | 1100 | 0 | 11 | 100100 | 10100101 | 1010 | 111100 |
Color Harmonies of #8EA29D
Complementary color
Monochromatic Colors of #8EA29D
Black with #8EA29D
Text Example
Text Example
White with #8EA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA29D; }
p { color: rgb(142,162,157); }
H1.HeaderClassName
{
color: #8EA29D;
}
.AnyTagClassName
{
color: #8EA29D;
}
</style>
background-color css
<style>
a { background-color: #8EA29D; }
a { background-color: rgb(142,162,157); }
div.DivClassName
{
background-color: #8EA29D;
}
.BgClassName
{
background-color: #8EA29D;
}
</style>
border-color css
<style>
span { border-color: #8EA29D; }
span { border-color: rgb(142,162,157); }
td.TdClassName
{
border-color: #8EA29D;
}
.TagClassName
{
border-color: #8EA29D;
}
</style>