Shades of Padua #81C49C
Tints of Padua #81C49C
RGB
CMYK
RGB Variations
Color information
#81C49C (or 0x81C49C) is known color: Padua. HEX triplet: 81, C4 and 9C. RGB value is (129,196,156). Sum of RGB (Red+Green+Blue) = 129+196+156=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #81C49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C49C is #7E3B63. Grayscale: #ABABAB. Windows color (decimal): -8272740 or 10273921. OLE color: 10273921.
HSL color Cylindrical-coordinate representation of color #81C49C: hue angle of 144.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C49C is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 196 | 156 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.23 |
| HSL | 144.18º | 0.36% | 0.64% | - |
| HSV(B) | 144.18º | 0.34% | 0.77% | - |
| XYZ | 34.79 | 46.55 | 38.6 | - |
| YUV | 171.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 196 | 156 | 0.34 | 0 | 0.20 | 0.23 | 144.18 | 0.36 | 0.64 |
| Hex | 81 | C4 | 9C | 22 | 0 | 14 | 17 | 90 | 24 | 40 |
| Octal | 201 | 304 | 234 | 42 | 0 | 24 | 27 | 220 | 44 | 100 |
| Binary | 10000001 | 11000100 | 10011100 | 100010 | 0 | 10100 | 10111 | 10010000 | 100100 | 1000000 |
Color Harmonies of #81C49C
Complementary color
Monochromatic Colors of #81C49C
Black with #81C49C
Text Example
Text Example
White with #81C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C49C; }
p { color: rgb(129,196,156); }
H1.HeaderClassName
{
color: #81C49C;
}
.AnyTagClassName
{
color: #81C49C;
}
</style>
background-color css
<style>
a { background-color: #81C49C; }
a { background-color: rgb(129,196,156); }
div.DivClassName
{
background-color: #81C49C;
}
.BgClassName
{
background-color: #81C49C;
}
</style>
border-color css
<style>
span { border-color: #81C49C; }
span { border-color: rgb(129,196,156); }
td.TdClassName
{
border-color: #81C49C;
}
.TagClassName
{
border-color: #81C49C;
}
</style>