Shades of Cascade #8BA8A1
Tints of Cascade #8BA8A1
RGB
CMYK
RGB Variations
Color information
#8BA8A1 (or 0x8BA8A1) is known color: Cascade. HEX triplet: 8B, A8 and A1. RGB value is (139,168,161). Sum of RGB (Red+Green+Blue) = 139+168+161=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA8A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA8A1 is #74575E. Grayscale: #9E9E9E. Windows color (decimal): -7624543 or 10594443. OLE color: 10594443.
HSL color Cylindrical-coordinate representation of color #8BA8A1: hue angle of 165.52º 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 #8BA8A1 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 161 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.34 |
| HSL | 165.52º | 0.14% | 0.6% | - |
| HSV(B) | 165.52º | 0.17% | 0.66% | - |
| XYZ | 31.08 | 36.07 | 39.04 | - |
| YUV | 158.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 161 | 0.17 | 0 | 0.04 | 0.34 | 165.52 | 0.14 | 0.6 |
| Hex | 8B | A8 | A1 | 11 | 0 | 4 | 22 | A6 | E | 3C |
| Octal | 213 | 250 | 241 | 21 | 0 | 4 | 42 | 246 | 16 | 74 |
| Binary | 10001011 | 10101000 | 10100001 | 10001 | 0 | 100 | 100010 | 10100110 | 1110 | 111100 |
Color Harmonies of #8BA8A1
Complementary color
Monochromatic Colors of #8BA8A1
Black with #8BA8A1
Text Example
Text Example
White with #8BA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8A1; }
p { color: rgb(139,168,161); }
H1.HeaderClassName
{
color: #8BA8A1;
}
.AnyTagClassName
{
color: #8BA8A1;
}
</style>
background-color css
<style>
a { background-color: #8BA8A1; }
a { background-color: rgb(139,168,161); }
div.DivClassName
{
background-color: #8BA8A1;
}
.BgClassName
{
background-color: #8BA8A1;
}
</style>
border-color css
<style>
span { border-color: #8BA8A1; }
span { border-color: rgb(139,168,161); }
td.TdClassName
{
border-color: #8BA8A1;
}
.TagClassName
{
border-color: #8BA8A1;
}
</style>