Shades of Cascade #8BAC9F
Tints of Cascade #8BAC9F
RGB
CMYK
RGB Variations
Color information
#8BAC9F (or 0x8BAC9F) is known color: Cascade. HEX triplet: 8B, AC and 9F. RGB value is (139,172,159). Sum of RGB (Red+Green+Blue) = 139+172+159=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC9F is #745360. Grayscale: #A0A0A0. Windows color (decimal): -7623521 or 10464395. OLE color: 10464395.
HSL color Cylindrical-coordinate representation of color #8BAC9F: hue angle of 156.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAC9F is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 159 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.33 |
| HSL | 156.36º | 0.17% | 0.61% | - |
| HSV(B) | 156.36º | 0.19% | 0.67% | - |
| XYZ | 31.66 | 37.5 | 38.37 | - |
| YUV | 160.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 159 | 0.19 | 0 | 0.08 | 0.33 | 156.36 | 0.17 | 0.61 |
| Hex | 8B | AC | 9F | 13 | 0 | 8 | 21 | 9C | 11 | 3D |
| Octal | 213 | 254 | 237 | 23 | 0 | 10 | 41 | 234 | 21 | 75 |
| Binary | 10001011 | 10101100 | 10011111 | 10011 | 0 | 1000 | 100001 | 10011100 | 10001 | 111101 |
Color Harmonies of #8BAC9F
Complementary color
Monochromatic Colors of #8BAC9F
Black with #8BAC9F
Text Example
Text Example
White with #8BAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC9F; }
p { color: rgb(139,172,159); }
H1.HeaderClassName
{
color: #8BAC9F;
}
.AnyTagClassName
{
color: #8BAC9F;
}
</style>
background-color css
<style>
a { background-color: #8BAC9F; }
a { background-color: rgb(139,172,159); }
div.DivClassName
{
background-color: #8BAC9F;
}
.BgClassName
{
background-color: #8BAC9F;
}
</style>
border-color css
<style>
span { border-color: #8BAC9F; }
span { border-color: rgb(139,172,159); }
td.TdClassName
{
border-color: #8BAC9F;
}
.TagClassName
{
border-color: #8BAC9F;
}
</style>