Shades of Cascade #8AA29C
Tints of Cascade #8AA29C
RGB
CMYK
RGB Variations
Color information
#8AA29C (or 0x8AA29C) is known color: Cascade. HEX triplet: 8A, A2 and 9C. RGB value is (138,162,156). Sum of RGB (Red+Green+Blue) = 138+162+156=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA29C is #755D63. Grayscale: #9A9A9A. Windows color (decimal): -7691620 or 10265226. OLE color: 10265226.
HSL color Cylindrical-coordinate representation of color #8AA29C: hue angle of 165º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA29C is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 156 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.36 |
| HSL | 165º | 0.11% | 0.59% | - |
| HSV(B) | 165º | 0.15% | 0.64% | - |
| XYZ | 29.4 | 33.64 | 36.4 | - |
| YUV | 154.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 156 | 0.15 | 0 | 0.04 | 0.36 | 165 | 0.11 | 0.59 |
| Hex | 8A | A2 | 9C | F | 0 | 4 | 24 | A5 | B | 3B |
| Octal | 212 | 242 | 234 | 17 | 0 | 4 | 44 | 245 | 13 | 73 |
| Binary | 10001010 | 10100010 | 10011100 | 1111 | 0 | 100 | 100100 | 10100101 | 1011 | 111011 |
Color Harmonies of #8AA29C
Complementary color
Monochromatic Colors of #8AA29C
Black with #8AA29C
Text Example
Text Example
White with #8AA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA29C; }
p { color: rgb(138,162,156); }
H1.HeaderClassName
{
color: #8AA29C;
}
.AnyTagClassName
{
color: #8AA29C;
}
</style>
background-color css
<style>
a { background-color: #8AA29C; }
a { background-color: rgb(138,162,156); }
div.DivClassName
{
background-color: #8AA29C;
}
.BgClassName
{
background-color: #8AA29C;
}
</style>
border-color css
<style>
span { border-color: #8AA29C; }
span { border-color: rgb(138,162,156); }
td.TdClassName
{
border-color: #8AA29C;
}
.TagClassName
{
border-color: #8AA29C;
}
</style>