Shades of Cascade #8DAAA0
Tints of Cascade #8DAAA0
RGB
CMYK
RGB Variations
Color information
#8DAAA0 (or 0x8DAAA0) is known color: Cascade. HEX triplet: 8D, AA and A0. RGB value is (141,170,160). Sum of RGB (Red+Green+Blue) = 141+170+160=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAAA0 is #72555F. Grayscale: #A0A0A0. Windows color (decimal): -7492960 or 10529421. OLE color: 10529421.
HSL color Cylindrical-coordinate representation of color #8DAAA0: hue angle of 159.31º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAAA0 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 141 | 170 | 160 | - |
CMYK | 0.17 | 0 | 0.06 | 0.33 |
HSL | 159.31º | 0.15% | 0.61% | - |
HSV(B) | 159.31º | 0.17% | 0.67% | - |
XYZ | 31.7 | 36.95 | 38.72 | - |
YUV | 160.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 170 | 160 | 0.17 | 0 | 0.06 | 0.33 | 159.31 | 0.15 | 0.61 |
Hex | 8D | AA | A0 | 11 | 0 | 6 | 21 | 9F | F | 3D |
Octal | 215 | 252 | 240 | 21 | 0 | 6 | 41 | 237 | 17 | 75 |
Binary | 10001101 | 10101010 | 10100000 | 10001 | 0 | 110 | 100001 | 10011111 | 1111 | 111101 |
Color Harmonies of #8DAAA0
Complementary color
Monochromatic Colors of #8DAAA0
Black with #8DAAA0
Text Example
Text Example
White with #8DAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAA0; }
p { color: rgb(141,170,160); }
H1.HeaderClassName
{
color: #8DAAA0;
}
.AnyTagClassName
{
color: #8DAAA0;
}
</style>
background-color css
<style>
a { background-color: #8DAAA0; }
a { background-color: rgb(141,170,160); }
div.DivClassName
{
background-color: #8DAAA0;
}
.BgClassName
{
background-color: #8DAAA0;
}
</style>
border-color css
<style>
span { border-color: #8DAAA0; }
span { border-color: rgb(141,170,160); }
td.TdClassName
{
border-color: #8DAAA0;
}
.TagClassName
{
border-color: #8DAAA0;
}
</style>