Shades of Padua #82BE9E
Tints of Padua #82BE9E
RGB
CMYK
RGB Variations
Color information
#82BE9E (or 0x82BE9E) is known color: Padua. HEX triplet: 82, BE and 9E. RGB value is (130,190,158). Sum of RGB (Red+Green+Blue) = 130+190+158=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE9E is #7D4161. Grayscale: #A8A8A8. Windows color (decimal): -8208738 or 10403458. OLE color: 10403458.
HSL color Cylindrical-coordinate representation of color #82BE9E: hue angle of 148º 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 #82BE9E is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 158 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.25 |
| HSL | 148º | 0.32% | 0.63% | - |
| HSV(B) | 148º | 0.32% | 0.75% | - |
| XYZ | 33.79 | 44.04 | 39.07 | - |
| YUV | 168.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 158 | 0.32 | 0 | 0.17 | 0.25 | 148 | 0.32 | 0.63 |
| Hex | 82 | BE | 9E | 20 | 0 | 11 | 19 | 94 | 20 | 3F |
| Octal | 202 | 276 | 236 | 40 | 0 | 21 | 31 | 224 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10011110 | 100000 | 0 | 10001 | 11001 | 10010100 | 100000 | 111111 |
Color Harmonies of #82BE9E
Complementary color
Monochromatic Colors of #82BE9E
Black with #82BE9E
Text Example
Text Example
White with #82BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE9E; }
p { color: rgb(130,190,158); }
H1.HeaderClassName
{
color: #82BE9E;
}
.AnyTagClassName
{
color: #82BE9E;
}
</style>
background-color css
<style>
a { background-color: #82BE9E; }
a { background-color: rgb(130,190,158); }
div.DivClassName
{
background-color: #82BE9E;
}
.BgClassName
{
background-color: #82BE9E;
}
</style>
border-color css
<style>
span { border-color: #82BE9E; }
span { border-color: rgb(130,190,158); }
td.TdClassName
{
border-color: #82BE9E;
}
.TagClassName
{
border-color: #82BE9E;
}
</style>