Shades of Cascade #8EA097
Tints of Cascade #8EA097
RGB
CMYK
RGB Variations
Color information
#8EA097 (or 0x8EA097) is known color: Cascade. HEX triplet: 8E, A0 and 97. RGB value is (142,160,151). Sum of RGB (Red+Green+Blue) = 142+160+151=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA097 is #715F68. Grayscale: #999999. Windows color (decimal): -7429993 or 9937038. OLE color: 9937038.
HSL color Cylindrical-coordinate representation of color #8EA097: hue angle of 150º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8EA097 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 151 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.37 |
| HSL | 150º | 0.09% | 0.59% | - |
| HSV(B) | 150º | 0.11% | 0.63% | - |
| XYZ | 29.31 | 33.13 | 34.13 | - |
| YUV | 153.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 151 | 0.11 | 0 | 0.06 | 0.37 | 150 | 0.09 | 0.59 |
| Hex | 8E | A0 | 97 | B | 0 | 6 | 25 | 96 | 9 | 3B |
| Octal | 216 | 240 | 227 | 13 | 0 | 6 | 45 | 226 | 11 | 73 |
| Binary | 10001110 | 10100000 | 10010111 | 1011 | 0 | 110 | 100101 | 10010110 | 1001 | 111011 |
Color Harmonies of #8EA097
Complementary color
Monochromatic Colors of #8EA097
Black with #8EA097
Text Example
Text Example
White with #8EA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA097; }
p { color: rgb(142,160,151); }
H1.HeaderClassName
{
color: #8EA097;
}
.AnyTagClassName
{
color: #8EA097;
}
</style>
background-color css
<style>
a { background-color: #8EA097; }
a { background-color: rgb(142,160,151); }
div.DivClassName
{
background-color: #8EA097;
}
.BgClassName
{
background-color: #8EA097;
}
</style>
border-color css
<style>
span { border-color: #8EA097; }
span { border-color: rgb(142,160,151); }
td.TdClassName
{
border-color: #8EA097;
}
.TagClassName
{
border-color: #8EA097;
}
</style>