Shades of Cascade #8BAE9F
Tints of Cascade #8BAE9F
RGB
CMYK
RGB Variations
Color information
#8BAE9F (or 0x8BAE9F) is known color: Cascade. HEX triplet: 8B, AE and 9F. RGB value is (139,174,159). Sum of RGB (Red+Green+Blue) = 139+174+159=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAE9F is #745160. Grayscale: #A1A1A1. Windows color (decimal): -7623009 or 10464907. OLE color: 10464907.
HSL color Cylindrical-coordinate representation of color #8BAE9F: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BAE9F is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 159 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.32 |
| HSL | 154.29º | 0.18% | 0.61% | - |
| HSV(B) | 154.29º | 0.2% | 0.68% | - |
| XYZ | 32.04 | 38.26 | 38.5 | - |
| YUV | 161.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 159 | 0.20 | 0 | 0.09 | 0.32 | 154.29 | 0.18 | 0.61 |
| Hex | 8B | AE | 9F | 14 | 0 | 9 | 20 | 9A | 12 | 3D |
| Octal | 213 | 256 | 237 | 24 | 0 | 11 | 40 | 232 | 22 | 75 |
| Binary | 10001011 | 10101110 | 10011111 | 10100 | 0 | 1001 | 100000 | 10011010 | 10010 | 111101 |
Color Harmonies of #8BAE9F
Complementary color
Monochromatic Colors of #8BAE9F
Black with #8BAE9F
Text Example
Text Example
White with #8BAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE9F; }
p { color: rgb(139,174,159); }
H1.HeaderClassName
{
color: #8BAE9F;
}
.AnyTagClassName
{
color: #8BAE9F;
}
</style>
background-color css
<style>
a { background-color: #8BAE9F; }
a { background-color: rgb(139,174,159); }
div.DivClassName
{
background-color: #8BAE9F;
}
.BgClassName
{
background-color: #8BAE9F;
}
</style>
border-color css
<style>
span { border-color: #8BAE9F; }
span { border-color: rgb(139,174,159); }
td.TdClassName
{
border-color: #8BAE9F;
}
.TagClassName
{
border-color: #8BAE9F;
}
</style>