Shades of Cascade #8CA29A
Tints of Cascade #8CA29A
RGB
CMYK
RGB Variations
Color information
#8CA29A (or 0x8CA29A) is known color: Cascade. HEX triplet: 8C, A2 and 9A. RGB value is (140,162,154). Sum of RGB (Red+Green+Blue) = 140+162+154=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA29A is #735D65. Grayscale: #9A9A9A. Windows color (decimal): -7560550 or 10134156. OLE color: 10134156.
HSL color Cylindrical-coordinate representation of color #8CA29A: hue angle of 158.18º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA29A is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 154 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.36 |
| HSL | 158.18º | 0.11% | 0.59% | - |
| HSV(B) | 158.18º | 0.14% | 0.64% | - |
| XYZ | 29.57 | 33.75 | 35.53 | - |
| YUV | 154.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 154 | 0.14 | 0 | 0.05 | 0.36 | 158.18 | 0.11 | 0.59 |
| Hex | 8C | A2 | 9A | E | 0 | 5 | 24 | 9E | B | 3B |
| Octal | 214 | 242 | 232 | 16 | 0 | 5 | 44 | 236 | 13 | 73 |
| Binary | 10001100 | 10100010 | 10011010 | 1110 | 0 | 101 | 100100 | 10011110 | 1011 | 111011 |
Color Harmonies of #8CA29A
Complementary color
Monochromatic Colors of #8CA29A
Black with #8CA29A
Text Example
Text Example
White with #8CA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA29A; }
p { color: rgb(140,162,154); }
H1.HeaderClassName
{
color: #8CA29A;
}
.AnyTagClassName
{
color: #8CA29A;
}
</style>
background-color css
<style>
a { background-color: #8CA29A; }
a { background-color: rgb(140,162,154); }
div.DivClassName
{
background-color: #8CA29A;
}
.BgClassName
{
background-color: #8CA29A;
}
</style>
border-color css
<style>
span { border-color: #8CA29A; }
span { border-color: rgb(140,162,154); }
td.TdClassName
{
border-color: #8CA29A;
}
.TagClassName
{
border-color: #8CA29A;
}
</style>