Shades of Cascade #8DAB9D
Tints of Cascade #8DAB9D
RGB
CMYK
RGB Variations
Color information
#8DAB9D (or 0x8DAB9D) is known color: Cascade. HEX triplet: 8D, AB and 9D. RGB value is (141,171,157). Sum of RGB (Red+Green+Blue) = 141+171+157=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAB9D is #725462. Grayscale: #A0A0A0. Windows color (decimal): -7492707 or 10333069. OLE color: 10333069.
HSL color Cylindrical-coordinate representation of color #8DAB9D: hue angle of 152º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAB9D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 157 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.33 |
| HSL | 152º | 0.15% | 0.61% | - |
| HSV(B) | 152º | 0.18% | 0.67% | - |
| XYZ | 31.63 | 37.22 | 37.42 | - |
| YUV | 160.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 157 | 0.18 | 0 | 0.08 | 0.33 | 152 | 0.15 | 0.61 |
| Hex | 8D | AB | 9D | 12 | 0 | 8 | 21 | 98 | F | 3D |
| Octal | 215 | 253 | 235 | 22 | 0 | 10 | 41 | 230 | 17 | 75 |
| Binary | 10001101 | 10101011 | 10011101 | 10010 | 0 | 1000 | 100001 | 10011000 | 1111 | 111101 |
Color Harmonies of #8DAB9D
Complementary color
Monochromatic Colors of #8DAB9D
Black with #8DAB9D
Text Example
Text Example
White with #8DAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB9D; }
p { color: rgb(141,171,157); }
H1.HeaderClassName
{
color: #8DAB9D;
}
.AnyTagClassName
{
color: #8DAB9D;
}
</style>
background-color css
<style>
a { background-color: #8DAB9D; }
a { background-color: rgb(141,171,157); }
div.DivClassName
{
background-color: #8DAB9D;
}
.BgClassName
{
background-color: #8DAB9D;
}
</style>
border-color css
<style>
span { border-color: #8DAB9D; }
span { border-color: rgb(141,171,157); }
td.TdClassName
{
border-color: #8DAB9D;
}
.TagClassName
{
border-color: #8DAB9D;
}
</style>