Shades of Cascade #82A59B
Tints of Cascade #82A59B
RGB
CMYK
RGB Variations
Color information
#82A59B (or 0x82A59B) is known color: Cascade. HEX triplet: 82, A5 and 9B. RGB value is (130,165,155). Sum of RGB (Red+Green+Blue) = 130+165+155=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #82A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A59B is #7D5A64. Grayscale: #999999. Windows color (decimal): -8215141 or 10200450. OLE color: 10200450.
HSL color Cylindrical-coordinate representation of color #82A59B: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A59B is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 165 | 155 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.35 |
| HSL | 162.86º | 0.16% | 0.58% | - |
| HSV(B) | 162.86º | 0.21% | 0.65% | - |
| XYZ | 28.58 | 34.02 | 36.07 | - |
| YUV | 153.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 165 | 155 | 0.21 | 0 | 0.06 | 0.35 | 162.86 | 0.16 | 0.58 |
| Hex | 82 | A5 | 9B | 15 | 0 | 6 | 23 | A3 | 10 | 3A |
| Octal | 202 | 245 | 233 | 25 | 0 | 6 | 43 | 243 | 20 | 72 |
| Binary | 10000010 | 10100101 | 10011011 | 10101 | 0 | 110 | 100011 | 10100011 | 10000 | 111010 |
Color Harmonies of #82A59B
Complementary color
Monochromatic Colors of #82A59B
Black with #82A59B
Text Example
Text Example
White with #82A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A59B; }
p { color: rgb(130,165,155); }
H1.HeaderClassName
{
color: #82A59B;
}
.AnyTagClassName
{
color: #82A59B;
}
</style>
background-color css
<style>
a { background-color: #82A59B; }
a { background-color: rgb(130,165,155); }
div.DivClassName
{
background-color: #82A59B;
}
.BgClassName
{
background-color: #82A59B;
}
</style>
border-color css
<style>
span { border-color: #82A59B; }
span { border-color: rgb(130,165,155); }
td.TdClassName
{
border-color: #82A59B;
}
.TagClassName
{
border-color: #82A59B;
}
</style>