Shades of Cascade #8AA096
Tints of Cascade #8AA096
RGB
CMYK
RGB Variations
Color information
#8AA096 (or 0x8AA096) is known color: Cascade. HEX triplet: 8A, A0 and 96. RGB value is (138,160,150). Sum of RGB (Red+Green+Blue) = 138+160+150=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA096 is #755F69. Grayscale: #989898. Windows color (decimal): -7692138 or 9871498. OLE color: 9871498.
HSL color Cylindrical-coordinate representation of color #8AA096: hue angle of 152.73º 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 #8AA096 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 150 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.37 |
| HSL | 152.73º | 0.1% | 0.58% | - |
| HSV(B) | 152.73º | 0.14% | 0.63% | - |
| XYZ | 28.56 | 32.75 | 33.67 | - |
| YUV | 152.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 150 | 0.14 | 0 | 0.06 | 0.37 | 152.73 | 0.1 | 0.58 |
| Hex | 8A | A0 | 96 | E | 0 | 6 | 25 | 99 | A | 3A |
| Octal | 212 | 240 | 226 | 16 | 0 | 6 | 45 | 231 | 12 | 72 |
| Binary | 10001010 | 10100000 | 10010110 | 1110 | 0 | 110 | 100101 | 10011001 | 1010 | 111010 |
Color Harmonies of #8AA096
Complementary color
Monochromatic Colors of #8AA096
Black with #8AA096
Text Example
Text Example
White with #8AA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA096; }
p { color: rgb(138,160,150); }
H1.HeaderClassName
{
color: #8AA096;
}
.AnyTagClassName
{
color: #8AA096;
}
</style>
background-color css
<style>
a { background-color: #8AA096; }
a { background-color: rgb(138,160,150); }
div.DivClassName
{
background-color: #8AA096;
}
.BgClassName
{
background-color: #8AA096;
}
</style>
border-color css
<style>
span { border-color: #8AA096; }
span { border-color: rgb(138,160,150); }
td.TdClassName
{
border-color: #8AA096;
}
.TagClassName
{
border-color: #8AA096;
}
</style>