Shades of Cascade #8FADA0
Tints of Cascade #8FADA0
RGB
CMYK
RGB Variations
Color information
#8FADA0 (or 0x8FADA0) is known color: Cascade. HEX triplet: 8F, AD and A0. RGB value is (143,173,160). Sum of RGB (Red+Green+Blue) = 143+173+160=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #8FADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FADA0 is #70525F. Grayscale: #A2A2A2. Windows color (decimal): -7361120 or 10530191. OLE color: 10530191.
HSL color Cylindrical-coordinate representation of color #8FADA0: hue angle of 154º 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 #8FADA0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 160 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.32 |
| HSL | 154º | 0.15% | 0.62% | - |
| HSV(B) | 154º | 0.17% | 0.68% | - |
| XYZ | 32.62 | 38.26 | 38.92 | - |
| YUV | 162.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 160 | 0.17 | 0 | 0.08 | 0.32 | 154 | 0.15 | 0.62 |
| Hex | 8F | AD | A0 | 11 | 0 | 8 | 20 | 9A | F | 3E |
| Octal | 217 | 255 | 240 | 21 | 0 | 10 | 40 | 232 | 17 | 76 |
| Binary | 10001111 | 10101101 | 10100000 | 10001 | 0 | 1000 | 100000 | 10011010 | 1111 | 111110 |
Color Harmonies of #8FADA0
Complementary color
Monochromatic Colors of #8FADA0
Black with #8FADA0
Text Example
Text Example
White with #8FADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADA0; }
p { color: rgb(143,173,160); }
H1.HeaderClassName
{
color: #8FADA0;
}
.AnyTagClassName
{
color: #8FADA0;
}
</style>
background-color css
<style>
a { background-color: #8FADA0; }
a { background-color: rgb(143,173,160); }
div.DivClassName
{
background-color: #8FADA0;
}
.BgClassName
{
background-color: #8FADA0;
}
</style>
border-color css
<style>
span { border-color: #8FADA0; }
span { border-color: rgb(143,173,160); }
td.TdClassName
{
border-color: #8FADA0;
}
.TagClassName
{
border-color: #8FADA0;
}
</style>