Shades of Cascade #8CA29D
Tints of Cascade #8CA29D
RGB
CMYK
RGB Variations
Color information
#8CA29D (or 0x8CA29D) is known color: Cascade. HEX triplet: 8C, A2 and 9D. RGB value is (140,162,157). Sum of RGB (Red+Green+Blue) = 140+162+157=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA29D is #735D62. Grayscale: #9A9A9A. Windows color (decimal): -7560547 or 10330764. OLE color: 10330764.
HSL color Cylindrical-coordinate representation of color #8CA29D: hue angle of 166.36º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA29D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 157 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.36 |
| HSL | 166.36º | 0.11% | 0.59% | - |
| HSV(B) | 166.36º | 0.14% | 0.64% | - |
| XYZ | 29.82 | 33.85 | 36.86 | - |
| YUV | 154.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 157 | 0.14 | 0 | 0.03 | 0.36 | 166.36 | 0.11 | 0.59 |
| Hex | 8C | A2 | 9D | E | 0 | 3 | 24 | A6 | B | 3B |
| Octal | 214 | 242 | 235 | 16 | 0 | 3 | 44 | 246 | 13 | 73 |
| Binary | 10001100 | 10100010 | 10011101 | 1110 | 0 | 11 | 100100 | 10100110 | 1011 | 111011 |
Color Harmonies of #8CA29D
Complementary color
Monochromatic Colors of #8CA29D
Black with #8CA29D
Text Example
Text Example
White with #8CA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA29D; }
p { color: rgb(140,162,157); }
H1.HeaderClassName
{
color: #8CA29D;
}
.AnyTagClassName
{
color: #8CA29D;
}
</style>
background-color css
<style>
a { background-color: #8CA29D; }
a { background-color: rgb(140,162,157); }
div.DivClassName
{
background-color: #8CA29D;
}
.BgClassName
{
background-color: #8CA29D;
}
</style>
border-color css
<style>
span { border-color: #8CA29D; }
span { border-color: rgb(140,162,157); }
td.TdClassName
{
border-color: #8CA29D;
}
.TagClassName
{
border-color: #8CA29D;
}
</style>