Shades of Padua #82AD97
Tints of Padua #82AD97
RGB
CMYK
RGB Variations
Color information
#82AD97 (or 0x82AD97) is known color: Padua. HEX triplet: 82, AD and 97. RGB value is (130,173,151). Sum of RGB (Red+Green+Blue) = 130+173+151=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AD97 is #7D5268. Grayscale: #9D9D9D. Windows color (decimal): -8213097 or 9940354. OLE color: 9940354.
HSL color Cylindrical-coordinate representation of color #82AD97: hue angle of 149.3º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82AD97 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 151 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.32 |
| HSL | 149.3º | 0.21% | 0.59% | - |
| HSV(B) | 149.3º | 0.25% | 0.68% | - |
| XYZ | 29.74 | 36.87 | 34.83 | - |
| YUV | 157.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 151 | 0.25 | 0 | 0.13 | 0.32 | 149.3 | 0.21 | 0.59 |
| Hex | 82 | AD | 97 | 19 | 0 | D | 20 | 95 | 15 | 3B |
| Octal | 202 | 255 | 227 | 31 | 0 | 15 | 40 | 225 | 25 | 73 |
| Binary | 10000010 | 10101101 | 10010111 | 11001 | 0 | 1101 | 100000 | 10010101 | 10101 | 111011 |
Color Harmonies of #82AD97
Complementary color
Monochromatic Colors of #82AD97
Black with #82AD97
Text Example
Text Example
White with #82AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD97; }
p { color: rgb(130,173,151); }
H1.HeaderClassName
{
color: #82AD97;
}
.AnyTagClassName
{
color: #82AD97;
}
</style>
background-color css
<style>
a { background-color: #82AD97; }
a { background-color: rgb(130,173,151); }
div.DivClassName
{
background-color: #82AD97;
}
.BgClassName
{
background-color: #82AD97;
}
</style>
border-color css
<style>
span { border-color: #82AD97; }
span { border-color: rgb(130,173,151); }
td.TdClassName
{
border-color: #82AD97;
}
.TagClassName
{
border-color: #82AD97;
}
</style>