Shades of Cascade #86AC9E
Tints of Cascade #86AC9E
RGB
CMYK
RGB Variations
Color information
#86AC9E (or 0x86AC9E) is known color: Cascade. HEX triplet: 86, AC and 9E. RGB value is (134,172,158). Sum of RGB (Red+Green+Blue) = 134+172+158=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC9E is #795361. Grayscale: #9F9F9F. Windows color (decimal): -7951202 or 10398854. OLE color: 10398854.
HSL color Cylindrical-coordinate representation of color #86AC9E: hue angle of 157.89º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86AC9E is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 172 | 158 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.33 |
| HSL | 157.89º | 0.19% | 0.6% | - |
| HSV(B) | 157.89º | 0.22% | 0.67% | - |
| XYZ | 30.76 | 37.04 | 37.88 | - |
| YUV | 159.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 158 | 0.22 | 0 | 0.08 | 0.33 | 157.89 | 0.19 | 0.6 |
| Hex | 86 | AC | 9E | 16 | 0 | 8 | 21 | 9E | 13 | 3C |
| Octal | 206 | 254 | 236 | 26 | 0 | 10 | 41 | 236 | 23 | 74 |
| Binary | 10000110 | 10101100 | 10011110 | 10110 | 0 | 1000 | 100001 | 10011110 | 10011 | 111100 |
Color Harmonies of #86AC9E
Complementary color
Monochromatic Colors of #86AC9E
Black with #86AC9E
Text Example
Text Example
White with #86AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AC9E; }
p { color: rgb(134,172,158); }
H1.HeaderClassName
{
color: #86AC9E;
}
.AnyTagClassName
{
color: #86AC9E;
}
</style>
background-color css
<style>
a { background-color: #86AC9E; }
a { background-color: rgb(134,172,158); }
div.DivClassName
{
background-color: #86AC9E;
}
.BgClassName
{
background-color: #86AC9E;
}
</style>
border-color css
<style>
span { border-color: #86AC9E; }
span { border-color: rgb(134,172,158); }
td.TdClassName
{
border-color: #86AC9E;
}
.TagClassName
{
border-color: #86AC9E;
}
</style>