Shades of Cascade #8EA49B
Tints of Cascade #8EA49B
RGB
CMYK
RGB Variations
Color information
#8EA49B (or 0x8EA49B) is known color: Cascade. HEX triplet: 8E, A4 and 9B. RGB value is (142,164,155). Sum of RGB (Red+Green+Blue) = 142+164+155=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA49B is #715B64. Grayscale: #9C9C9C. Windows color (decimal): -7428965 or 10200206. OLE color: 10200206.
HSL color Cylindrical-coordinate representation of color #8EA49B: hue angle of 155.45º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA49B is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 155 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.36 |
| HSL | 155.45º | 0.11% | 0.6% | - |
| HSV(B) | 155.45º | 0.13% | 0.64% | - |
| XYZ | 30.35 | 34.67 | 36.1 | - |
| YUV | 156.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 155 | 0.13 | 0 | 0.05 | 0.36 | 155.45 | 0.11 | 0.6 |
| Hex | 8E | A4 | 9B | D | 0 | 5 | 24 | 9B | B | 3C |
| Octal | 216 | 244 | 233 | 15 | 0 | 5 | 44 | 233 | 13 | 74 |
| Binary | 10001110 | 10100100 | 10011011 | 1101 | 0 | 101 | 100100 | 10011011 | 1011 | 111100 |
Color Harmonies of #8EA49B
Complementary color
Monochromatic Colors of #8EA49B
Black with #8EA49B
Text Example
Text Example
White with #8EA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA49B; }
p { color: rgb(142,164,155); }
H1.HeaderClassName
{
color: #8EA49B;
}
.AnyTagClassName
{
color: #8EA49B;
}
</style>
background-color css
<style>
a { background-color: #8EA49B; }
a { background-color: rgb(142,164,155); }
div.DivClassName
{
background-color: #8EA49B;
}
.BgClassName
{
background-color: #8EA49B;
}
</style>
border-color css
<style>
span { border-color: #8EA49B; }
span { border-color: rgb(142,164,155); }
td.TdClassName
{
border-color: #8EA49B;
}
.TagClassName
{
border-color: #8EA49B;
}
</style>