Shades of Padua #82BC99
Tints of Padua #82BC99
RGB
CMYK
RGB Variations
Color information
#82BC99 (or 0x82BC99) is known color: Padua. HEX triplet: 82, BC and 99. RGB value is (130,188,153). Sum of RGB (Red+Green+Blue) = 130+188+153=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC99 is #7D4366. Grayscale: #A6A6A6. Windows color (decimal): -8209255 or 10075266. OLE color: 10075266.
HSL color Cylindrical-coordinate representation of color #82BC99: hue angle of 143.79º 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 #82BC99 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 153 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.26 |
| HSL | 143.79º | 0.3% | 0.62% | - |
| HSV(B) | 143.79º | 0.31% | 0.74% | - |
| XYZ | 32.94 | 43.01 | 36.7 | - |
| YUV | 166.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 153 | 0.31 | 0 | 0.19 | 0.26 | 143.79 | 0.3 | 0.62 |
| Hex | 82 | BC | 99 | 1F | 0 | 13 | 1A | 90 | 1E | 3E |
| Octal | 202 | 274 | 231 | 37 | 0 | 23 | 32 | 220 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10011001 | 11111 | 0 | 10011 | 11010 | 10010000 | 11110 | 111110 |
Color Harmonies of #82BC99
Complementary color
Monochromatic Colors of #82BC99
Black with #82BC99
Text Example
Text Example
White with #82BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC99; }
p { color: rgb(130,188,153); }
H1.HeaderClassName
{
color: #82BC99;
}
.AnyTagClassName
{
color: #82BC99;
}
</style>
background-color css
<style>
a { background-color: #82BC99; }
a { background-color: rgb(130,188,153); }
div.DivClassName
{
background-color: #82BC99;
}
.BgClassName
{
background-color: #82BC99;
}
</style>
border-color css
<style>
span { border-color: #82BC99; }
span { border-color: rgb(130,188,153); }
td.TdClassName
{
border-color: #82BC99;
}
.TagClassName
{
border-color: #82BC99;
}
</style>