Shades of Cascade #8BA09B
Tints of Cascade #8BA09B
RGB
CMYK
RGB Variations
Color information
#8BA09B (or 0x8BA09B) is known color: Cascade. HEX triplet: 8B, A0 and 9B. RGB value is (139,160,155). Sum of RGB (Red+Green+Blue) = 139+160+155=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA09B is #745F64. Grayscale: #999999. Windows color (decimal): -7626597 or 10199179. OLE color: 10199179.
HSL color Cylindrical-coordinate representation of color #8BA09B: hue angle of 165.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8BA09B is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 155 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.37 |
| HSL | 165.71º | 0.1% | 0.59% | - |
| HSV(B) | 165.71º | 0.13% | 0.63% | - |
| XYZ | 29.13 | 33 | 35.84 | - |
| YUV | 153.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 155 | 0.13 | 0 | 0.03 | 0.37 | 165.71 | 0.1 | 0.59 |
| Hex | 8B | A0 | 9B | D | 0 | 3 | 25 | A6 | A | 3B |
| Octal | 213 | 240 | 233 | 15 | 0 | 3 | 45 | 246 | 12 | 73 |
| Binary | 10001011 | 10100000 | 10011011 | 1101 | 0 | 11 | 100101 | 10100110 | 1010 | 111011 |
Color Harmonies of #8BA09B
Complementary color
Monochromatic Colors of #8BA09B
Black with #8BA09B
Text Example
Text Example
White with #8BA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA09B; }
p { color: rgb(139,160,155); }
H1.HeaderClassName
{
color: #8BA09B;
}
.AnyTagClassName
{
color: #8BA09B;
}
</style>
background-color css
<style>
a { background-color: #8BA09B; }
a { background-color: rgb(139,160,155); }
div.DivClassName
{
background-color: #8BA09B;
}
.BgClassName
{
background-color: #8BA09B;
}
</style>
border-color css
<style>
span { border-color: #8BA09B; }
span { border-color: rgb(139,160,155); }
td.TdClassName
{
border-color: #8BA09B;
}
.TagClassName
{
border-color: #8BA09B;
}
</style>