Shades of Cascade #87AAA1
Tints of Cascade #87AAA1
RGB
CMYK
RGB Variations
Color information
#87AAA1 (or 0x87AAA1) is known color: Cascade. HEX triplet: 87, AA and A1. RGB value is (135,170,161). Sum of RGB (Red+Green+Blue) = 135+170+161=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #87AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AAA1 is #78555E. Grayscale: #9E9E9E. Windows color (decimal): -7886175 or 10594951. OLE color: 10594951.
HSL color Cylindrical-coordinate representation of color #87AAA1: hue angle of 164.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87AAA1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 170 | 161 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.33 |
| HSL | 164.57º | 0.17% | 0.6% | - |
| HSV(B) | 164.57º | 0.21% | 0.67% | - |
| XYZ | 30.8 | 36.47 | 39.14 | - |
| YUV | 158.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 161 | 0.21 | 0 | 0.05 | 0.33 | 164.57 | 0.17 | 0.6 |
| Hex | 87 | AA | A1 | 15 | 0 | 5 | 21 | A5 | 11 | 3C |
| Octal | 207 | 252 | 241 | 25 | 0 | 5 | 41 | 245 | 21 | 74 |
| Binary | 10000111 | 10101010 | 10100001 | 10101 | 0 | 101 | 100001 | 10100101 | 10001 | 111100 |
Color Harmonies of #87AAA1
Complementary color
Monochromatic Colors of #87AAA1
Black with #87AAA1
Text Example
Text Example
White with #87AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AAA1; }
p { color: rgb(135,170,161); }
H1.HeaderClassName
{
color: #87AAA1;
}
.AnyTagClassName
{
color: #87AAA1;
}
</style>
background-color css
<style>
a { background-color: #87AAA1; }
a { background-color: rgb(135,170,161); }
div.DivClassName
{
background-color: #87AAA1;
}
.BgClassName
{
background-color: #87AAA1;
}
</style>
border-color css
<style>
span { border-color: #87AAA1; }
span { border-color: rgb(135,170,161); }
td.TdClassName
{
border-color: #87AAA1;
}
.TagClassName
{
border-color: #87AAA1;
}
</style>