Shades of Cascade #82A098
Tints of Cascade #82A098
RGB
CMYK
RGB Variations
Color information
#82A098 (or 0x82A098) is known color: Cascade. HEX triplet: 82, A0 and 98. RGB value is (130,160,152). Sum of RGB (Red+Green+Blue) = 130+160+152=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #82A098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A098 is #7D5F67. Grayscale: #969696. Windows color (decimal): -8216424 or 10002562. OLE color: 10002562.
HSL color Cylindrical-coordinate representation of color #82A098: hue angle of 164º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A098 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 152 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.37 |
| HSL | 164º | 0.14% | 0.57% | - |
| HSV(B) | 164º | 0.19% | 0.63% | - |
| XYZ | 27.44 | 32.15 | 34.47 | - |
| YUV | 150.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 152 | 0.19 | 0 | 0.05 | 0.37 | 164 | 0.14 | 0.57 |
| Hex | 82 | A0 | 98 | 13 | 0 | 5 | 25 | A4 | E | 39 |
| Octal | 202 | 240 | 230 | 23 | 0 | 5 | 45 | 244 | 16 | 71 |
| Binary | 10000010 | 10100000 | 10011000 | 10011 | 0 | 101 | 100101 | 10100100 | 1110 | 111001 |
Color Harmonies of #82A098
Complementary color
Monochromatic Colors of #82A098
Black with #82A098
Text Example
Text Example
White with #82A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A098; }
p { color: rgb(130,160,152); }
H1.HeaderClassName
{
color: #82A098;
}
.AnyTagClassName
{
color: #82A098;
}
</style>
background-color css
<style>
a { background-color: #82A098; }
a { background-color: rgb(130,160,152); }
div.DivClassName
{
background-color: #82A098;
}
.BgClassName
{
background-color: #82A098;
}
</style>
border-color css
<style>
span { border-color: #82A098; }
span { border-color: rgb(130,160,152); }
td.TdClassName
{
border-color: #82A098;
}
.TagClassName
{
border-color: #82A098;
}
</style>