Shades of Cascade #8CAAA2
Tints of Cascade #8CAAA2
RGB
CMYK
RGB Variations
Color information
#8CAAA2 (or 0x8CAAA2) is known color: Cascade. HEX triplet: 8C, AA and A2. RGB value is (140,170,162). Sum of RGB (Red+Green+Blue) = 140+170+162=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAA2 is #73555D. Grayscale: #A0A0A0. Windows color (decimal): -7558494 or 10660492. OLE color: 10660492.
HSL color Cylindrical-coordinate representation of color #8CAAA2: hue angle of 164º 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 #8CAAA2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 162 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.33 |
| HSL | 164º | 0.15% | 0.61% | - |
| HSV(B) | 164º | 0.18% | 0.67% | - |
| XYZ | 31.71 | 36.93 | 39.64 | - |
| YUV | 160.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 162 | 0.18 | 0 | 0.05 | 0.33 | 164 | 0.15 | 0.61 |
| Hex | 8C | AA | A2 | 12 | 0 | 5 | 21 | A4 | F | 3D |
| Octal | 214 | 252 | 242 | 22 | 0 | 5 | 41 | 244 | 17 | 75 |
| Binary | 10001100 | 10101010 | 10100010 | 10010 | 0 | 101 | 100001 | 10100100 | 1111 | 111101 |
Color Harmonies of #8CAAA2
Complementary color
Monochromatic Colors of #8CAAA2
Black with #8CAAA2
Text Example
Text Example
White with #8CAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAA2; }
p { color: rgb(140,170,162); }
H1.HeaderClassName
{
color: #8CAAA2;
}
.AnyTagClassName
{
color: #8CAAA2;
}
</style>
background-color css
<style>
a { background-color: #8CAAA2; }
a { background-color: rgb(140,170,162); }
div.DivClassName
{
background-color: #8CAAA2;
}
.BgClassName
{
background-color: #8CAAA2;
}
</style>
border-color css
<style>
span { border-color: #8CAAA2; }
span { border-color: rgb(140,170,162); }
td.TdClassName
{
border-color: #8CAAA2;
}
.TagClassName
{
border-color: #8CAAA2;
}
</style>