Shades of Padua #82B89E
Tints of Padua #82B89E
RGB
CMYK
RGB Variations
Color information
#82B89E (or 0x82B89E) is known color: Padua. HEX triplet: 82, B8 and 9E. RGB value is (130,184,158). Sum of RGB (Red+Green+Blue) = 130+184+158=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #82B89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B89E is #7D4761. Grayscale: #A4A4A4. Windows color (decimal): -8210274 or 10401922. OLE color: 10401922.
HSL color Cylindrical-coordinate representation of color #82B89E: hue angle of 151.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B89E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 158 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.28 |
| HSL | 151.11º | 0.28% | 0.62% | - |
| HSV(B) | 151.11º | 0.29% | 0.72% | - |
| XYZ | 32.52 | 41.5 | 38.64 | - |
| YUV | 164.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 158 | 0.29 | 0 | 0.14 | 0.28 | 151.11 | 0.28 | 0.62 |
| Hex | 82 | B8 | 9E | 1D | 0 | E | 1C | 97 | 1C | 3E |
| Octal | 202 | 270 | 236 | 35 | 0 | 16 | 34 | 227 | 34 | 76 |
| Binary | 10000010 | 10111000 | 10011110 | 11101 | 0 | 1110 | 11100 | 10010111 | 11100 | 111110 |
Color Harmonies of #82B89E
Complementary color
Monochromatic Colors of #82B89E
Black with #82B89E
Text Example
Text Example
White with #82B89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B89E; }
p { color: rgb(130,184,158); }
H1.HeaderClassName
{
color: #82B89E;
}
.AnyTagClassName
{
color: #82B89E;
}
</style>
background-color css
<style>
a { background-color: #82B89E; }
a { background-color: rgb(130,184,158); }
div.DivClassName
{
background-color: #82B89E;
}
.BgClassName
{
background-color: #82B89E;
}
</style>
border-color css
<style>
span { border-color: #82B89E; }
span { border-color: rgb(130,184,158); }
td.TdClassName
{
border-color: #82B89E;
}
.TagClassName
{
border-color: #82B89E;
}
</style>