Shades of Cascade #82A99C
Tints of Cascade #82A99C
RGB
CMYK
RGB Variations
Color information
#82A99C (or 0x82A99C) is known color: Cascade. HEX triplet: 82, A9 and 9C. RGB value is (130,169,156). Sum of RGB (Red+Green+Blue) = 130+169+156=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #82A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A99C is #7D5663. Grayscale: #9B9B9B. Windows color (decimal): -8214116 or 10267010. OLE color: 10267010.
HSL color Cylindrical-coordinate representation of color #82A99C: hue angle of 160º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A99C is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 156 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.34 |
| HSL | 160º | 0.18% | 0.59% | - |
| HSV(B) | 160º | 0.23% | 0.66% | - |
| XYZ | 29.39 | 35.52 | 36.76 | - |
| YUV | 155.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 156 | 0.23 | 0 | 0.08 | 0.34 | 160 | 0.18 | 0.59 |
| Hex | 82 | A9 | 9C | 17 | 0 | 8 | 22 | A0 | 12 | 3B |
| Octal | 202 | 251 | 234 | 27 | 0 | 10 | 42 | 240 | 22 | 73 |
| Binary | 10000010 | 10101001 | 10011100 | 10111 | 0 | 1000 | 100010 | 10100000 | 10010 | 111011 |
Color Harmonies of #82A99C
Complementary color
Monochromatic Colors of #82A99C
Black with #82A99C
Text Example
Text Example
White with #82A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A99C; }
p { color: rgb(130,169,156); }
H1.HeaderClassName
{
color: #82A99C;
}
.AnyTagClassName
{
color: #82A99C;
}
</style>
background-color css
<style>
a { background-color: #82A99C; }
a { background-color: rgb(130,169,156); }
div.DivClassName
{
background-color: #82A99C;
}
.BgClassName
{
background-color: #82A99C;
}
</style>
border-color css
<style>
span { border-color: #82A99C; }
span { border-color: rgb(130,169,156); }
td.TdClassName
{
border-color: #82A99C;
}
.TagClassName
{
border-color: #82A99C;
}
</style>