Shades of Cascade #8EA4A0
Tints of Cascade #8EA4A0
RGB
CMYK
RGB Variations
Color information
#8EA4A0 (or 0x8EA4A0) is known color: Cascade. HEX triplet: 8E, A4 and A0. RGB value is (142,164,160). Sum of RGB (Red+Green+Blue) = 142+164+160=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA4A0 is #715B5F. Grayscale: #9C9C9C. Windows color (decimal): -7428960 or 10527886. OLE color: 10527886.
HSL color Cylindrical-coordinate representation of color #8EA4A0: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA4A0 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 160 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.36 |
| HSL | 169.09º | 0.11% | 0.6% | - |
| HSV(B) | 169.09º | 0.13% | 0.64% | - |
| XYZ | 30.78 | 34.84 | 38.36 | - |
| YUV | 156.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 160 | 0.13 | 0 | 0.02 | 0.36 | 169.09 | 0.11 | 0.6 |
| Hex | 8E | A4 | A0 | D | 0 | 2 | 24 | A9 | B | 3C |
| Octal | 216 | 244 | 240 | 15 | 0 | 2 | 44 | 251 | 13 | 74 |
| Binary | 10001110 | 10100100 | 10100000 | 1101 | 0 | 10 | 100100 | 10101001 | 1011 | 111100 |
Color Harmonies of #8EA4A0
Complementary color
Monochromatic Colors of #8EA4A0
Black with #8EA4A0
Text Example
Text Example
White with #8EA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA4A0; }
p { color: rgb(142,164,160); }
H1.HeaderClassName
{
color: #8EA4A0;
}
.AnyTagClassName
{
color: #8EA4A0;
}
</style>
background-color css
<style>
a { background-color: #8EA4A0; }
a { background-color: rgb(142,164,160); }
div.DivClassName
{
background-color: #8EA4A0;
}
.BgClassName
{
background-color: #8EA4A0;
}
</style>
border-color css
<style>
span { border-color: #8EA4A0; }
span { border-color: rgb(142,164,160); }
td.TdClassName
{
border-color: #8EA4A0;
}
.TagClassName
{
border-color: #8EA4A0;
}
</style>