Shades of Cascade #8CA99F
Tints of Cascade #8CA99F
RGB
CMYK
RGB Variations
Color information
#8CA99F (or 0x8CA99F) is known color: Cascade. HEX triplet: 8C, A9 and 9F. RGB value is (140,169,159). Sum of RGB (Red+Green+Blue) = 140+169+159=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA99F is #735660. Grayscale: #9F9F9F. Windows color (decimal): -7558753 or 10463628. OLE color: 10463628.
HSL color Cylindrical-coordinate representation of color #8CA99F: hue angle of 159.31º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA99F is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 159 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.34 |
| HSL | 159.31º | 0.14% | 0.61% | - |
| HSV(B) | 159.31º | 0.17% | 0.66% | - |
| XYZ | 31.26 | 36.45 | 38.19 | - |
| YUV | 159.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 159 | 0.17 | 0 | 0.06 | 0.34 | 159.31 | 0.14 | 0.61 |
| Hex | 8C | A9 | 9F | 11 | 0 | 6 | 22 | 9F | E | 3D |
| Octal | 214 | 251 | 237 | 21 | 0 | 6 | 42 | 237 | 16 | 75 |
| Binary | 10001100 | 10101001 | 10011111 | 10001 | 0 | 110 | 100010 | 10011111 | 1110 | 111101 |
Color Harmonies of #8CA99F
Complementary color
Monochromatic Colors of #8CA99F
Black with #8CA99F
Text Example
Text Example
White with #8CA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA99F; }
p { color: rgb(140,169,159); }
H1.HeaderClassName
{
color: #8CA99F;
}
.AnyTagClassName
{
color: #8CA99F;
}
</style>
background-color css
<style>
a { background-color: #8CA99F; }
a { background-color: rgb(140,169,159); }
div.DivClassName
{
background-color: #8CA99F;
}
.BgClassName
{
background-color: #8CA99F;
}
</style>
border-color css
<style>
span { border-color: #8CA99F; }
span { border-color: rgb(140,169,159); }
td.TdClassName
{
border-color: #8CA99F;
}
.TagClassName
{
border-color: #8CA99F;
}
</style>