Shades of Cascade #8FA49C
Tints of Cascade #8FA49C
RGB
CMYK
RGB Variations
Color information
#8FA49C (or 0x8FA49C) is known color: Cascade. HEX triplet: 8F, A4 and 9C. RGB value is (143,164,156). Sum of RGB (Red+Green+Blue) = 143+164+156=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA49C is #705B63. Grayscale: #9C9C9C. Windows color (decimal): -7363428 or 10265743. OLE color: 10265743.
HSL color Cylindrical-coordinate representation of color #8FA49C: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA49C is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 156 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.36 |
| HSL | 157.14º | 0.1% | 0.6% | - |
| HSV(B) | 157.14º | 0.13% | 0.64% | - |
| XYZ | 30.6 | 34.79 | 36.55 | - |
| YUV | 156.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 156 | 0.13 | 0 | 0.05 | 0.36 | 157.14 | 0.1 | 0.6 |
| Hex | 8F | A4 | 9C | D | 0 | 5 | 24 | 9D | A | 3C |
| Octal | 217 | 244 | 234 | 15 | 0 | 5 | 44 | 235 | 12 | 74 |
| Binary | 10001111 | 10100100 | 10011100 | 1101 | 0 | 101 | 100100 | 10011101 | 1010 | 111100 |
Color Harmonies of #8FA49C
Complementary color
Monochromatic Colors of #8FA49C
Black with #8FA49C
Text Example
Text Example
White with #8FA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA49C; }
p { color: rgb(143,164,156); }
H1.HeaderClassName
{
color: #8FA49C;
}
.AnyTagClassName
{
color: #8FA49C;
}
</style>
background-color css
<style>
a { background-color: #8FA49C; }
a { background-color: rgb(143,164,156); }
div.DivClassName
{
background-color: #8FA49C;
}
.BgClassName
{
background-color: #8FA49C;
}
</style>
border-color css
<style>
span { border-color: #8FA49C; }
span { border-color: rgb(143,164,156); }
td.TdClassName
{
border-color: #8FA49C;
}
.TagClassName
{
border-color: #8FA49C;
}
</style>