Shades of Cascade #8CA29B
Tints of Cascade #8CA29B
RGB
CMYK
RGB Variations
Color information
#8CA29B (or 0x8CA29B) is known color: Cascade. HEX triplet: 8C, A2 and 9B. RGB value is (140,162,155). Sum of RGB (Red+Green+Blue) = 140+162+155=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA29B is #735D64. Grayscale: #9A9A9A. Windows color (decimal): -7560549 or 10199692. OLE color: 10199692.
HSL color Cylindrical-coordinate representation of color #8CA29B: hue angle of 160.91º 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 #8CA29B is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 155 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.36 |
| HSL | 160.91º | 0.11% | 0.59% | - |
| HSV(B) | 160.91º | 0.14% | 0.64% | - |
| XYZ | 29.65 | 33.78 | 35.97 | - |
| YUV | 154.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 155 | 0.14 | 0 | 0.04 | 0.36 | 160.91 | 0.11 | 0.59 |
| Hex | 8C | A2 | 9B | E | 0 | 4 | 24 | A1 | B | 3B |
| Octal | 214 | 242 | 233 | 16 | 0 | 4 | 44 | 241 | 13 | 73 |
| Binary | 10001100 | 10100010 | 10011011 | 1110 | 0 | 100 | 100100 | 10100001 | 1011 | 111011 |
Color Harmonies of #8CA29B
Complementary color
Monochromatic Colors of #8CA29B
Black with #8CA29B
Text Example
Text Example
White with #8CA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA29B; }
p { color: rgb(140,162,155); }
H1.HeaderClassName
{
color: #8CA29B;
}
.AnyTagClassName
{
color: #8CA29B;
}
</style>
background-color css
<style>
a { background-color: #8CA29B; }
a { background-color: rgb(140,162,155); }
div.DivClassName
{
background-color: #8CA29B;
}
.BgClassName
{
background-color: #8CA29B;
}
</style>
border-color css
<style>
span { border-color: #8CA29B; }
span { border-color: rgb(140,162,155); }
td.TdClassName
{
border-color: #8CA29B;
}
.TagClassName
{
border-color: #8CA29B;
}
</style>