Shades of Padua #82AA92
Tints of Padua #82AA92
RGB
CMYK
RGB Variations
Color information
#82AA92 (or 0x82AA92) is known color: Padua. HEX triplet: 82, AA and 92. RGB value is (130,170,146). Sum of RGB (Red+Green+Blue) = 130+170+146=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA92 is #7D556D. Grayscale: #9B9B9B. Windows color (decimal): -8213870 or 9611906. OLE color: 9611906.
HSL color Cylindrical-coordinate representation of color #82AA92: hue angle of 144º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AA92 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 146 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.33 |
| HSL | 144º | 0.19% | 0.59% | - |
| HSV(B) | 144º | 0.24% | 0.67% | - |
| XYZ | 28.77 | 35.57 | 32.54 | - |
| YUV | 155.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 146 | 0.24 | 0 | 0.14 | 0.33 | 144 | 0.19 | 0.59 |
| Hex | 82 | AA | 92 | 18 | 0 | E | 21 | 90 | 13 | 3B |
| Octal | 202 | 252 | 222 | 30 | 0 | 16 | 41 | 220 | 23 | 73 |
| Binary | 10000010 | 10101010 | 10010010 | 11000 | 0 | 1110 | 100001 | 10010000 | 10011 | 111011 |
Color Harmonies of #82AA92
Complementary color
Monochromatic Colors of #82AA92
Black with #82AA92
Text Example
Text Example
White with #82AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA92; }
p { color: rgb(130,170,146); }
H1.HeaderClassName
{
color: #82AA92;
}
.AnyTagClassName
{
color: #82AA92;
}
</style>
background-color css
<style>
a { background-color: #82AA92; }
a { background-color: rgb(130,170,146); }
div.DivClassName
{
background-color: #82AA92;
}
.BgClassName
{
background-color: #82AA92;
}
</style>
border-color css
<style>
span { border-color: #82AA92; }
span { border-color: rgb(130,170,146); }
td.TdClassName
{
border-color: #82AA92;
}
.TagClassName
{
border-color: #82AA92;
}
</style>