Shades of Padua #82B097
Tints of Padua #82B097
RGB
CMYK
RGB Variations
Color information
#82B097 (or 0x82B097) is known color: Padua. HEX triplet: 82, B0 and 97. RGB value is (130,176,151). Sum of RGB (Red+Green+Blue) = 130+176+151=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #82B097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B097 is #7D4F68. Grayscale: #9F9F9F. Windows color (decimal): -8212329 or 9941122. OLE color: 9941122.
HSL color Cylindrical-coordinate representation of color #82B097: hue angle of 147.39º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82B097 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 176 | 151 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.31 |
| HSL | 147.39º | 0.23% | 0.6% | - |
| HSV(B) | 147.39º | 0.26% | 0.69% | - |
| XYZ | 30.32 | 38.03 | 35.02 | - |
| YUV | 159.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 176 | 151 | 0.26 | 0 | 0.14 | 0.31 | 147.39 | 0.23 | 0.6 |
| Hex | 82 | B0 | 97 | 1A | 0 | E | 1F | 93 | 17 | 3C |
| Octal | 202 | 260 | 227 | 32 | 0 | 16 | 37 | 223 | 27 | 74 |
| Binary | 10000010 | 10110000 | 10010111 | 11010 | 0 | 1110 | 11111 | 10010011 | 10111 | 111100 |
Color Harmonies of #82B097
Complementary color
Monochromatic Colors of #82B097
Black with #82B097
Text Example
Text Example
White with #82B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B097; }
p { color: rgb(130,176,151); }
H1.HeaderClassName
{
color: #82B097;
}
.AnyTagClassName
{
color: #82B097;
}
</style>
background-color css
<style>
a { background-color: #82B097; }
a { background-color: rgb(130,176,151); }
div.DivClassName
{
background-color: #82B097;
}
.BgClassName
{
background-color: #82B097;
}
</style>
border-color css
<style>
span { border-color: #82B097; }
span { border-color: rgb(130,176,151); }
td.TdClassName
{
border-color: #82B097;
}
.TagClassName
{
border-color: #82B097;
}
</style>