Shades of Padua #82A992
Tints of Padua #82A992
RGB
CMYK
RGB Variations
Color information
#82A992 (or 0x82A992) is known color: Padua. HEX triplet: 82, A9 and 92. RGB value is (130,169,146). Sum of RGB (Red+Green+Blue) = 130+169+146=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #82A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A992 is #7D566D. Grayscale: #9A9A9A. Windows color (decimal): -8214126 or 9611650. OLE color: 9611650.
HSL color Cylindrical-coordinate representation of color #82A992: hue angle of 144.62º 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 #82A992 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 146 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.34 |
| HSL | 144.62º | 0.18% | 0.59% | - |
| HSV(B) | 144.62º | 0.23% | 0.66% | - |
| XYZ | 28.58 | 35.2 | 32.48 | - |
| YUV | 154.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 146 | 0.23 | 0 | 0.14 | 0.34 | 144.62 | 0.18 | 0.59 |
| Hex | 82 | A9 | 92 | 17 | 0 | E | 22 | 91 | 12 | 3B |
| Octal | 202 | 251 | 222 | 27 | 0 | 16 | 42 | 221 | 22 | 73 |
| Binary | 10000010 | 10101001 | 10010010 | 10111 | 0 | 1110 | 100010 | 10010001 | 10010 | 111011 |
Color Harmonies of #82A992
Complementary color
Monochromatic Colors of #82A992
Black with #82A992
Text Example
Text Example
White with #82A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A992; }
p { color: rgb(130,169,146); }
H1.HeaderClassName
{
color: #82A992;
}
.AnyTagClassName
{
color: #82A992;
}
</style>
background-color css
<style>
a { background-color: #82A992; }
a { background-color: rgb(130,169,146); }
div.DivClassName
{
background-color: #82A992;
}
.BgClassName
{
background-color: #82A992;
}
</style>
border-color css
<style>
span { border-color: #82A992; }
span { border-color: rgb(130,169,146); }
td.TdClassName
{
border-color: #82A992;
}
.TagClassName
{
border-color: #82A992;
}
</style>