Shades of Padua #82C2A5
Tints of Padua #82C2A5
RGB
CMYK
RGB Variations
Color information
#82C2A5 (or 0x82C2A5) is known color: Padua. HEX triplet: 82, C2 and A5. RGB value is (130,194,165). Sum of RGB (Red+Green+Blue) = 130+194+165=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #82C2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C2A5 is #7D3D5A. Grayscale: #ABABAB. Windows color (decimal): -8207707 or 10863234. OLE color: 10863234.
HSL color Cylindrical-coordinate representation of color #82C2A5: hue angle of 152.81º 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 #82C2A5 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 165 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.24 |
| HSL | 152.81º | 0.34% | 0.64% | - |
| HSV(B) | 152.81º | 0.33% | 0.76% | - |
| XYZ | 35.29 | 46.05 | 42.63 | - |
| YUV | 171.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 165 | 0.33 | 0 | 0.15 | 0.24 | 152.81 | 0.34 | 0.64 |
| Hex | 82 | C2 | A5 | 21 | 0 | F | 18 | 99 | 22 | 40 |
| Octal | 202 | 302 | 245 | 41 | 0 | 17 | 30 | 231 | 42 | 100 |
| Binary | 10000010 | 11000010 | 10100101 | 100001 | 0 | 1111 | 11000 | 10011001 | 100010 | 1000000 |
Color Harmonies of #82C2A5
Complementary color
Monochromatic Colors of #82C2A5
Black with #82C2A5
Text Example
Text Example
White with #82C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C2A5; }
p { color: rgb(130,194,165); }
H1.HeaderClassName
{
color: #82C2A5;
}
.AnyTagClassName
{
color: #82C2A5;
}
</style>
background-color css
<style>
a { background-color: #82C2A5; }
a { background-color: rgb(130,194,165); }
div.DivClassName
{
background-color: #82C2A5;
}
.BgClassName
{
background-color: #82C2A5;
}
</style>
border-color css
<style>
span { border-color: #82C2A5; }
span { border-color: rgb(130,194,165); }
td.TdClassName
{
border-color: #82C2A5;
}
.TagClassName
{
border-color: #82C2A5;
}
</style>