Shades of Cascade #8CAA9C
Tints of Cascade #8CAA9C
RGB
CMYK
RGB Variations
Color information
#8CAA9C (or 0x8CAA9C) is known color: Cascade. HEX triplet: 8C, AA and 9C. RGB value is (140,170,156). Sum of RGB (Red+Green+Blue) = 140+170+156=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA9C is #735563. Grayscale: #9F9F9F. Windows color (decimal): -7558500 or 10267276. OLE color: 10267276.
HSL color Cylindrical-coordinate representation of color #8CAA9C: hue angle of 152º degrees, saturation: 0.15, 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 #8CAA9C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 156 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.33 |
| HSL | 152º | 0.15% | 0.61% | - |
| HSV(B) | 152º | 0.18% | 0.67% | - |
| XYZ | 31.19 | 36.73 | 36.9 | - |
| YUV | 159.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 156 | 0.18 | 0 | 0.08 | 0.33 | 152 | 0.15 | 0.61 |
| Hex | 8C | AA | 9C | 12 | 0 | 8 | 21 | 98 | F | 3D |
| Octal | 214 | 252 | 234 | 22 | 0 | 10 | 41 | 230 | 17 | 75 |
| Binary | 10001100 | 10101010 | 10011100 | 10010 | 0 | 1000 | 100001 | 10011000 | 1111 | 111101 |
Color Harmonies of #8CAA9C
Complementary color
Monochromatic Colors of #8CAA9C
Black with #8CAA9C
Text Example
Text Example
White with #8CAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA9C; }
p { color: rgb(140,170,156); }
H1.HeaderClassName
{
color: #8CAA9C;
}
.AnyTagClassName
{
color: #8CAA9C;
}
</style>
background-color css
<style>
a { background-color: #8CAA9C; }
a { background-color: rgb(140,170,156); }
div.DivClassName
{
background-color: #8CAA9C;
}
.BgClassName
{
background-color: #8CAA9C;
}
</style>
border-color css
<style>
span { border-color: #8CAA9C; }
span { border-color: rgb(140,170,156); }
td.TdClassName
{
border-color: #8CAA9C;
}
.TagClassName
{
border-color: #8CAA9C;
}
</style>