Shades of Cascade #82A49F
Tints of Cascade #82A49F
RGB
CMYK
RGB Variations
Color information
#82A49F (or 0x82A49F) is known color: Cascade. HEX triplet: 82, A4 and 9F. RGB value is (130,164,159). Sum of RGB (Red+Green+Blue) = 130+164+159=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 164 - color contains mainly: green. Hex color #82A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A49F is #7D5B60. Grayscale: #999999. Windows color (decimal): -8215393 or 10462338. OLE color: 10462338.
HSL color Cylindrical-coordinate representation of color #82A49F: hue angle of 171.18º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A49F is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 159 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.36 |
| HSL | 171.18º | 0.16% | 0.58% | - |
| HSV(B) | 171.18º | 0.21% | 0.64% | - |
| XYZ | 28.74 | 33.8 | 37.81 | - |
| YUV | 153.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 159 | 0.21 | 0 | 0.03 | 0.36 | 171.18 | 0.16 | 0.58 |
| Hex | 82 | A4 | 9F | 15 | 0 | 3 | 24 | AB | 10 | 3A |
| Octal | 202 | 244 | 237 | 25 | 0 | 3 | 44 | 253 | 20 | 72 |
| Binary | 10000010 | 10100100 | 10011111 | 10101 | 0 | 11 | 100100 | 10101011 | 10000 | 111010 |
Color Harmonies of #82A49F
Complementary color
Monochromatic Colors of #82A49F
Black with #82A49F
Text Example
Text Example
White with #82A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A49F; }
p { color: rgb(130,164,159); }
H1.HeaderClassName
{
color: #82A49F;
}
.AnyTagClassName
{
color: #82A49F;
}
</style>
background-color css
<style>
a { background-color: #82A49F; }
a { background-color: rgb(130,164,159); }
div.DivClassName
{
background-color: #82A49F;
}
.BgClassName
{
background-color: #82A49F;
}
</style>
border-color css
<style>
span { border-color: #82A49F; }
span { border-color: rgb(130,164,159); }
td.TdClassName
{
border-color: #82A49F;
}
.TagClassName
{
border-color: #82A49F;
}
</style>