Shades of Padua #82C19B
Tints of Padua #82C19B
RGB
CMYK
RGB Variations
Color information
#82C19B (or 0x82C19B) is known color: Padua. HEX triplet: 82, C1 and 9B. RGB value is (130,193,155). Sum of RGB (Red+Green+Blue) = 130+193+155=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #82C19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C19B is #7D3E64. Grayscale: #A9A9A9. Windows color (decimal): -8207973 or 10207618. OLE color: 10207618.
HSL color Cylindrical-coordinate representation of color #82C19B: hue angle of 143.81º 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 #82C19B is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 155 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.24 |
| HSL | 143.81º | 0.34% | 0.63% | - |
| HSV(B) | 143.81º | 0.33% | 0.76% | - |
| XYZ | 34.19 | 45.25 | 37.94 | - |
| YUV | 169.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 155 | 0.33 | 0 | 0.20 | 0.24 | 143.81 | 0.34 | 0.63 |
| Hex | 82 | C1 | 9B | 21 | 0 | 14 | 18 | 90 | 22 | 3F |
| Octal | 202 | 301 | 233 | 41 | 0 | 24 | 30 | 220 | 42 | 77 |
| Binary | 10000010 | 11000001 | 10011011 | 100001 | 0 | 10100 | 11000 | 10010000 | 100010 | 111111 |
Color Harmonies of #82C19B
Complementary color
Monochromatic Colors of #82C19B
Black with #82C19B
Text Example
Text Example
White with #82C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C19B; }
p { color: rgb(130,193,155); }
H1.HeaderClassName
{
color: #82C19B;
}
.AnyTagClassName
{
color: #82C19B;
}
</style>
background-color css
<style>
a { background-color: #82C19B; }
a { background-color: rgb(130,193,155); }
div.DivClassName
{
background-color: #82C19B;
}
.BgClassName
{
background-color: #82C19B;
}
</style>
border-color css
<style>
span { border-color: #82C19B; }
span { border-color: rgb(130,193,155); }
td.TdClassName
{
border-color: #82C19B;
}
.TagClassName
{
border-color: #82C19B;
}
</style>