Shades of Padua #82C29C
Tints of Padua #82C29C
RGB
CMYK
RGB Variations
Color information
#82C29C (or 0x82C29C) is known color: Padua. HEX triplet: 82, C2 and 9C. RGB value is (130,194,156). Sum of RGB (Red+Green+Blue) = 130+194+156=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #82C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C29C is #7D3D63. Grayscale: #AAAAAA. Windows color (decimal): -8207716 or 10273410. OLE color: 10273410.
HSL color Cylindrical-coordinate representation of color #82C29C: hue angle of 144.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C29C is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 156 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.24 |
| HSL | 144.38º | 0.34% | 0.64% | - |
| HSV(B) | 144.38º | 0.33% | 0.76% | - |
| XYZ | 34.5 | 45.73 | 38.46 | - |
| YUV | 170.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 156 | 0.33 | 0 | 0.20 | 0.24 | 144.38 | 0.34 | 0.64 |
| Hex | 82 | C2 | 9C | 21 | 0 | 14 | 18 | 90 | 22 | 40 |
| Octal | 202 | 302 | 234 | 41 | 0 | 24 | 30 | 220 | 42 | 100 |
| Binary | 10000010 | 11000010 | 10011100 | 100001 | 0 | 10100 | 11000 | 10010000 | 100010 | 1000000 |
Color Harmonies of #82C29C
Complementary color
Monochromatic Colors of #82C29C
Black with #82C29C
Text Example
Text Example
White with #82C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C29C; }
p { color: rgb(130,194,156); }
H1.HeaderClassName
{
color: #82C29C;
}
.AnyTagClassName
{
color: #82C29C;
}
</style>
background-color css
<style>
a { background-color: #82C29C; }
a { background-color: rgb(130,194,156); }
div.DivClassName
{
background-color: #82C29C;
}
.BgClassName
{
background-color: #82C29C;
}
</style>
border-color css
<style>
span { border-color: #82C29C; }
span { border-color: rgb(130,194,156); }
td.TdClassName
{
border-color: #82C29C;
}
.TagClassName
{
border-color: #82C29C;
}
</style>