Shades of Cascade #8BAA9D
Tints of Cascade #8BAA9D
RGB
CMYK
RGB Variations
Color information
#8BAA9D (or 0x8BAA9D) is known color: Cascade. HEX triplet: 8B, AA and 9D. RGB value is (139,170,157). Sum of RGB (Red+Green+Blue) = 139+170+157=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAA9D is #745562. Grayscale: #9F9F9F. Windows color (decimal): -7624035 or 10332811. OLE color: 10332811.
HSL color Cylindrical-coordinate representation of color #8BAA9D: hue angle of 154.84º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BAA9D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 157 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.33 |
| HSL | 154.84º | 0.15% | 0.61% | - |
| HSV(B) | 154.84º | 0.18% | 0.67% | - |
| XYZ | 31.11 | 36.67 | 37.34 | - |
| YUV | 159.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 157 | 0.18 | 0 | 0.08 | 0.33 | 154.84 | 0.15 | 0.61 |
| Hex | 8B | AA | 9D | 12 | 0 | 8 | 21 | 9B | F | 3D |
| Octal | 213 | 252 | 235 | 22 | 0 | 10 | 41 | 233 | 17 | 75 |
| Binary | 10001011 | 10101010 | 10011101 | 10010 | 0 | 1000 | 100001 | 10011011 | 1111 | 111101 |
Color Harmonies of #8BAA9D
Complementary color
Monochromatic Colors of #8BAA9D
Black with #8BAA9D
Text Example
Text Example
White with #8BAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAA9D; }
p { color: rgb(139,170,157); }
H1.HeaderClassName
{
color: #8BAA9D;
}
.AnyTagClassName
{
color: #8BAA9D;
}
</style>
background-color css
<style>
a { background-color: #8BAA9D; }
a { background-color: rgb(139,170,157); }
div.DivClassName
{
background-color: #8BAA9D;
}
.BgClassName
{
background-color: #8BAA9D;
}
</style>
border-color css
<style>
span { border-color: #8BAA9D; }
span { border-color: rgb(139,170,157); }
td.TdClassName
{
border-color: #8BAA9D;
}
.TagClassName
{
border-color: #8BAA9D;
}
</style>