Shades of Cascade #82AB9C
Tints of Cascade #82AB9C
RGB
CMYK
RGB Variations
Color information
#82AB9C (or 0x82AB9C) is known color: Cascade. HEX triplet: 82, AB and 9C. RGB value is (130,171,156). Sum of RGB (Red+Green+Blue) = 130+171+156=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB9C is #7D5463. Grayscale: #9D9D9D. Windows color (decimal): -8213604 or 10267522. OLE color: 10267522.
HSL color Cylindrical-coordinate representation of color #82AB9C: hue angle of 158.05º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AB9C is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 156 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.33 |
| HSL | 158.05º | 0.2% | 0.59% | - |
| HSV(B) | 158.05º | 0.24% | 0.67% | - |
| XYZ | 29.77 | 36.27 | 36.88 | - |
| YUV | 157.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 156 | 0.24 | 0 | 0.09 | 0.33 | 158.05 | 0.2 | 0.59 |
| Hex | 82 | AB | 9C | 18 | 0 | 9 | 21 | 9E | 14 | 3B |
| Octal | 202 | 253 | 234 | 30 | 0 | 11 | 41 | 236 | 24 | 73 |
| Binary | 10000010 | 10101011 | 10011100 | 11000 | 0 | 1001 | 100001 | 10011110 | 10100 | 111011 |
Color Harmonies of #82AB9C
Complementary color
Monochromatic Colors of #82AB9C
Black with #82AB9C
Text Example
Text Example
White with #82AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB9C; }
p { color: rgb(130,171,156); }
H1.HeaderClassName
{
color: #82AB9C;
}
.AnyTagClassName
{
color: #82AB9C;
}
</style>
background-color css
<style>
a { background-color: #82AB9C; }
a { background-color: rgb(130,171,156); }
div.DivClassName
{
background-color: #82AB9C;
}
.BgClassName
{
background-color: #82AB9C;
}
</style>
border-color css
<style>
span { border-color: #82AB9C; }
span { border-color: rgb(130,171,156); }
td.TdClassName
{
border-color: #82AB9C;
}
.TagClassName
{
border-color: #82AB9C;
}
</style>