Shades of Cascade #8AAB9D
Tints of Cascade #8AAB9D
RGB
CMYK
RGB Variations
Color information
#8AAB9D (or 0x8AAB9D) is known color: Cascade. HEX triplet: 8A, AB and 9D. RGB value is (138,171,157). Sum of RGB (Red+Green+Blue) = 138+171+157=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAB9D is #755462. Grayscale: #9F9F9F. Windows color (decimal): -7689315 or 10333066. OLE color: 10333066.
HSL color Cylindrical-coordinate representation of color #8AAB9D: hue angle of 154.55º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAB9D is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 157 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.33 |
| HSL | 154.55º | 0.16% | 0.61% | - |
| HSV(B) | 154.55º | 0.19% | 0.67% | - |
| XYZ | 31.13 | 36.96 | 37.39 | - |
| YUV | 159.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 157 | 0.19 | 0 | 0.08 | 0.33 | 154.55 | 0.16 | 0.61 |
| Hex | 8A | AB | 9D | 13 | 0 | 8 | 21 | 9B | 10 | 3D |
| Octal | 212 | 253 | 235 | 23 | 0 | 10 | 41 | 233 | 20 | 75 |
| Binary | 10001010 | 10101011 | 10011101 | 10011 | 0 | 1000 | 100001 | 10011011 | 10000 | 111101 |
Color Harmonies of #8AAB9D
Complementary color
Monochromatic Colors of #8AAB9D
Black with #8AAB9D
Text Example
Text Example
White with #8AAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB9D; }
p { color: rgb(138,171,157); }
H1.HeaderClassName
{
color: #8AAB9D;
}
.AnyTagClassName
{
color: #8AAB9D;
}
</style>
background-color css
<style>
a { background-color: #8AAB9D; }
a { background-color: rgb(138,171,157); }
div.DivClassName
{
background-color: #8AAB9D;
}
.BgClassName
{
background-color: #8AAB9D;
}
</style>
border-color css
<style>
span { border-color: #8AAB9D; }
span { border-color: rgb(138,171,157); }
td.TdClassName
{
border-color: #8AAB9D;
}
.TagClassName
{
border-color: #8AAB9D;
}
</style>