Shades of Cascade #8EACA2
Tints of Cascade #8EACA2
RGB
CMYK
RGB Variations
Color information
#8EACA2 (or 0x8EACA2) is known color: Cascade. HEX triplet: 8E, AC and A2. RGB value is (142,172,162). Sum of RGB (Red+Green+Blue) = 142+172+162=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #8EACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACA2 is #71535D. Grayscale: #A1A1A1. Windows color (decimal): -7426910 or 10661006. OLE color: 10661006.
HSL color Cylindrical-coordinate representation of color #8EACA2: hue angle of 160º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EACA2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 162 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.33 |
| HSL | 160º | 0.15% | 0.62% | - |
| HSV(B) | 160º | 0.17% | 0.67% | - |
| XYZ | 32.43 | 37.86 | 39.78 | - |
| YUV | 161.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 162 | 0.17 | 0 | 0.06 | 0.33 | 160 | 0.15 | 0.62 |
| Hex | 8E | AC | A2 | 11 | 0 | 6 | 21 | A0 | F | 3E |
| Octal | 216 | 254 | 242 | 21 | 0 | 6 | 41 | 240 | 17 | 76 |
| Binary | 10001110 | 10101100 | 10100010 | 10001 | 0 | 110 | 100001 | 10100000 | 1111 | 111110 |
Color Harmonies of #8EACA2
Complementary color
Monochromatic Colors of #8EACA2
Black with #8EACA2
Text Example
Text Example
White with #8EACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACA2; }
p { color: rgb(142,172,162); }
H1.HeaderClassName
{
color: #8EACA2;
}
.AnyTagClassName
{
color: #8EACA2;
}
</style>
background-color css
<style>
a { background-color: #8EACA2; }
a { background-color: rgb(142,172,162); }
div.DivClassName
{
background-color: #8EACA2;
}
.BgClassName
{
background-color: #8EACA2;
}
</style>
border-color css
<style>
span { border-color: #8EACA2; }
span { border-color: rgb(142,172,162); }
td.TdClassName
{
border-color: #8EACA2;
}
.TagClassName
{
border-color: #8EACA2;
}
</style>