Shades of Cascade #8CAE9F
Tints of Cascade #8CAE9F
RGB
CMYK
RGB Variations
Color information
#8CAE9F (or 0x8CAE9F) is known color: Cascade. HEX triplet: 8C, AE and 9F. RGB value is (140,174,159). Sum of RGB (Red+Green+Blue) = 140+174+159=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAE9F is #735160. Grayscale: #A2A2A2. Windows color (decimal): -7557473 or 10464908. OLE color: 10464908.
HSL color Cylindrical-coordinate representation of color #8CAE9F: hue angle of 153.53º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAE9F is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 159 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.32 |
| HSL | 153.53º | 0.17% | 0.62% | - |
| HSV(B) | 153.53º | 0.2% | 0.68% | - |
| XYZ | 32.21 | 38.35 | 38.51 | - |
| YUV | 162.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 159 | 0.20 | 0 | 0.09 | 0.32 | 153.53 | 0.17 | 0.62 |
| Hex | 8C | AE | 9F | 14 | 0 | 9 | 20 | 9A | 11 | 3E |
| Octal | 214 | 256 | 237 | 24 | 0 | 11 | 40 | 232 | 21 | 76 |
| Binary | 10001100 | 10101110 | 10011111 | 10100 | 0 | 1001 | 100000 | 10011010 | 10001 | 111110 |
Color Harmonies of #8CAE9F
Complementary color
Monochromatic Colors of #8CAE9F
Black with #8CAE9F
Text Example
Text Example
White with #8CAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE9F; }
p { color: rgb(140,174,159); }
H1.HeaderClassName
{
color: #8CAE9F;
}
.AnyTagClassName
{
color: #8CAE9F;
}
</style>
background-color css
<style>
a { background-color: #8CAE9F; }
a { background-color: rgb(140,174,159); }
div.DivClassName
{
background-color: #8CAE9F;
}
.BgClassName
{
background-color: #8CAE9F;
}
</style>
border-color css
<style>
span { border-color: #8CAE9F; }
span { border-color: rgb(140,174,159); }
td.TdClassName
{
border-color: #8CAE9F;
}
.TagClassName
{
border-color: #8CAE9F;
}
</style>