Shades of Cascade #8CA49C
Tints of Cascade #8CA49C
RGB
CMYK
RGB Variations
Color information
#8CA49C (or 0x8CA49C) is known color: Cascade. HEX triplet: 8C, A4 and 9C. RGB value is (140,164,156). Sum of RGB (Red+Green+Blue) = 140+164+156=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA49C is #735B63. Grayscale: #9B9B9B. Windows color (decimal): -7560036 or 10265740. OLE color: 10265740.
HSL color Cylindrical-coordinate representation of color #8CA49C: hue angle of 160º 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 #8CA49C is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 156 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.36 |
| HSL | 160º | 0.12% | 0.6% | - |
| HSV(B) | 160º | 0.15% | 0.64% | - |
| XYZ | 30.09 | 34.53 | 36.53 | - |
| YUV | 155.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 156 | 0.15 | 0 | 0.05 | 0.36 | 160 | 0.12 | 0.6 |
| Hex | 8C | A4 | 9C | F | 0 | 5 | 24 | A0 | C | 3C |
| Octal | 214 | 244 | 234 | 17 | 0 | 5 | 44 | 240 | 14 | 74 |
| Binary | 10001100 | 10100100 | 10011100 | 1111 | 0 | 101 | 100100 | 10100000 | 1100 | 111100 |
Color Harmonies of #8CA49C
Complementary color
Monochromatic Colors of #8CA49C
Black with #8CA49C
Text Example
Text Example
White with #8CA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA49C; }
p { color: rgb(140,164,156); }
H1.HeaderClassName
{
color: #8CA49C;
}
.AnyTagClassName
{
color: #8CA49C;
}
</style>
background-color css
<style>
a { background-color: #8CA49C; }
a { background-color: rgb(140,164,156); }
div.DivClassName
{
background-color: #8CA49C;
}
.BgClassName
{
background-color: #8CA49C;
}
</style>
border-color css
<style>
span { border-color: #8CA49C; }
span { border-color: rgb(140,164,156); }
td.TdClassName
{
border-color: #8CA49C;
}
.TagClassName
{
border-color: #8CA49C;
}
</style>