Shades of Cascade #8DA4A1
Tints of Cascade #8DA4A1
RGB
CMYK
RGB Variations
Color information
#8DA4A1 (or 0x8DA4A1) is known color: Cascade. HEX triplet: 8D, A4 and A1. RGB value is (141,164,161). Sum of RGB (Red+Green+Blue) = 141+164+161=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA4A1 is #725B5E. Grayscale: #9C9C9C. Windows color (decimal): -7494495 or 10593421. OLE color: 10593421.
HSL color Cylindrical-coordinate representation of color #8DA4A1: hue angle of 172.17º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8DA4A1 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 161 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.36 |
| HSL | 172.17º | 0.11% | 0.6% | - |
| HSV(B) | 172.17º | 0.14% | 0.64% | - |
| XYZ | 30.69 | 34.79 | 38.82 | - |
| YUV | 156.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 161 | 0.14 | 0 | 0.02 | 0.36 | 172.17 | 0.11 | 0.6 |
| Hex | 8D | A4 | A1 | E | 0 | 2 | 24 | AC | B | 3C |
| Octal | 215 | 244 | 241 | 16 | 0 | 2 | 44 | 254 | 13 | 74 |
| Binary | 10001101 | 10100100 | 10100001 | 1110 | 0 | 10 | 100100 | 10101100 | 1011 | 111100 |
Color Harmonies of #8DA4A1
Complementary color
Monochromatic Colors of #8DA4A1
Black with #8DA4A1
Text Example
Text Example
White with #8DA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA4A1; }
p { color: rgb(141,164,161); }
H1.HeaderClassName
{
color: #8DA4A1;
}
.AnyTagClassName
{
color: #8DA4A1;
}
</style>
background-color css
<style>
a { background-color: #8DA4A1; }
a { background-color: rgb(141,164,161); }
div.DivClassName
{
background-color: #8DA4A1;
}
.BgClassName
{
background-color: #8DA4A1;
}
</style>
border-color css
<style>
span { border-color: #8DA4A1; }
span { border-color: rgb(141,164,161); }
td.TdClassName
{
border-color: #8DA4A1;
}
.TagClassName
{
border-color: #8DA4A1;
}
</style>