Shades of Cascade #8CAC9F
Tints of Cascade #8CAC9F
RGB
CMYK
RGB Variations
Color information
#8CAC9F (or 0x8CAC9F) is known color: Cascade. HEX triplet: 8C, AC and 9F. RGB value is (140,172,159). Sum of RGB (Red+Green+Blue) = 140+172+159=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC9F is #735360. Grayscale: #A0A0A0. Windows color (decimal): -7557985 or 10464396. OLE color: 10464396.
HSL color Cylindrical-coordinate representation of color #8CAC9F: hue angle of 155.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CAC9F is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 159 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.33 |
| HSL | 155.63º | 0.16% | 0.61% | - |
| HSV(B) | 155.63º | 0.19% | 0.67% | - |
| XYZ | 31.83 | 37.58 | 38.38 | - |
| YUV | 160.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 159 | 0.19 | 0 | 0.08 | 0.33 | 155.63 | 0.16 | 0.61 |
| Hex | 8C | AC | 9F | 13 | 0 | 8 | 21 | 9C | 10 | 3D |
| Octal | 214 | 254 | 237 | 23 | 0 | 10 | 41 | 234 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10011111 | 10011 | 0 | 1000 | 100001 | 10011100 | 10000 | 111101 |
Color Harmonies of #8CAC9F
Complementary color
Monochromatic Colors of #8CAC9F
Black with #8CAC9F
Text Example
Text Example
White with #8CAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC9F; }
p { color: rgb(140,172,159); }
H1.HeaderClassName
{
color: #8CAC9F;
}
.AnyTagClassName
{
color: #8CAC9F;
}
</style>
background-color css
<style>
a { background-color: #8CAC9F; }
a { background-color: rgb(140,172,159); }
div.DivClassName
{
background-color: #8CAC9F;
}
.BgClassName
{
background-color: #8CAC9F;
}
</style>
border-color css
<style>
span { border-color: #8CAC9F; }
span { border-color: rgb(140,172,159); }
td.TdClassName
{
border-color: #8CAC9F;
}
.TagClassName
{
border-color: #8CAC9F;
}
</style>