Shades of Cascade #8CA69C
Tints of Cascade #8CA69C
RGB
CMYK
RGB Variations
Color information
#8CA69C (or 0x8CA69C) is known color: Cascade. HEX triplet: 8C, A6 and 9C. RGB value is (140,166,156). Sum of RGB (Red+Green+Blue) = 140+166+156=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA69C is #735963. Grayscale: #9D9D9D. Windows color (decimal): -7559524 or 10266252. OLE color: 10266252.
HSL color Cylindrical-coordinate representation of color #8CA69C: hue angle of 156.92º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8CA69C is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 156 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.35 |
| HSL | 156.92º | 0.13% | 0.6% | - |
| HSV(B) | 156.92º | 0.16% | 0.65% | - |
| XYZ | 30.45 | 35.25 | 36.65 | - |
| YUV | 157.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 156 | 0.16 | 0 | 0.06 | 0.35 | 156.92 | 0.13 | 0.6 |
| Hex | 8C | A6 | 9C | 10 | 0 | 6 | 23 | 9D | D | 3C |
| Octal | 214 | 246 | 234 | 20 | 0 | 6 | 43 | 235 | 15 | 74 |
| Binary | 10001100 | 10100110 | 10011100 | 10000 | 0 | 110 | 100011 | 10011101 | 1101 | 111100 |
Color Harmonies of #8CA69C
Complementary color
Monochromatic Colors of #8CA69C
Black with #8CA69C
Text Example
Text Example
White with #8CA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA69C; }
p { color: rgb(140,166,156); }
H1.HeaderClassName
{
color: #8CA69C;
}
.AnyTagClassName
{
color: #8CA69C;
}
</style>
background-color css
<style>
a { background-color: #8CA69C; }
a { background-color: rgb(140,166,156); }
div.DivClassName
{
background-color: #8CA69C;
}
.BgClassName
{
background-color: #8CA69C;
}
</style>
border-color css
<style>
span { border-color: #8CA69C; }
span { border-color: rgb(140,166,156); }
td.TdClassName
{
border-color: #8CA69C;
}
.TagClassName
{
border-color: #8CA69C;
}
</style>