Shades of Padua #82B199
Tints of Padua #82B199
RGB
CMYK
RGB Variations
Color information
#82B199 (or 0x82B199) is known color: Padua. HEX triplet: 82, B1 and 99. RGB value is (130,177,153). Sum of RGB (Red+Green+Blue) = 130+177+153=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #82B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B199 is #7D4E66. Grayscale: #A0A0A0. Windows color (decimal): -8212071 or 10072450. OLE color: 10072450.
HSL color Cylindrical-coordinate representation of color #82B199: hue angle of 149.36º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B199 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 177 | 153 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.31 |
| HSL | 149.36º | 0.23% | 0.6% | - |
| HSV(B) | 149.36º | 0.27% | 0.69% | - |
| XYZ | 30.68 | 38.49 | 35.95 | - |
| YUV | 160.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 153 | 0.27 | 0 | 0.14 | 0.31 | 149.36 | 0.23 | 0.6 |
| Hex | 82 | B1 | 99 | 1B | 0 | E | 1F | 95 | 17 | 3C |
| Octal | 202 | 261 | 231 | 33 | 0 | 16 | 37 | 225 | 27 | 74 |
| Binary | 10000010 | 10110001 | 10011001 | 11011 | 0 | 1110 | 11111 | 10010101 | 10111 | 111100 |
Color Harmonies of #82B199
Complementary color
Monochromatic Colors of #82B199
Black with #82B199
Text Example
Text Example
White with #82B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B199; }
p { color: rgb(130,177,153); }
H1.HeaderClassName
{
color: #82B199;
}
.AnyTagClassName
{
color: #82B199;
}
</style>
background-color css
<style>
a { background-color: #82B199; }
a { background-color: rgb(130,177,153); }
div.DivClassName
{
background-color: #82B199;
}
.BgClassName
{
background-color: #82B199;
}
</style>
border-color css
<style>
span { border-color: #82B199; }
span { border-color: rgb(130,177,153); }
td.TdClassName
{
border-color: #82B199;
}
.TagClassName
{
border-color: #82B199;
}
</style>