Shades of Cascade #8FA09B
Tints of Cascade #8FA09B
RGB
CMYK
RGB Variations
Color information
#8FA09B (or 0x8FA09B) is known color: Cascade. HEX triplet: 8F, A0 and 9B. RGB value is (143,160,155). Sum of RGB (Red+Green+Blue) = 143+160+155=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA09B is #705F64. Grayscale: #9A9A9A. Windows color (decimal): -7364453 or 10199183. OLE color: 10199183.
HSL color Cylindrical-coordinate representation of color #8FA09B: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA09B is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 155 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.37 |
| HSL | 162.35º | 0.08% | 0.59% | - |
| HSV(B) | 162.35º | 0.11% | 0.63% | - |
| XYZ | 29.81 | 33.35 | 35.88 | - |
| YUV | 154.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 155 | 0.11 | 0 | 0.03 | 0.37 | 162.35 | 0.08 | 0.59 |
| Hex | 8F | A0 | 9B | B | 0 | 3 | 25 | A2 | 8 | 3B |
| Octal | 217 | 240 | 233 | 13 | 0 | 3 | 45 | 242 | 10 | 73 |
| Binary | 10001111 | 10100000 | 10011011 | 1011 | 0 | 11 | 100101 | 10100010 | 1000 | 111011 |
Color Harmonies of #8FA09B
Complementary color
Monochromatic Colors of #8FA09B
Black with #8FA09B
Text Example
Text Example
White with #8FA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA09B; }
p { color: rgb(143,160,155); }
H1.HeaderClassName
{
color: #8FA09B;
}
.AnyTagClassName
{
color: #8FA09B;
}
</style>
background-color css
<style>
a { background-color: #8FA09B; }
a { background-color: rgb(143,160,155); }
div.DivClassName
{
background-color: #8FA09B;
}
.BgClassName
{
background-color: #8FA09B;
}
</style>
border-color css
<style>
span { border-color: #8FA09B; }
span { border-color: rgb(143,160,155); }
td.TdClassName
{
border-color: #8FA09B;
}
.TagClassName
{
border-color: #8FA09B;
}
</style>