Shades of Padua #82BE9B
Tints of Padua #82BE9B
RGB
CMYK
RGB Variations
Color information
#82BE9B (or 0x82BE9B) is known color: Padua. HEX triplet: 82, BE and 9B. RGB value is (130,190,155). Sum of RGB (Red+Green+Blue) = 130+190+155=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE9B is #7D4164. Grayscale: #A8A8A8. Windows color (decimal): -8208741 or 10206850. OLE color: 10206850.
HSL color Cylindrical-coordinate representation of color #82BE9B: hue angle of 145º 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 #82BE9B is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 155 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.25 |
| HSL | 145º | 0.32% | 0.63% | - |
| HSV(B) | 145º | 0.32% | 0.75% | - |
| XYZ | 33.54 | 43.94 | 37.72 | - |
| YUV | 168.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 155 | 0.32 | 0 | 0.18 | 0.25 | 145 | 0.32 | 0.63 |
| Hex | 82 | BE | 9B | 20 | 0 | 12 | 19 | 91 | 20 | 3F |
| Octal | 202 | 276 | 233 | 40 | 0 | 22 | 31 | 221 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10011011 | 100000 | 0 | 10010 | 11001 | 10010001 | 100000 | 111111 |
Color Harmonies of #82BE9B
Complementary color
Monochromatic Colors of #82BE9B
Black with #82BE9B
Text Example
Text Example
White with #82BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE9B; }
p { color: rgb(130,190,155); }
H1.HeaderClassName
{
color: #82BE9B;
}
.AnyTagClassName
{
color: #82BE9B;
}
</style>
background-color css
<style>
a { background-color: #82BE9B; }
a { background-color: rgb(130,190,155); }
div.DivClassName
{
background-color: #82BE9B;
}
.BgClassName
{
background-color: #82BE9B;
}
</style>
border-color css
<style>
span { border-color: #82BE9B; }
span { border-color: rgb(130,190,155); }
td.TdClassName
{
border-color: #82BE9B;
}
.TagClassName
{
border-color: #82BE9B;
}
</style>