Shades of Cascade #8CA59C
Tints of Cascade #8CA59C
RGB
CMYK
RGB Variations
Color information
#8CA59C (or 0x8CA59C) is known color: Cascade. HEX triplet: 8C, A5 and 9C. RGB value is (140,165,156). Sum of RGB (Red+Green+Blue) = 140+165+156=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA59C is #735A63. Grayscale: #9C9C9C. Windows color (decimal): -7559780 or 10265996. OLE color: 10265996.
HSL color Cylindrical-coordinate representation of color #8CA59C: hue angle of 158.4º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA59C is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 165 | 156 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.35 |
| HSL | 158.4º | 0.12% | 0.6% | - |
| HSV(B) | 158.4º | 0.15% | 0.65% | - |
| XYZ | 30.27 | 34.89 | 36.59 | - |
| YUV | 156.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 156 | 0.15 | 0 | 0.05 | 0.35 | 158.4 | 0.12 | 0.6 |
| Hex | 8C | A5 | 9C | F | 0 | 5 | 23 | 9E | C | 3C |
| Octal | 214 | 245 | 234 | 17 | 0 | 5 | 43 | 236 | 14 | 74 |
| Binary | 10001100 | 10100101 | 10011100 | 1111 | 0 | 101 | 100011 | 10011110 | 1100 | 111100 |
Color Harmonies of #8CA59C
Complementary color
Monochromatic Colors of #8CA59C
Black with #8CA59C
Text Example
Text Example
White with #8CA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA59C; }
p { color: rgb(140,165,156); }
H1.HeaderClassName
{
color: #8CA59C;
}
.AnyTagClassName
{
color: #8CA59C;
}
</style>
background-color css
<style>
a { background-color: #8CA59C; }
a { background-color: rgb(140,165,156); }
div.DivClassName
{
background-color: #8CA59C;
}
.BgClassName
{
background-color: #8CA59C;
}
</style>
border-color css
<style>
span { border-color: #8CA59C; }
span { border-color: rgb(140,165,156); }
td.TdClassName
{
border-color: #8CA59C;
}
.TagClassName
{
border-color: #8CA59C;
}
</style>