Shades of Cascade #8FA39F
Tints of Cascade #8FA39F
RGB
CMYK
RGB Variations
Color information
#8FA39F (or 0x8FA39F) is known color: Cascade. HEX triplet: 8F, A3 and 9F. RGB value is (143,163,159). Sum of RGB (Red+Green+Blue) = 143+163+159=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA39F is #705C60. Grayscale: #9C9C9C. Windows color (decimal): -7363681 or 10462095. OLE color: 10462095.
HSL color Cylindrical-coordinate representation of color #8FA39F: hue angle of 168º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA39F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 159 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.36 |
| HSL | 168º | 0.1% | 0.6% | - |
| HSV(B) | 168º | 0.12% | 0.64% | - |
| XYZ | 30.68 | 34.54 | 37.85 | - |
| YUV | 156.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 159 | 0.12 | 0 | 0.02 | 0.36 | 168 | 0.1 | 0.6 |
| Hex | 8F | A3 | 9F | C | 0 | 2 | 24 | A8 | A | 3C |
| Octal | 217 | 243 | 237 | 14 | 0 | 2 | 44 | 250 | 12 | 74 |
| Binary | 10001111 | 10100011 | 10011111 | 1100 | 0 | 10 | 100100 | 10101000 | 1010 | 111100 |
Color Harmonies of #8FA39F
Complementary color
Monochromatic Colors of #8FA39F
Black with #8FA39F
Text Example
Text Example
White with #8FA39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA39F; }
p { color: rgb(143,163,159); }
H1.HeaderClassName
{
color: #8FA39F;
}
.AnyTagClassName
{
color: #8FA39F;
}
</style>
background-color css
<style>
a { background-color: #8FA39F; }
a { background-color: rgb(143,163,159); }
div.DivClassName
{
background-color: #8FA39F;
}
.BgClassName
{
background-color: #8FA39F;
}
</style>
border-color css
<style>
span { border-color: #8FA39F; }
span { border-color: rgb(143,163,159); }
td.TdClassName
{
border-color: #8FA39F;
}
.TagClassName
{
border-color: #8FA39F;
}
</style>