Shades of Cascade #8FAAA3
Tints of Cascade #8FAAA3
RGB
CMYK
RGB Variations
Color information
#8FAAA3 (or 0x8FAAA3) is known color: Cascade. HEX triplet: 8F, AA and A3. RGB value is (143,170,163). Sum of RGB (Red+Green+Blue) = 143+170+163=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA3 is #70555C. Grayscale: #A1A1A1. Windows color (decimal): -7361885 or 10726031. OLE color: 10726031.
HSL color Cylindrical-coordinate representation of color #8FAAA3: hue angle of 164.44º 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 #8FAAA3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 163 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.33 |
| HSL | 164.44º | 0.14% | 0.61% | - |
| HSV(B) | 164.44º | 0.16% | 0.67% | - |
| XYZ | 32.31 | 37.23 | 40.13 | - |
| YUV | 161.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 163 | 0.16 | 0 | 0.04 | 0.33 | 164.44 | 0.14 | 0.61 |
| Hex | 8F | AA | A3 | 10 | 0 | 4 | 21 | A4 | E | 3D |
| Octal | 217 | 252 | 243 | 20 | 0 | 4 | 41 | 244 | 16 | 75 |
| Binary | 10001111 | 10101010 | 10100011 | 10000 | 0 | 100 | 100001 | 10100100 | 1110 | 111101 |
Color Harmonies of #8FAAA3
Complementary color
Monochromatic Colors of #8FAAA3
Black with #8FAAA3
Text Example
Text Example
White with #8FAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAA3; }
p { color: rgb(143,170,163); }
H1.HeaderClassName
{
color: #8FAAA3;
}
.AnyTagClassName
{
color: #8FAAA3;
}
</style>
background-color css
<style>
a { background-color: #8FAAA3; }
a { background-color: rgb(143,170,163); }
div.DivClassName
{
background-color: #8FAAA3;
}
.BgClassName
{
background-color: #8FAAA3;
}
</style>
border-color css
<style>
span { border-color: #8FAAA3; }
span { border-color: rgb(143,170,163); }
td.TdClassName
{
border-color: #8FAAA3;
}
.TagClassName
{
border-color: #8FAAA3;
}
</style>