Shades of Cascade #8EA9A3
Tints of Cascade #8EA9A3
RGB
CMYK
RGB Variations
Color information
#8EA9A3 (or 0x8EA9A3) is known color: Cascade. HEX triplet: 8E, A9 and A3. RGB value is (142,169,163). Sum of RGB (Red+Green+Blue) = 142+169+163=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA9A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9A3 is #71565C. Grayscale: #A0A0A0. Windows color (decimal): -7427677 or 10725774. OLE color: 10725774.
HSL color Cylindrical-coordinate representation of color #8EA9A3: hue angle of 166.67º 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 #8EA9A3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 169 | 163 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.34 |
| HSL | 166.67º | 0.14% | 0.61% | - |
| HSV(B) | 166.67º | 0.16% | 0.66% | - |
| XYZ | 31.95 | 36.77 | 40.06 | - |
| YUV | 160.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 163 | 0.16 | 0 | 0.04 | 0.34 | 166.67 | 0.14 | 0.61 |
| Hex | 8E | A9 | A3 | 10 | 0 | 4 | 22 | A7 | E | 3D |
| Octal | 216 | 251 | 243 | 20 | 0 | 4 | 42 | 247 | 16 | 75 |
| Binary | 10001110 | 10101001 | 10100011 | 10000 | 0 | 100 | 100010 | 10100111 | 1110 | 111101 |
Color Harmonies of #8EA9A3
Complementary color
Monochromatic Colors of #8EA9A3
Black with #8EA9A3
Text Example
Text Example
White with #8EA9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA9A3; }
p { color: rgb(142,169,163); }
H1.HeaderClassName
{
color: #8EA9A3;
}
.AnyTagClassName
{
color: #8EA9A3;
}
</style>
background-color css
<style>
a { background-color: #8EA9A3; }
a { background-color: rgb(142,169,163); }
div.DivClassName
{
background-color: #8EA9A3;
}
.BgClassName
{
background-color: #8EA9A3;
}
</style>
border-color css
<style>
span { border-color: #8EA9A3; }
span { border-color: rgb(142,169,163); }
td.TdClassName
{
border-color: #8EA9A3;
}
.TagClassName
{
border-color: #8EA9A3;
}
</style>