Shades of Cascade #8AA09A
Tints of Cascade #8AA09A
RGB
CMYK
RGB Variations
Color information
#8AA09A (or 0x8AA09A) is known color: Cascade. HEX triplet: 8A, A0 and 9A. RGB value is (138,160,154). Sum of RGB (Red+Green+Blue) = 138+160+154=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA09A is #755F65. Grayscale: #989898. Windows color (decimal): -7692134 or 10133642. OLE color: 10133642.
HSL color Cylindrical-coordinate representation of color #8AA09A: hue angle of 163.64º 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 #8AA09A is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 154 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.37 |
| HSL | 163.64º | 0.1% | 0.58% | - |
| HSV(B) | 163.64º | 0.14% | 0.63% | - |
| XYZ | 28.88 | 32.88 | 35.4 | - |
| YUV | 152.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 154 | 0.14 | 0 | 0.04 | 0.37 | 163.64 | 0.1 | 0.58 |
| Hex | 8A | A0 | 9A | E | 0 | 4 | 25 | A4 | A | 3A |
| Octal | 212 | 240 | 232 | 16 | 0 | 4 | 45 | 244 | 12 | 72 |
| Binary | 10001010 | 10100000 | 10011010 | 1110 | 0 | 100 | 100101 | 10100100 | 1010 | 111010 |
Color Harmonies of #8AA09A
Complementary color
Monochromatic Colors of #8AA09A
Black with #8AA09A
Text Example
Text Example
White with #8AA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA09A; }
p { color: rgb(138,160,154); }
H1.HeaderClassName
{
color: #8AA09A;
}
.AnyTagClassName
{
color: #8AA09A;
}
</style>
background-color css
<style>
a { background-color: #8AA09A; }
a { background-color: rgb(138,160,154); }
div.DivClassName
{
background-color: #8AA09A;
}
.BgClassName
{
background-color: #8AA09A;
}
</style>
border-color css
<style>
span { border-color: #8AA09A; }
span { border-color: rgb(138,160,154); }
td.TdClassName
{
border-color: #8AA09A;
}
.TagClassName
{
border-color: #8AA09A;
}
</style>