Shades of Padua #82BF9C
Tints of Padua #82BF9C
RGB
CMYK
RGB Variations
Color information
#82BF9C (or 0x82BF9C) is known color: Padua. HEX triplet: 82, BF and 9C. RGB value is (130,191,156). Sum of RGB (Red+Green+Blue) = 130+191+156=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BF9C is #7D4063. Grayscale: #A8A8A8. Windows color (decimal): -8208484 or 10272642. OLE color: 10272642.
HSL color Cylindrical-coordinate representation of color #82BF9C: hue angle of 145.57º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BF9C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 156 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.25 |
| HSL | 145.57º | 0.32% | 0.63% | - |
| HSV(B) | 145.57º | 0.32% | 0.75% | - |
| XYZ | 33.84 | 44.41 | 38.24 | - |
| YUV | 168.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 156 | 0.32 | 0 | 0.18 | 0.25 | 145.57 | 0.32 | 0.63 |
| Hex | 82 | BF | 9C | 20 | 0 | 12 | 19 | 92 | 20 | 3F |
| Octal | 202 | 277 | 234 | 40 | 0 | 22 | 31 | 222 | 40 | 77 |
| Binary | 10000010 | 10111111 | 10011100 | 100000 | 0 | 10010 | 11001 | 10010010 | 100000 | 111111 |
Color Harmonies of #82BF9C
Complementary color
Monochromatic Colors of #82BF9C
Black with #82BF9C
Text Example
Text Example
White with #82BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BF9C; }
p { color: rgb(130,191,156); }
H1.HeaderClassName
{
color: #82BF9C;
}
.AnyTagClassName
{
color: #82BF9C;
}
</style>
background-color css
<style>
a { background-color: #82BF9C; }
a { background-color: rgb(130,191,156); }
div.DivClassName
{
background-color: #82BF9C;
}
.BgClassName
{
background-color: #82BF9C;
}
</style>
border-color css
<style>
span { border-color: #82BF9C; }
span { border-color: rgb(130,191,156); }
td.TdClassName
{
border-color: #82BF9C;
}
.TagClassName
{
border-color: #82BF9C;
}
</style>