Shades of Cascade #8CA39E
Tints of Cascade #8CA39E
RGB
CMYK
RGB Variations
Color information
#8CA39E (or 0x8CA39E) is known color: Cascade. HEX triplet: 8C, A3 and 9E. RGB value is (140,163,158). Sum of RGB (Red+Green+Blue) = 140+163+158=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA39E is #735C61. Grayscale: #9B9B9B. Windows color (decimal): -7560290 or 10396556. OLE color: 10396556.
HSL color Cylindrical-coordinate representation of color #8CA39E: hue angle of 166.96º 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 #8CA39E is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 158 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.36 |
| HSL | 166.96º | 0.11% | 0.59% | - |
| HSV(B) | 166.96º | 0.14% | 0.64% | - |
| XYZ | 30.08 | 34.24 | 37.37 | - |
| YUV | 155.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 158 | 0.14 | 0 | 0.03 | 0.36 | 166.96 | 0.11 | 0.59 |
| Hex | 8C | A3 | 9E | E | 0 | 3 | 24 | A7 | B | 3B |
| Octal | 214 | 243 | 236 | 16 | 0 | 3 | 44 | 247 | 13 | 73 |
| Binary | 10001100 | 10100011 | 10011110 | 1110 | 0 | 11 | 100100 | 10100111 | 1011 | 111011 |
Color Harmonies of #8CA39E
Complementary color
Monochromatic Colors of #8CA39E
Black with #8CA39E
Text Example
Text Example
White with #8CA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA39E; }
p { color: rgb(140,163,158); }
H1.HeaderClassName
{
color: #8CA39E;
}
.AnyTagClassName
{
color: #8CA39E;
}
</style>
background-color css
<style>
a { background-color: #8CA39E; }
a { background-color: rgb(140,163,158); }
div.DivClassName
{
background-color: #8CA39E;
}
.BgClassName
{
background-color: #8CA39E;
}
</style>
border-color css
<style>
span { border-color: #8CA39E; }
span { border-color: rgb(140,163,158); }
td.TdClassName
{
border-color: #8CA39E;
}
.TagClassName
{
border-color: #8CA39E;
}
</style>