Shades of Cascade #8EAAA1
Tints of Cascade #8EAAA1
RGB
CMYK
RGB Variations
Color information
#8EAAA1 (or 0x8EAAA1) is known color: Cascade. HEX triplet: 8E, AA and A1. RGB value is (142,170,161). Sum of RGB (Red+Green+Blue) = 142+170+161=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAA1 is #71555E. Grayscale: #A0A0A0. Windows color (decimal): -7427423 or 10594958. OLE color: 10594958.
HSL color Cylindrical-coordinate representation of color #8EAAA1: hue angle of 160.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAAA1 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 161 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.33 |
| HSL | 160.71º | 0.14% | 0.61% | - |
| HSV(B) | 160.71º | 0.16% | 0.67% | - |
| XYZ | 31.96 | 37.07 | 39.19 | - |
| YUV | 160.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 161 | 0.16 | 0 | 0.05 | 0.33 | 160.71 | 0.14 | 0.61 |
| Hex | 8E | AA | A1 | 10 | 0 | 5 | 21 | A1 | E | 3D |
| Octal | 216 | 252 | 241 | 20 | 0 | 5 | 41 | 241 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10100001 | 10000 | 0 | 101 | 100001 | 10100001 | 1110 | 111101 |
Color Harmonies of #8EAAA1
Complementary color
Monochromatic Colors of #8EAAA1
Black with #8EAAA1
Text Example
Text Example
White with #8EAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAA1; }
p { color: rgb(142,170,161); }
H1.HeaderClassName
{
color: #8EAAA1;
}
.AnyTagClassName
{
color: #8EAAA1;
}
</style>
background-color css
<style>
a { background-color: #8EAAA1; }
a { background-color: rgb(142,170,161); }
div.DivClassName
{
background-color: #8EAAA1;
}
.BgClassName
{
background-color: #8EAAA1;
}
</style>
border-color css
<style>
span { border-color: #8EAAA1; }
span { border-color: rgb(142,170,161); }
td.TdClassName
{
border-color: #8EAAA1;
}
.TagClassName
{
border-color: #8EAAA1;
}
</style>