Shades of Padua #82BC9A
Tints of Padua #82BC9A
RGB
CMYK
RGB Variations
Color information
#82BC9A (or 0x82BC9A) is known color: Padua. HEX triplet: 82, BC and 9A. RGB value is (130,188,154). Sum of RGB (Red+Green+Blue) = 130+188+154=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC9A is #7D4365. Grayscale: #A6A6A6. Windows color (decimal): -8209254 or 10140802. OLE color: 10140802.
HSL color Cylindrical-coordinate representation of color #82BC9A: hue angle of 144.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BC9A is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 154 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.26 |
| HSL | 144.83º | 0.3% | 0.62% | - |
| HSV(B) | 144.83º | 0.31% | 0.74% | - |
| XYZ | 33.02 | 43.05 | 37.14 | - |
| YUV | 166.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 154 | 0.31 | 0 | 0.18 | 0.26 | 144.83 | 0.3 | 0.62 |
| Hex | 82 | BC | 9A | 1F | 0 | 12 | 1A | 91 | 1E | 3E |
| Octal | 202 | 274 | 232 | 37 | 0 | 22 | 32 | 221 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10011010 | 11111 | 0 | 10010 | 11010 | 10010001 | 11110 | 111110 |
Color Harmonies of #82BC9A
Complementary color
Monochromatic Colors of #82BC9A
Black with #82BC9A
Text Example
Text Example
White with #82BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC9A; }
p { color: rgb(130,188,154); }
H1.HeaderClassName
{
color: #82BC9A;
}
.AnyTagClassName
{
color: #82BC9A;
}
</style>
background-color css
<style>
a { background-color: #82BC9A; }
a { background-color: rgb(130,188,154); }
div.DivClassName
{
background-color: #82BC9A;
}
.BgClassName
{
background-color: #82BC9A;
}
</style>
border-color css
<style>
span { border-color: #82BC9A; }
span { border-color: rgb(130,188,154); }
td.TdClassName
{
border-color: #82BC9A;
}
.TagClassName
{
border-color: #82BC9A;
}
</style>