Shades of Cascade #8AA49B
Tints of Cascade #8AA49B
RGB
CMYK
RGB Variations
Color information
#8AA49B (or 0x8AA49B) is known color: Cascade. HEX triplet: 8A, A4 and 9B. RGB value is (138,164,155). Sum of RGB (Red+Green+Blue) = 138+164+155=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA49B is #755B64. Grayscale: #9B9B9B. Windows color (decimal): -7691109 or 10200202. OLE color: 10200202.
HSL color Cylindrical-coordinate representation of color #8AA49B: hue angle of 159.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA49B is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 155 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.36 |
| HSL | 159.23º | 0.13% | 0.59% | - |
| HSV(B) | 159.23º | 0.16% | 0.64% | - |
| XYZ | 29.67 | 34.32 | 36.07 | - |
| YUV | 155.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 155 | 0.16 | 0 | 0.05 | 0.36 | 159.23 | 0.13 | 0.59 |
| Hex | 8A | A4 | 9B | 10 | 0 | 5 | 24 | 9F | C | 3B |
| Octal | 212 | 244 | 233 | 20 | 0 | 5 | 44 | 237 | 14 | 73 |
| Binary | 10001010 | 10100100 | 10011011 | 10000 | 0 | 101 | 100100 | 10011111 | 1100 | 111011 |
Color Harmonies of #8AA49B
Complementary color
Monochromatic Colors of #8AA49B
Black with #8AA49B
Text Example
Text Example
White with #8AA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA49B; }
p { color: rgb(138,164,155); }
H1.HeaderClassName
{
color: #8AA49B;
}
.AnyTagClassName
{
color: #8AA49B;
}
</style>
background-color css
<style>
a { background-color: #8AA49B; }
a { background-color: rgb(138,164,155); }
div.DivClassName
{
background-color: #8AA49B;
}
.BgClassName
{
background-color: #8AA49B;
}
</style>
border-color css
<style>
span { border-color: #8AA49B; }
span { border-color: rgb(138,164,155); }
td.TdClassName
{
border-color: #8AA49B;
}
.TagClassName
{
border-color: #8AA49B;
}
</style>