Shades of Cascade #8BA89A
Tints of Cascade #8BA89A
RGB
CMYK
RGB Variations
Color information
#8BA89A (or 0x8BA89A) is known color: Cascade. HEX triplet: 8B, A8 and 9A. RGB value is (139,168,154). Sum of RGB (Red+Green+Blue) = 139+168+154=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA89A is #745765. Grayscale: #9D9D9D. Windows color (decimal): -7624550 or 10135691. OLE color: 10135691.
HSL color Cylindrical-coordinate representation of color #8BA89A: hue angle of 151.03º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA89A is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 154 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.34 |
| HSL | 151.03º | 0.14% | 0.6% | - |
| HSV(B) | 151.03º | 0.17% | 0.66% | - |
| XYZ | 30.48 | 35.83 | 35.88 | - |
| YUV | 157.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 154 | 0.17 | 0 | 0.08 | 0.34 | 151.03 | 0.14 | 0.6 |
| Hex | 8B | A8 | 9A | 11 | 0 | 8 | 22 | 97 | E | 3C |
| Octal | 213 | 250 | 232 | 21 | 0 | 10 | 42 | 227 | 16 | 74 |
| Binary | 10001011 | 10101000 | 10011010 | 10001 | 0 | 1000 | 100010 | 10010111 | 1110 | 111100 |
Color Harmonies of #8BA89A
Complementary color
Monochromatic Colors of #8BA89A
Black with #8BA89A
Text Example
Text Example
White with #8BA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA89A; }
p { color: rgb(139,168,154); }
H1.HeaderClassName
{
color: #8BA89A;
}
.AnyTagClassName
{
color: #8BA89A;
}
</style>
background-color css
<style>
a { background-color: #8BA89A; }
a { background-color: rgb(139,168,154); }
div.DivClassName
{
background-color: #8BA89A;
}
.BgClassName
{
background-color: #8BA89A;
}
</style>
border-color css
<style>
span { border-color: #8BA89A; }
span { border-color: rgb(139,168,154); }
td.TdClassName
{
border-color: #8BA89A;
}
.TagClassName
{
border-color: #8BA89A;
}
</style>