Shades of Cascade #8CABA0
Tints of Cascade #8CABA0
RGB
CMYK
RGB Variations
Color information
#8CABA0 (or 0x8CABA0) is known color: Cascade. HEX triplet: 8C, AB and A0. RGB value is (140,171,160). Sum of RGB (Red+Green+Blue) = 140+171+160=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #8CABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABA0 is #73545F. Grayscale: #A0A0A0. Windows color (decimal): -7558240 or 10529676. OLE color: 10529676.
HSL color Cylindrical-coordinate representation of color #8CABA0: hue angle of 158.71º degrees, saturation: 0.16, 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 #8CABA0 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 160 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.33 |
| HSL | 158.71º | 0.16% | 0.61% | - |
| HSV(B) | 158.71º | 0.18% | 0.67% | - |
| XYZ | 31.72 | 37.24 | 38.77 | - |
| YUV | 160.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 160 | 0.18 | 0 | 0.06 | 0.33 | 158.71 | 0.16 | 0.61 |
| Hex | 8C | AB | A0 | 12 | 0 | 6 | 21 | 9F | 10 | 3D |
| Octal | 214 | 253 | 240 | 22 | 0 | 6 | 41 | 237 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10100000 | 10010 | 0 | 110 | 100001 | 10011111 | 10000 | 111101 |
Color Harmonies of #8CABA0
Complementary color
Monochromatic Colors of #8CABA0
Black with #8CABA0
Text Example
Text Example
White with #8CABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABA0; }
p { color: rgb(140,171,160); }
H1.HeaderClassName
{
color: #8CABA0;
}
.AnyTagClassName
{
color: #8CABA0;
}
</style>
background-color css
<style>
a { background-color: #8CABA0; }
a { background-color: rgb(140,171,160); }
div.DivClassName
{
background-color: #8CABA0;
}
.BgClassName
{
background-color: #8CABA0;
}
</style>
border-color css
<style>
span { border-color: #8CABA0; }
span { border-color: rgb(140,171,160); }
td.TdClassName
{
border-color: #8CABA0;
}
.TagClassName
{
border-color: #8CABA0;
}
</style>