Shades of Padua #82BA9A
Tints of Padua #82BA9A
RGB
CMYK
RGB Variations
Color information
#82BA9A (or 0x82BA9A) is known color: Padua. HEX triplet: 82, BA and 9A. RGB value is (130,186,154). Sum of RGB (Red+Green+Blue) = 130+186+154=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BA9A is #7D4565. Grayscale: #A5A5A5. Windows color (decimal): -8209766 or 10140290. OLE color: 10140290.
HSL color Cylindrical-coordinate representation of color #82BA9A: hue angle of 145.71º degrees, saturation: 0.29, 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 #82BA9A is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 154 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.27 |
| HSL | 145.71º | 0.29% | 0.62% | - |
| HSV(B) | 145.71º | 0.3% | 0.73% | - |
| XYZ | 32.6 | 42.2 | 37 | - |
| YUV | 165.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 154 | 0.30 | 0 | 0.17 | 0.27 | 145.71 | 0.29 | 0.62 |
| Hex | 82 | BA | 9A | 1E | 0 | 11 | 1B | 92 | 1D | 3E |
| Octal | 202 | 272 | 232 | 36 | 0 | 21 | 33 | 222 | 35 | 76 |
| Binary | 10000010 | 10111010 | 10011010 | 11110 | 0 | 10001 | 11011 | 10010010 | 11101 | 111110 |
Color Harmonies of #82BA9A
Complementary color
Monochromatic Colors of #82BA9A
Black with #82BA9A
Text Example
Text Example
White with #82BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA9A; }
p { color: rgb(130,186,154); }
H1.HeaderClassName
{
color: #82BA9A;
}
.AnyTagClassName
{
color: #82BA9A;
}
</style>
background-color css
<style>
a { background-color: #82BA9A; }
a { background-color: rgb(130,186,154); }
div.DivClassName
{
background-color: #82BA9A;
}
.BgClassName
{
background-color: #82BA9A;
}
</style>
border-color css
<style>
span { border-color: #82BA9A; }
span { border-color: rgb(130,186,154); }
td.TdClassName
{
border-color: #82BA9A;
}
.TagClassName
{
border-color: #82BA9A;
}
</style>