Shades of Cascade #8EA19C
Tints of Cascade #8EA19C
RGB
CMYK
RGB Variations
Color information
#8EA19C (or 0x8EA19C) is known color: Cascade. HEX triplet: 8E, A1 and 9C. RGB value is (142,161,156). Sum of RGB (Red+Green+Blue) = 142+161+156=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA19C is #715E63. Grayscale: #9A9A9A. Windows color (decimal): -7429732 or 10264974. OLE color: 10264974.
HSL color Cylindrical-coordinate representation of color #8EA19C: hue angle of 164.21º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA19C is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 156 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.37 |
| HSL | 164.21º | 0.09% | 0.59% | - |
| HSV(B) | 164.21º | 0.12% | 0.63% | - |
| XYZ | 29.9 | 33.64 | 36.37 | - |
| YUV | 154.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 156 | 0.12 | 0 | 0.03 | 0.37 | 164.21 | 0.09 | 0.59 |
| Hex | 8E | A1 | 9C | C | 0 | 3 | 25 | A4 | 9 | 3B |
| Octal | 216 | 241 | 234 | 14 | 0 | 3 | 45 | 244 | 11 | 73 |
| Binary | 10001110 | 10100001 | 10011100 | 1100 | 0 | 11 | 100101 | 10100100 | 1001 | 111011 |
Color Harmonies of #8EA19C
Complementary color
Monochromatic Colors of #8EA19C
Black with #8EA19C
Text Example
Text Example
White with #8EA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA19C; }
p { color: rgb(142,161,156); }
H1.HeaderClassName
{
color: #8EA19C;
}
.AnyTagClassName
{
color: #8EA19C;
}
</style>
background-color css
<style>
a { background-color: #8EA19C; }
a { background-color: rgb(142,161,156); }
div.DivClassName
{
background-color: #8EA19C;
}
.BgClassName
{
background-color: #8EA19C;
}
</style>
border-color css
<style>
span { border-color: #8EA19C; }
span { border-color: rgb(142,161,156); }
td.TdClassName
{
border-color: #8EA19C;
}
.TagClassName
{
border-color: #8EA19C;
}
</style>