Shades of Cascade #8DAAA2
Tints of Cascade #8DAAA2
RGB
CMYK
RGB Variations
Color information
#8DAAA2 (or 0x8DAAA2) is known color: Cascade. HEX triplet: 8D, AA and A2. RGB value is (141,170,162). Sum of RGB (Red+Green+Blue) = 141+170+162=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAAA2 is #72555D. Grayscale: #A0A0A0. Windows color (decimal): -7492958 or 10660493. OLE color: 10660493.
HSL color Cylindrical-coordinate representation of color #8DAAA2: hue angle of 163.45º 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 #8DAAA2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 162 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.33 |
| HSL | 163.45º | 0.15% | 0.61% | - |
| HSV(B) | 163.45º | 0.17% | 0.67% | - |
| XYZ | 31.88 | 37.02 | 39.65 | - |
| YUV | 160.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 162 | 0.17 | 0 | 0.05 | 0.33 | 163.45 | 0.15 | 0.61 |
| Hex | 8D | AA | A2 | 11 | 0 | 5 | 21 | A3 | F | 3D |
| Octal | 215 | 252 | 242 | 21 | 0 | 5 | 41 | 243 | 17 | 75 |
| Binary | 10001101 | 10101010 | 10100010 | 10001 | 0 | 101 | 100001 | 10100011 | 1111 | 111101 |
Color Harmonies of #8DAAA2
Complementary color
Monochromatic Colors of #8DAAA2
Black with #8DAAA2
Text Example
Text Example
White with #8DAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAA2; }
p { color: rgb(141,170,162); }
H1.HeaderClassName
{
color: #8DAAA2;
}
.AnyTagClassName
{
color: #8DAAA2;
}
</style>
background-color css
<style>
a { background-color: #8DAAA2; }
a { background-color: rgb(141,170,162); }
div.DivClassName
{
background-color: #8DAAA2;
}
.BgClassName
{
background-color: #8DAAA2;
}
</style>
border-color css
<style>
span { border-color: #8DAAA2; }
span { border-color: rgb(141,170,162); }
td.TdClassName
{
border-color: #8DAAA2;
}
.TagClassName
{
border-color: #8DAAA2;
}
</style>