Shades of Cascade #8AAC9D
Tints of Cascade #8AAC9D
RGB
CMYK
RGB Variations
Color information
#8AAC9D (or 0x8AAC9D) is known color: Cascade. HEX triplet: 8A, AC and 9D. RGB value is (138,172,157). Sum of RGB (Red+Green+Blue) = 138+172+157=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC9D is #755362. Grayscale: #A0A0A0. Windows color (decimal): -7689059 or 10333322. OLE color: 10333322.
HSL color Cylindrical-coordinate representation of color #8AAC9D: hue angle of 153.53º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAC9D is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 157 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.33 |
| HSL | 153.53º | 0.17% | 0.61% | - |
| HSV(B) | 153.53º | 0.2% | 0.67% | - |
| XYZ | 31.32 | 37.34 | 37.46 | - |
| YUV | 160.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 157 | 0.20 | 0 | 0.09 | 0.33 | 153.53 | 0.17 | 0.61 |
| Hex | 8A | AC | 9D | 14 | 0 | 9 | 21 | 9A | 11 | 3D |
| Octal | 212 | 254 | 235 | 24 | 0 | 11 | 41 | 232 | 21 | 75 |
| Binary | 10001010 | 10101100 | 10011101 | 10100 | 0 | 1001 | 100001 | 10011010 | 10001 | 111101 |
Color Harmonies of #8AAC9D
Complementary color
Monochromatic Colors of #8AAC9D
Black with #8AAC9D
Text Example
Text Example
White with #8AAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC9D; }
p { color: rgb(138,172,157); }
H1.HeaderClassName
{
color: #8AAC9D;
}
.AnyTagClassName
{
color: #8AAC9D;
}
</style>
background-color css
<style>
a { background-color: #8AAC9D; }
a { background-color: rgb(138,172,157); }
div.DivClassName
{
background-color: #8AAC9D;
}
.BgClassName
{
background-color: #8AAC9D;
}
</style>
border-color css
<style>
span { border-color: #8AAC9D; }
span { border-color: rgb(138,172,157); }
td.TdClassName
{
border-color: #8AAC9D;
}
.TagClassName
{
border-color: #8AAC9D;
}
</style>