Shades of Padua #82C19D
Tints of Padua #82C19D
RGB
CMYK
RGB Variations
Color information
#82C19D (or 0x82C19D) is known color: Padua. HEX triplet: 82, C1 and 9D. RGB value is (130,193,157). Sum of RGB (Red+Green+Blue) = 130+193+157=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #82C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C19D is #7D3E62. Grayscale: #AAAAAA. Windows color (decimal): -8207971 or 10338690. OLE color: 10338690.
HSL color Cylindrical-coordinate representation of color #82C19D: hue angle of 145.71º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C19D is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 157 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.24 |
| HSL | 145.71º | 0.34% | 0.63% | - |
| HSV(B) | 145.71º | 0.33% | 0.76% | - |
| XYZ | 34.36 | 45.32 | 38.83 | - |
| YUV | 170.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 157 | 0.33 | 0 | 0.19 | 0.24 | 145.71 | 0.34 | 0.63 |
| Hex | 82 | C1 | 9D | 21 | 0 | 13 | 18 | 92 | 22 | 3F |
| Octal | 202 | 301 | 235 | 41 | 0 | 23 | 30 | 222 | 42 | 77 |
| Binary | 10000010 | 11000001 | 10011101 | 100001 | 0 | 10011 | 11000 | 10010010 | 100010 | 111111 |
Color Harmonies of #82C19D
Complementary color
Monochromatic Colors of #82C19D
Black with #82C19D
Text Example
Text Example
White with #82C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C19D; }
p { color: rgb(130,193,157); }
H1.HeaderClassName
{
color: #82C19D;
}
.AnyTagClassName
{
color: #82C19D;
}
</style>
background-color css
<style>
a { background-color: #82C19D; }
a { background-color: rgb(130,193,157); }
div.DivClassName
{
background-color: #82C19D;
}
.BgClassName
{
background-color: #82C19D;
}
</style>
border-color css
<style>
span { border-color: #82C19D; }
span { border-color: rgb(130,193,157); }
td.TdClassName
{
border-color: #82C19D;
}
.TagClassName
{
border-color: #82C19D;
}
</style>