Shades of Cascade #8CA49E
Tints of Cascade #8CA49E
RGB
CMYK
RGB Variations
Color information
#8CA49E (or 0x8CA49E) is known color: Cascade. HEX triplet: 8C, A4 and 9E. RGB value is (140,164,158). Sum of RGB (Red+Green+Blue) = 140+164+158=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA49E is #735B61. Grayscale: #9C9C9C. Windows color (decimal): -7560034 or 10396812. OLE color: 10396812.
HSL color Cylindrical-coordinate representation of color #8CA49E: hue angle of 165º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA49E is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 158 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.36 |
| HSL | 165º | 0.12% | 0.6% | - |
| HSV(B) | 165º | 0.15% | 0.64% | - |
| XYZ | 30.26 | 34.59 | 37.43 | - |
| YUV | 156.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 158 | 0.15 | 0 | 0.04 | 0.36 | 165 | 0.12 | 0.6 |
| Hex | 8C | A4 | 9E | F | 0 | 4 | 24 | A5 | C | 3C |
| Octal | 214 | 244 | 236 | 17 | 0 | 4 | 44 | 245 | 14 | 74 |
| Binary | 10001100 | 10100100 | 10011110 | 1111 | 0 | 100 | 100100 | 10100101 | 1100 | 111100 |
Color Harmonies of #8CA49E
Complementary color
Monochromatic Colors of #8CA49E
Black with #8CA49E
Text Example
Text Example
White with #8CA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA49E; }
p { color: rgb(140,164,158); }
H1.HeaderClassName
{
color: #8CA49E;
}
.AnyTagClassName
{
color: #8CA49E;
}
</style>
background-color css
<style>
a { background-color: #8CA49E; }
a { background-color: rgb(140,164,158); }
div.DivClassName
{
background-color: #8CA49E;
}
.BgClassName
{
background-color: #8CA49E;
}
</style>
border-color css
<style>
span { border-color: #8CA49E; }
span { border-color: rgb(140,164,158); }
td.TdClassName
{
border-color: #8CA49E;
}
.TagClassName
{
border-color: #8CA49E;
}
</style>