Shades of Padua #81C29C
Tints of Padua #81C29C
RGB
CMYK
RGB Variations
Color information
#81C29C (or 0x81C29C) is known color: Padua. HEX triplet: 81, C2 and 9C. RGB value is (129,194,156). Sum of RGB (Red+Green+Blue) = 129+194+156=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #81C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C29C is #7E3D63. Grayscale: #AAAAAA. Windows color (decimal): -8273252 or 10273409. OLE color: 10273409.
HSL color Cylindrical-coordinate representation of color #81C29C: hue angle of 144.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C29C is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 156 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.24 |
| HSL | 144.92º | 0.35% | 0.63% | - |
| HSV(B) | 144.92º | 0.34% | 0.76% | - |
| XYZ | 34.35 | 45.65 | 38.45 | - |
| YUV | 170.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 156 | 0.34 | 0 | 0.20 | 0.24 | 144.92 | 0.35 | 0.63 |
| Hex | 81 | C2 | 9C | 22 | 0 | 14 | 18 | 91 | 23 | 3F |
| Octal | 201 | 302 | 234 | 42 | 0 | 24 | 30 | 221 | 43 | 77 |
| Binary | 10000001 | 11000010 | 10011100 | 100010 | 0 | 10100 | 11000 | 10010001 | 100011 | 111111 |
Color Harmonies of #81C29C
Complementary color
Monochromatic Colors of #81C29C
Black with #81C29C
Text Example
Text Example
White with #81C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C29C; }
p { color: rgb(129,194,156); }
H1.HeaderClassName
{
color: #81C29C;
}
.AnyTagClassName
{
color: #81C29C;
}
</style>
background-color css
<style>
a { background-color: #81C29C; }
a { background-color: rgb(129,194,156); }
div.DivClassName
{
background-color: #81C29C;
}
.BgClassName
{
background-color: #81C29C;
}
</style>
border-color css
<style>
span { border-color: #81C29C; }
span { border-color: rgb(129,194,156); }
td.TdClassName
{
border-color: #81C29C;
}
.TagClassName
{
border-color: #81C29C;
}
</style>