Shades of Cascade #82A89B
Tints of Cascade #82A89B
RGB
CMYK
RGB Variations
Color information
#82A89B (or 0x82A89B) is known color: Cascade. HEX triplet: 82, A8 and 9B. RGB value is (130,168,155). Sum of RGB (Red+Green+Blue) = 130+168+155=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 168 - color contains mainly: green. Hex color #82A89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A89B is #7D5764. Grayscale: #9B9B9B. Windows color (decimal): -8214373 or 10201218. OLE color: 10201218.
HSL color Cylindrical-coordinate representation of color #82A89B: hue angle of 159.47º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A89B is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 155 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.34 |
| HSL | 159.47º | 0.18% | 0.58% | - |
| HSV(B) | 159.47º | 0.23% | 0.66% | - |
| XYZ | 29.12 | 35.12 | 36.25 | - |
| YUV | 155.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 155 | 0.23 | 0 | 0.08 | 0.34 | 159.47 | 0.18 | 0.58 |
| Hex | 82 | A8 | 9B | 17 | 0 | 8 | 22 | 9F | 12 | 3A |
| Octal | 202 | 250 | 233 | 27 | 0 | 10 | 42 | 237 | 22 | 72 |
| Binary | 10000010 | 10101000 | 10011011 | 10111 | 0 | 1000 | 100010 | 10011111 | 10010 | 111010 |
Color Harmonies of #82A89B
Complementary color
Monochromatic Colors of #82A89B
Black with #82A89B
Text Example
Text Example
White with #82A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A89B; }
p { color: rgb(130,168,155); }
H1.HeaderClassName
{
color: #82A89B;
}
.AnyTagClassName
{
color: #82A89B;
}
</style>
background-color css
<style>
a { background-color: #82A89B; }
a { background-color: rgb(130,168,155); }
div.DivClassName
{
background-color: #82A89B;
}
.BgClassName
{
background-color: #82A89B;
}
</style>
border-color css
<style>
span { border-color: #82A89B; }
span { border-color: rgb(130,168,155); }
td.TdClassName
{
border-color: #82A89B;
}
.TagClassName
{
border-color: #82A89B;
}
</style>