Shades of Cascade #86AB9F
Tints of Cascade #86AB9F
RGB
CMYK
RGB Variations
Color information
#86AB9F (or 0x86AB9F) is known color: Cascade. HEX triplet: 86, AB and 9F. RGB value is (134,171,159). Sum of RGB (Red+Green+Blue) = 134+171+159=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AB9F is #795460. Grayscale: #9E9E9E. Windows color (decimal): -7951457 or 10464134. OLE color: 10464134.
HSL color Cylindrical-coordinate representation of color #86AB9F: hue angle of 160.54º degrees, saturation: 0.18, 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 #86AB9F is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 159 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.33 |
| HSL | 160.54º | 0.18% | 0.6% | - |
| HSV(B) | 160.54º | 0.22% | 0.67% | - |
| XYZ | 30.65 | 36.7 | 38.27 | - |
| YUV | 158.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 159 | 0.22 | 0 | 0.07 | 0.33 | 160.54 | 0.18 | 0.6 |
| Hex | 86 | AB | 9F | 16 | 0 | 7 | 21 | A1 | 12 | 3C |
| Octal | 206 | 253 | 237 | 26 | 0 | 7 | 41 | 241 | 22 | 74 |
| Binary | 10000110 | 10101011 | 10011111 | 10110 | 0 | 111 | 100001 | 10100001 | 10010 | 111100 |
Color Harmonies of #86AB9F
Complementary color
Monochromatic Colors of #86AB9F
Black with #86AB9F
Text Example
Text Example
White with #86AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB9F; }
p { color: rgb(134,171,159); }
H1.HeaderClassName
{
color: #86AB9F;
}
.AnyTagClassName
{
color: #86AB9F;
}
</style>
background-color css
<style>
a { background-color: #86AB9F; }
a { background-color: rgb(134,171,159); }
div.DivClassName
{
background-color: #86AB9F;
}
.BgClassName
{
background-color: #86AB9F;
}
</style>
border-color css
<style>
span { border-color: #86AB9F; }
span { border-color: rgb(134,171,159); }
td.TdClassName
{
border-color: #86AB9F;
}
.TagClassName
{
border-color: #86AB9F;
}
</style>