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