Shades of Cascade #8FADA1
Tints of Cascade #8FADA1
RGB
CMYK
RGB Variations
Color information
#8FADA1 (or 0x8FADA1) is known color: Cascade. HEX triplet: 8F, AD and A1. RGB value is (143,173,161). Sum of RGB (Red+Green+Blue) = 143+173+161=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #8FADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FADA1 is #70525E. Grayscale: #A2A2A2. Windows color (decimal): -7361119 or 10595727. OLE color: 10595727.
HSL color Cylindrical-coordinate representation of color #8FADA1: hue angle of 156º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FADA1 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 161 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.32 |
| HSL | 156º | 0.15% | 0.62% | - |
| HSV(B) | 156º | 0.17% | 0.68% | - |
| XYZ | 32.7 | 38.3 | 39.39 | - |
| YUV | 162.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 161 | 0.17 | 0 | 0.07 | 0.32 | 156 | 0.15 | 0.62 |
| Hex | 8F | AD | A1 | 11 | 0 | 7 | 20 | 9C | F | 3E |
| Octal | 217 | 255 | 241 | 21 | 0 | 7 | 40 | 234 | 17 | 76 |
| Binary | 10001111 | 10101101 | 10100001 | 10001 | 0 | 111 | 100000 | 10011100 | 1111 | 111110 |
Color Harmonies of #8FADA1
Complementary color
Monochromatic Colors of #8FADA1
Black with #8FADA1
Text Example
Text Example
White with #8FADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADA1; }
p { color: rgb(143,173,161); }
H1.HeaderClassName
{
color: #8FADA1;
}
.AnyTagClassName
{
color: #8FADA1;
}
</style>
background-color css
<style>
a { background-color: #8FADA1; }
a { background-color: rgb(143,173,161); }
div.DivClassName
{
background-color: #8FADA1;
}
.BgClassName
{
background-color: #8FADA1;
}
</style>
border-color css
<style>
span { border-color: #8FADA1; }
span { border-color: rgb(143,173,161); }
td.TdClassName
{
border-color: #8FADA1;
}
.TagClassName
{
border-color: #8FADA1;
}
</style>