Shades of Cascade #8BA79C
Tints of Cascade #8BA79C
RGB
CMYK
RGB Variations
Color information
#8BA79C (or 0x8BA79C) is known color: Cascade. HEX triplet: 8B, A7 and 9C. RGB value is (139,167,156). Sum of RGB (Red+Green+Blue) = 139+167+156=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA79C is #745863. Grayscale: #9D9D9D. Windows color (decimal): -7624804 or 10266507. OLE color: 10266507.
HSL color Cylindrical-coordinate representation of color #8BA79C: hue angle of 156.43º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA79C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 156 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.35 |
| HSL | 156.43º | 0.14% | 0.6% | - |
| HSV(B) | 156.43º | 0.17% | 0.65% | - |
| XYZ | 30.47 | 35.53 | 36.7 | - |
| YUV | 157.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 156 | 0.17 | 0 | 0.07 | 0.35 | 156.43 | 0.14 | 0.6 |
| Hex | 8B | A7 | 9C | 11 | 0 | 7 | 23 | 9C | E | 3C |
| Octal | 213 | 247 | 234 | 21 | 0 | 7 | 43 | 234 | 16 | 74 |
| Binary | 10001011 | 10100111 | 10011100 | 10001 | 0 | 111 | 100011 | 10011100 | 1110 | 111100 |
Color Harmonies of #8BA79C
Complementary color
Monochromatic Colors of #8BA79C
Black with #8BA79C
Text Example
Text Example
White with #8BA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA79C; }
p { color: rgb(139,167,156); }
H1.HeaderClassName
{
color: #8BA79C;
}
.AnyTagClassName
{
color: #8BA79C;
}
</style>
background-color css
<style>
a { background-color: #8BA79C; }
a { background-color: rgb(139,167,156); }
div.DivClassName
{
background-color: #8BA79C;
}
.BgClassName
{
background-color: #8BA79C;
}
</style>
border-color css
<style>
span { border-color: #8BA79C; }
span { border-color: rgb(139,167,156); }
td.TdClassName
{
border-color: #8BA79C;
}
.TagClassName
{
border-color: #8BA79C;
}
</style>