Shades of Cascade #8FA69E
Tints of Cascade #8FA69E
RGB
CMYK
RGB Variations
Color information
#8FA69E (or 0x8FA69E) is known color: Cascade. HEX triplet: 8F, A6 and 9E. RGB value is (143,166,158). Sum of RGB (Red+Green+Blue) = 143+166+158=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA69E is #705961. Grayscale: #9E9E9E. Windows color (decimal): -7362914 or 10397327. OLE color: 10397327.
HSL color Cylindrical-coordinate representation of color #8FA69E: hue angle of 159.13º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA69E is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 158 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.35 |
| HSL | 159.13º | 0.11% | 0.61% | - |
| HSV(B) | 159.13º | 0.14% | 0.65% | - |
| XYZ | 31.14 | 35.58 | 37.57 | - |
| YUV | 158.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 158 | 0.14 | 0 | 0.05 | 0.35 | 159.13 | 0.11 | 0.61 |
| Hex | 8F | A6 | 9E | E | 0 | 5 | 23 | 9F | B | 3D |
| Octal | 217 | 246 | 236 | 16 | 0 | 5 | 43 | 237 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10011110 | 1110 | 0 | 101 | 100011 | 10011111 | 1011 | 111101 |
Color Harmonies of #8FA69E
Complementary color
Monochromatic Colors of #8FA69E
Black with #8FA69E
Text Example
Text Example
White with #8FA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA69E; }
p { color: rgb(143,166,158); }
H1.HeaderClassName
{
color: #8FA69E;
}
.AnyTagClassName
{
color: #8FA69E;
}
</style>
background-color css
<style>
a { background-color: #8FA69E; }
a { background-color: rgb(143,166,158); }
div.DivClassName
{
background-color: #8FA69E;
}
.BgClassName
{
background-color: #8FA69E;
}
</style>
border-color css
<style>
span { border-color: #8FA69E; }
span { border-color: rgb(143,166,158); }
td.TdClassName
{
border-color: #8FA69E;
}
.TagClassName
{
border-color: #8FA69E;
}
</style>