Shades of Cascade #8FABA1
Tints of Cascade #8FABA1
RGB
CMYK
RGB Variations
Color information
#8FABA1 (or 0x8FABA1) is known color: Cascade. HEX triplet: 8F, AB and A1. RGB value is (143,171,161). Sum of RGB (Red+Green+Blue) = 143+171+161=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA1 is #70545E. Grayscale: #A1A1A1. Windows color (decimal): -7361631 or 10595215. OLE color: 10595215.
HSL color Cylindrical-coordinate representation of color #8FABA1: hue angle of 158.57º 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 #8FABA1 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 161 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.33 |
| HSL | 158.57º | 0.14% | 0.62% | - |
| HSV(B) | 158.57º | 0.16% | 0.67% | - |
| XYZ | 32.32 | 37.54 | 39.26 | - |
| YUV | 161.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 161 | 0.16 | 0 | 0.06 | 0.33 | 158.57 | 0.14 | 0.62 |
| Hex | 8F | AB | A1 | 10 | 0 | 6 | 21 | 9F | E | 3E |
| Octal | 217 | 253 | 241 | 20 | 0 | 6 | 41 | 237 | 16 | 76 |
| Binary | 10001111 | 10101011 | 10100001 | 10000 | 0 | 110 | 100001 | 10011111 | 1110 | 111110 |
Color Harmonies of #8FABA1
Complementary color
Monochromatic Colors of #8FABA1
Black with #8FABA1
Text Example
Text Example
White with #8FABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABA1; }
p { color: rgb(143,171,161); }
H1.HeaderClassName
{
color: #8FABA1;
}
.AnyTagClassName
{
color: #8FABA1;
}
</style>
background-color css
<style>
a { background-color: #8FABA1; }
a { background-color: rgb(143,171,161); }
div.DivClassName
{
background-color: #8FABA1;
}
.BgClassName
{
background-color: #8FABA1;
}
</style>
border-color css
<style>
span { border-color: #8FABA1; }
span { border-color: rgb(143,171,161); }
td.TdClassName
{
border-color: #8FABA1;
}
.TagClassName
{
border-color: #8FABA1;
}
</style>