Shades of Cascade #8EA99D
Tints of Cascade #8EA99D
RGB
CMYK
RGB Variations
Color information
#8EA99D (or 0x8EA99D) is known color: Cascade. HEX triplet: 8E, A9 and 9D. RGB value is (142,169,157). Sum of RGB (Red+Green+Blue) = 142+169+157=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA99D is #715662. Grayscale: #9F9F9F. Windows color (decimal): -7427683 or 10332558. OLE color: 10332558.
HSL color Cylindrical-coordinate representation of color #8EA99D: hue angle of 153.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA99D is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 169 | 157 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.34 |
| HSL | 153.33º | 0.14% | 0.61% | - |
| HSV(B) | 153.33º | 0.16% | 0.66% | - |
| XYZ | 31.43 | 36.56 | 37.3 | - |
| YUV | 159.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 157 | 0.16 | 0 | 0.07 | 0.34 | 153.33 | 0.14 | 0.61 |
| Hex | 8E | A9 | 9D | 10 | 0 | 7 | 22 | 99 | E | 3D |
| Octal | 216 | 251 | 235 | 20 | 0 | 7 | 42 | 231 | 16 | 75 |
| Binary | 10001110 | 10101001 | 10011101 | 10000 | 0 | 111 | 100010 | 10011001 | 1110 | 111101 |
Color Harmonies of #8EA99D
Complementary color
Monochromatic Colors of #8EA99D
Black with #8EA99D
Text Example
Text Example
White with #8EA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA99D; }
p { color: rgb(142,169,157); }
H1.HeaderClassName
{
color: #8EA99D;
}
.AnyTagClassName
{
color: #8EA99D;
}
</style>
background-color css
<style>
a { background-color: #8EA99D; }
a { background-color: rgb(142,169,157); }
div.DivClassName
{
background-color: #8EA99D;
}
.BgClassName
{
background-color: #8EA99D;
}
</style>
border-color css
<style>
span { border-color: #8EA99D; }
span { border-color: rgb(142,169,157); }
td.TdClassName
{
border-color: #8EA99D;
}
.TagClassName
{
border-color: #8EA99D;
}
</style>