Shades of Cascade #8FAA9F
Tints of Cascade #8FAA9F
RGB
CMYK
RGB Variations
Color information
#8FAA9F (or 0x8FAA9F) is known color: Cascade. HEX triplet: 8F, AA and 9F. RGB value is (143,170,159). Sum of RGB (Red+Green+Blue) = 143+170+159=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAA9F is #705560. Grayscale: #A0A0A0. Windows color (decimal): -7361889 or 10463887. OLE color: 10463887.
HSL color Cylindrical-coordinate representation of color #8FAA9F: hue angle of 155.56º 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 #8FAA9F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 143 | 170 | 159 | - |
CMYK | 0.16 | 0 | 0.06 | 0.33 |
HSL | 155.56º | 0.14% | 0.61% | - |
HSV(B) | 155.56º | 0.16% | 0.67% | - |
XYZ | 31.96 | 37.09 | 38.28 | - |
YUV | 160.67 | 127.05 | 115.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 170 | 159 | 0.16 | 0 | 0.06 | 0.33 | 155.56 | 0.14 | 0.61 |
Hex | 8F | AA | 9F | 10 | 0 | 6 | 21 | 9C | E | 3D |
Octal | 217 | 252 | 237 | 20 | 0 | 6 | 41 | 234 | 16 | 75 |
Binary | 10001111 | 10101010 | 10011111 | 10000 | 0 | 110 | 100001 | 10011100 | 1110 | 111101 |
Color Harmonies of #8FAA9F
Complementary color
Monochromatic Colors of #8FAA9F
Black with #8FAA9F
Text Example
Text Example
White with #8FAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA9F; }
p { color: rgb(143,170,159); }
H1.HeaderClassName
{
color: #8FAA9F;
}
.AnyTagClassName
{
color: #8FAA9F;
}
</style>
background-color css
<style>
a { background-color: #8FAA9F; }
a { background-color: rgb(143,170,159); }
div.DivClassName
{
background-color: #8FAA9F;
}
.BgClassName
{
background-color: #8FAA9F;
}
</style>
border-color css
<style>
span { border-color: #8FAA9F; }
span { border-color: rgb(143,170,159); }
td.TdClassName
{
border-color: #8FAA9F;
}
.TagClassName
{
border-color: #8FAA9F;
}
</style>