Shades of Cascade #84AA9C
Tints of Cascade #84AA9C
RGB
CMYK
RGB Variations
Color information
#84AA9C (or 0x84AA9C) is known color: Cascade. HEX triplet: 84, AA and 9C. RGB value is (132,170,156). Sum of RGB (Red+Green+Blue) = 132+170+156=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AA9C is #7B5563. Grayscale: #9D9D9D. Windows color (decimal): -8082788 or 10267268. OLE color: 10267268.
HSL color Cylindrical-coordinate representation of color #84AA9C: hue angle of 157.89º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84AA9C is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 156 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.33 |
| HSL | 157.89º | 0.18% | 0.59% | - |
| HSV(B) | 157.89º | 0.22% | 0.67% | - |
| XYZ | 29.89 | 36.06 | 36.84 | - |
| YUV | 157.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 156 | 0.22 | 0 | 0.08 | 0.33 | 157.89 | 0.18 | 0.59 |
| Hex | 84 | AA | 9C | 16 | 0 | 8 | 21 | 9E | 12 | 3B |
| Octal | 204 | 252 | 234 | 26 | 0 | 10 | 41 | 236 | 22 | 73 |
| Binary | 10000100 | 10101010 | 10011100 | 10110 | 0 | 1000 | 100001 | 10011110 | 10010 | 111011 |
Color Harmonies of #84AA9C
Complementary color
Monochromatic Colors of #84AA9C
Black with #84AA9C
Text Example
Text Example
White with #84AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA9C; }
p { color: rgb(132,170,156); }
H1.HeaderClassName
{
color: #84AA9C;
}
.AnyTagClassName
{
color: #84AA9C;
}
</style>
background-color css
<style>
a { background-color: #84AA9C; }
a { background-color: rgb(132,170,156); }
div.DivClassName
{
background-color: #84AA9C;
}
.BgClassName
{
background-color: #84AA9C;
}
</style>
border-color css
<style>
span { border-color: #84AA9C; }
span { border-color: rgb(132,170,156); }
td.TdClassName
{
border-color: #84AA9C;
}
.TagClassName
{
border-color: #84AA9C;
}
</style>