Shades of Padua #82BEA1
Tints of Padua #82BEA1
RGB
CMYK
RGB Variations
Color information
#82BEA1 (or 0x82BEA1) is known color: Padua. HEX triplet: 82, BE and A1. RGB value is (130,190,161). Sum of RGB (Red+Green+Blue) = 130+190+161=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEA1 is #7D415E. Grayscale: #A8A8A8. Windows color (decimal): -8208735 or 10600066. OLE color: 10600066.
HSL color Cylindrical-coordinate representation of color #82BEA1: hue angle of 151º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEA1 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 161 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.25 |
| HSL | 151º | 0.32% | 0.63% | - |
| HSV(B) | 151º | 0.32% | 0.75% | - |
| XYZ | 34.05 | 44.15 | 40.44 | - |
| YUV | 168.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 161 | 0.32 | 0 | 0.15 | 0.25 | 151 | 0.32 | 0.63 |
| Hex | 82 | BE | A1 | 20 | 0 | F | 19 | 97 | 20 | 3F |
| Octal | 202 | 276 | 241 | 40 | 0 | 17 | 31 | 227 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10100001 | 100000 | 0 | 1111 | 11001 | 10010111 | 100000 | 111111 |
Color Harmonies of #82BEA1
Complementary color
Monochromatic Colors of #82BEA1
Black with #82BEA1
Text Example
Text Example
White with #82BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEA1; }
p { color: rgb(130,190,161); }
H1.HeaderClassName
{
color: #82BEA1;
}
.AnyTagClassName
{
color: #82BEA1;
}
</style>
background-color css
<style>
a { background-color: #82BEA1; }
a { background-color: rgb(130,190,161); }
div.DivClassName
{
background-color: #82BEA1;
}
.BgClassName
{
background-color: #82BEA1;
}
</style>
border-color css
<style>
span { border-color: #82BEA1; }
span { border-color: rgb(130,190,161); }
td.TdClassName
{
border-color: #82BEA1;
}
.TagClassName
{
border-color: #82BEA1;
}
</style>