Shades of Cascade #8FABA0
Tints of Cascade #8FABA0
RGB
CMYK
RGB Variations
Color information
#8FABA0 (or 0x8FABA0) is known color: Cascade. HEX triplet: 8F, AB and A0. RGB value is (143,171,160). Sum of RGB (Red+Green+Blue) = 143+171+160=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA0 is #70545F. Grayscale: #A1A1A1. Windows color (decimal): -7361632 or 10529679. OLE color: 10529679.
HSL color Cylindrical-coordinate representation of color #8FABA0: hue angle of 156.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FABA0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 160 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.33 |
| HSL | 156.43º | 0.14% | 0.62% | - |
| HSV(B) | 156.43º | 0.16% | 0.67% | - |
| XYZ | 32.24 | 37.5 | 38.8 | - |
| YUV | 161.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 160 | 0.16 | 0 | 0.06 | 0.33 | 156.43 | 0.14 | 0.62 |
| Hex | 8F | AB | A0 | 10 | 0 | 6 | 21 | 9C | E | 3E |
| Octal | 217 | 253 | 240 | 20 | 0 | 6 | 41 | 234 | 16 | 76 |
| Binary | 10001111 | 10101011 | 10100000 | 10000 | 0 | 110 | 100001 | 10011100 | 1110 | 111110 |
Color Harmonies of #8FABA0
Complementary color
Monochromatic Colors of #8FABA0
Black with #8FABA0
Text Example
Text Example
White with #8FABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABA0; }
p { color: rgb(143,171,160); }
H1.HeaderClassName
{
color: #8FABA0;
}
.AnyTagClassName
{
color: #8FABA0;
}
</style>
background-color css
<style>
a { background-color: #8FABA0; }
a { background-color: rgb(143,171,160); }
div.DivClassName
{
background-color: #8FABA0;
}
.BgClassName
{
background-color: #8FABA0;
}
</style>
border-color css
<style>
span { border-color: #8FABA0; }
span { border-color: rgb(143,171,160); }
td.TdClassName
{
border-color: #8FABA0;
}
.TagClassName
{
border-color: #8FABA0;
}
</style>