Shades of Padua #81B696
Tints of Padua #81B696
RGB
CMYK
RGB Variations
Color information
#81B696 (or 0x81B696) is known color: Padua. HEX triplet: 81, B6 and 96. RGB value is (129,182,150). Sum of RGB (Red+Green+Blue) = 129+182+150=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #81B696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B696 is #7E4969. Grayscale: #A2A2A2. Windows color (decimal): -8276330 or 9877121. OLE color: 9877121.
HSL color Cylindrical-coordinate representation of color #81B696: hue angle of 143.77º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B696 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 182 | 150 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.29 |
| HSL | 143.77º | 0.27% | 0.61% | - |
| HSV(B) | 143.77º | 0.29% | 0.71% | - |
| XYZ | 31.29 | 40.33 | 34.99 | - |
| YUV | 162.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 182 | 150 | 0.29 | 0 | 0.18 | 0.29 | 143.77 | 0.27 | 0.61 |
| Hex | 81 | B6 | 96 | 1D | 0 | 12 | 1D | 90 | 1B | 3D |
| Octal | 201 | 266 | 226 | 35 | 0 | 22 | 35 | 220 | 33 | 75 |
| Binary | 10000001 | 10110110 | 10010110 | 11101 | 0 | 10010 | 11101 | 10010000 | 11011 | 111101 |
Color Harmonies of #81B696
Complementary color
Monochromatic Colors of #81B696
Black with #81B696
Text Example
Text Example
White with #81B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B696; }
p { color: rgb(129,182,150); }
H1.HeaderClassName
{
color: #81B696;
}
.AnyTagClassName
{
color: #81B696;
}
</style>
background-color css
<style>
a { background-color: #81B696; }
a { background-color: rgb(129,182,150); }
div.DivClassName
{
background-color: #81B696;
}
.BgClassName
{
background-color: #81B696;
}
</style>
border-color css
<style>
span { border-color: #81B696; }
span { border-color: rgb(129,182,150); }
td.TdClassName
{
border-color: #81B696;
}
.TagClassName
{
border-color: #81B696;
}
</style>