Shades of Cascade #8AA09C
Tints of Cascade #8AA09C
RGB
CMYK
RGB Variations
Color information
#8AA09C (or 0x8AA09C) is known color: Cascade. HEX triplet: 8A, A0 and 9C. RGB value is (138,160,156). Sum of RGB (Red+Green+Blue) = 138+160+156=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA09C is #755F63. Grayscale: #989898. Windows color (decimal): -7692132 or 10264714. OLE color: 10264714.
HSL color Cylindrical-coordinate representation of color #8AA09C: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA09C is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 156 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.37 |
| HSL | 169.09º | 0.1% | 0.58% | - |
| HSV(B) | 169.09º | 0.14% | 0.63% | - |
| XYZ | 29.05 | 32.95 | 36.28 | - |
| YUV | 152.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 156 | 0.14 | 0 | 0.02 | 0.37 | 169.09 | 0.1 | 0.58 |
| Hex | 8A | A0 | 9C | E | 0 | 2 | 25 | A9 | A | 3A |
| Octal | 212 | 240 | 234 | 16 | 0 | 2 | 45 | 251 | 12 | 72 |
| Binary | 10001010 | 10100000 | 10011100 | 1110 | 0 | 10 | 100101 | 10101001 | 1010 | 111010 |
Color Harmonies of #8AA09C
Complementary color
Monochromatic Colors of #8AA09C
Black with #8AA09C
Text Example
Text Example
White with #8AA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA09C; }
p { color: rgb(138,160,156); }
H1.HeaderClassName
{
color: #8AA09C;
}
.AnyTagClassName
{
color: #8AA09C;
}
</style>
background-color css
<style>
a { background-color: #8AA09C; }
a { background-color: rgb(138,160,156); }
div.DivClassName
{
background-color: #8AA09C;
}
.BgClassName
{
background-color: #8AA09C;
}
</style>
border-color css
<style>
span { border-color: #8AA09C; }
span { border-color: rgb(138,160,156); }
td.TdClassName
{
border-color: #8AA09C;
}
.TagClassName
{
border-color: #8AA09C;
}
</style>