Shades of Cascade #8EA5A0
Tints of Cascade #8EA5A0
RGB
CMYK
RGB Variations
Color information
#8EA5A0 (or 0x8EA5A0) is known color: Cascade. HEX triplet: 8E, A5 and A0. RGB value is (142,165,160). Sum of RGB (Red+Green+Blue) = 142+165+160=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA5A0 is #715A5F. Grayscale: #9D9D9D. Windows color (decimal): -7428704 or 10528142. OLE color: 10528142.
HSL color Cylindrical-coordinate representation of color #8EA5A0: hue angle of 166.96º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA5A0 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 165 | 160 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.35 |
| HSL | 166.96º | 0.11% | 0.6% | - |
| HSV(B) | 166.96º | 0.14% | 0.65% | - |
| XYZ | 30.96 | 35.2 | 38.42 | - |
| YUV | 157.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 165 | 160 | 0.14 | 0 | 0.03 | 0.35 | 166.96 | 0.11 | 0.6 |
| Hex | 8E | A5 | A0 | E | 0 | 3 | 23 | A7 | B | 3C |
| Octal | 216 | 245 | 240 | 16 | 0 | 3 | 43 | 247 | 13 | 74 |
| Binary | 10001110 | 10100101 | 10100000 | 1110 | 0 | 11 | 100011 | 10100111 | 1011 | 111100 |
Color Harmonies of #8EA5A0
Complementary color
Monochromatic Colors of #8EA5A0
Black with #8EA5A0
Text Example
Text Example
White with #8EA5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA5A0; }
p { color: rgb(142,165,160); }
H1.HeaderClassName
{
color: #8EA5A0;
}
.AnyTagClassName
{
color: #8EA5A0;
}
</style>
background-color css
<style>
a { background-color: #8EA5A0; }
a { background-color: rgb(142,165,160); }
div.DivClassName
{
background-color: #8EA5A0;
}
.BgClassName
{
background-color: #8EA5A0;
}
</style>
border-color css
<style>
span { border-color: #8EA5A0; }
span { border-color: rgb(142,165,160); }
td.TdClassName
{
border-color: #8EA5A0;
}
.TagClassName
{
border-color: #8EA5A0;
}
</style>