Shades of Padua #82B99F
Tints of Padua #82B99F
RGB
CMYK
RGB Variations
Color information
#82B99F (or 0x82B99F) is known color: Padua. HEX triplet: 82, B9 and 9F. RGB value is (130,185,159). Sum of RGB (Red+Green+Blue) = 130+185+159=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #82B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B99F is #7D4660. Grayscale: #A5A5A5. Windows color (decimal): -8210017 or 10467714. OLE color: 10467714.
HSL color Cylindrical-coordinate representation of color #82B99F: hue angle of 151.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B99F is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 159 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.27 |
| HSL | 151.64º | 0.28% | 0.62% | - |
| HSV(B) | 151.64º | 0.3% | 0.73% | - |
| XYZ | 32.81 | 41.95 | 39.17 | - |
| YUV | 165.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 159 | 0.30 | 0 | 0.14 | 0.27 | 151.64 | 0.28 | 0.62 |
| Hex | 82 | B9 | 9F | 1E | 0 | E | 1B | 98 | 1C | 3E |
| Octal | 202 | 271 | 237 | 36 | 0 | 16 | 33 | 230 | 34 | 76 |
| Binary | 10000010 | 10111001 | 10011111 | 11110 | 0 | 1110 | 11011 | 10011000 | 11100 | 111110 |
Color Harmonies of #82B99F
Complementary color
Monochromatic Colors of #82B99F
Black with #82B99F
Text Example
Text Example
White with #82B99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B99F; }
p { color: rgb(130,185,159); }
H1.HeaderClassName
{
color: #82B99F;
}
.AnyTagClassName
{
color: #82B99F;
}
</style>
background-color css
<style>
a { background-color: #82B99F; }
a { background-color: rgb(130,185,159); }
div.DivClassName
{
background-color: #82B99F;
}
.BgClassName
{
background-color: #82B99F;
}
</style>
border-color css
<style>
span { border-color: #82B99F; }
span { border-color: rgb(130,185,159); }
td.TdClassName
{
border-color: #82B99F;
}
.TagClassName
{
border-color: #82B99F;
}
</style>