Shades of Cascade #8FAAA4
Tints of Cascade #8FAAA4
RGB
CMYK
RGB Variations
Color information
#8FAAA4 (or 0x8FAAA4) is known color: Cascade. HEX triplet: 8F, AA and A4. RGB value is (143,170,164). Sum of RGB (Red+Green+Blue) = 143+170+164=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA4 is #70555B. Grayscale: #A1A1A1. Windows color (decimal): -7361884 or 10791567. OLE color: 10791567.
HSL color Cylindrical-coordinate representation of color #8FAAA4: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAAA4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 164 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.33 |
| HSL | 166.67º | 0.14% | 0.61% | - |
| HSV(B) | 166.67º | 0.16% | 0.67% | - |
| XYZ | 32.4 | 37.27 | 40.61 | - |
| YUV | 161.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 164 | 0.16 | 0 | 0.04 | 0.33 | 166.67 | 0.14 | 0.61 |
| Hex | 8F | AA | A4 | 10 | 0 | 4 | 21 | A7 | E | 3D |
| Octal | 217 | 252 | 244 | 20 | 0 | 4 | 41 | 247 | 16 | 75 |
| Binary | 10001111 | 10101010 | 10100100 | 10000 | 0 | 100 | 100001 | 10100111 | 1110 | 111101 |
Color Harmonies of #8FAAA4
Complementary color
Monochromatic Colors of #8FAAA4
Black with #8FAAA4
Text Example
Text Example
White with #8FAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAA4; }
p { color: rgb(143,170,164); }
H1.HeaderClassName
{
color: #8FAAA4;
}
.AnyTagClassName
{
color: #8FAAA4;
}
</style>
background-color css
<style>
a { background-color: #8FAAA4; }
a { background-color: rgb(143,170,164); }
div.DivClassName
{
background-color: #8FAAA4;
}
.BgClassName
{
background-color: #8FAAA4;
}
</style>
border-color css
<style>
span { border-color: #8FAAA4; }
span { border-color: rgb(143,170,164); }
td.TdClassName
{
border-color: #8FAAA4;
}
.TagClassName
{
border-color: #8FAAA4;
}
</style>