Shades of Padua #82C49D
Tints of Padua #82C49D
RGB
CMYK
RGB Variations
Color information
#82C49D (or 0x82C49D) is known color: Padua. HEX triplet: 82, C4 and 9D. RGB value is (130,196,157). Sum of RGB (Red+Green+Blue) = 130+196+157=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #82C49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C49D is #7D3B62. Grayscale: #ABABAB. Windows color (decimal): -8207203 or 10339458. OLE color: 10339458.
HSL color Cylindrical-coordinate representation of color #82C49D: hue angle of 144.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82C49D is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 157 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.23 |
| HSL | 144.55º | 0.36% | 0.64% | - |
| HSV(B) | 144.55º | 0.34% | 0.77% | - |
| XYZ | 35.03 | 46.66 | 39.06 | - |
| YUV | 171.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 157 | 0.34 | 0 | 0.20 | 0.23 | 144.55 | 0.36 | 0.64 |
| Hex | 82 | C4 | 9D | 22 | 0 | 14 | 17 | 91 | 24 | 40 |
| Octal | 202 | 304 | 235 | 42 | 0 | 24 | 27 | 221 | 44 | 100 |
| Binary | 10000010 | 11000100 | 10011101 | 100010 | 0 | 10100 | 10111 | 10010001 | 100100 | 1000000 |
Color Harmonies of #82C49D
Complementary color
Monochromatic Colors of #82C49D
Black with #82C49D
Text Example
Text Example
White with #82C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C49D; }
p { color: rgb(130,196,157); }
H1.HeaderClassName
{
color: #82C49D;
}
.AnyTagClassName
{
color: #82C49D;
}
</style>
background-color css
<style>
a { background-color: #82C49D; }
a { background-color: rgb(130,196,157); }
div.DivClassName
{
background-color: #82C49D;
}
.BgClassName
{
background-color: #82C49D;
}
</style>
border-color css
<style>
span { border-color: #82C49D; }
span { border-color: rgb(130,196,157); }
td.TdClassName
{
border-color: #82C49D;
}
.TagClassName
{
border-color: #82C49D;
}
</style>