Shades of Cascade #8DABA0
Tints of Cascade #8DABA0
RGB
CMYK
RGB Variations
Color information
#8DABA0 (or 0x8DABA0) is known color: Cascade. HEX triplet: 8D, AB and A0. RGB value is (141,171,160). Sum of RGB (Red+Green+Blue) = 141+171+160=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #8DABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DABA0 is #72545F. Grayscale: #A0A0A0. Windows color (decimal): -7492704 or 10529677. OLE color: 10529677.
HSL color Cylindrical-coordinate representation of color #8DABA0: hue angle of 158º 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 #8DABA0 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 160 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.33 |
| HSL | 158º | 0.15% | 0.61% | - |
| HSV(B) | 158º | 0.18% | 0.67% | - |
| XYZ | 31.89 | 37.33 | 38.78 | - |
| YUV | 160.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 160 | 0.18 | 0 | 0.06 | 0.33 | 158 | 0.15 | 0.61 |
| Hex | 8D | AB | A0 | 12 | 0 | 6 | 21 | 9E | F | 3D |
| Octal | 215 | 253 | 240 | 22 | 0 | 6 | 41 | 236 | 17 | 75 |
| Binary | 10001101 | 10101011 | 10100000 | 10010 | 0 | 110 | 100001 | 10011110 | 1111 | 111101 |
Color Harmonies of #8DABA0
Complementary color
Monochromatic Colors of #8DABA0
Black with #8DABA0
Text Example
Text Example
White with #8DABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABA0; }
p { color: rgb(141,171,160); }
H1.HeaderClassName
{
color: #8DABA0;
}
.AnyTagClassName
{
color: #8DABA0;
}
</style>
background-color css
<style>
a { background-color: #8DABA0; }
a { background-color: rgb(141,171,160); }
div.DivClassName
{
background-color: #8DABA0;
}
.BgClassName
{
background-color: #8DABA0;
}
</style>
border-color css
<style>
span { border-color: #8DABA0; }
span { border-color: rgb(141,171,160); }
td.TdClassName
{
border-color: #8DABA0;
}
.TagClassName
{
border-color: #8DABA0;
}
</style>