Shades of Padua #81C9A0
Tints of Padua #81C9A0
RGB
CMYK
RGB Variations
Color information
#81C9A0 (or 0x81C9A0) is known color: Padua. HEX triplet: 81, C9 and A0. RGB value is (129,201,160). Sum of RGB (Red+Green+Blue) = 129+201+160=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #81C9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C9A0 is #7E365F. Grayscale: #AEAEAE. Windows color (decimal): -8271456 or 10537345. OLE color: 10537345.
HSL color Cylindrical-coordinate representation of color #81C9A0: hue angle of 145.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C9A0 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 160 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.21 |
| HSL | 145.83º | 0.4% | 0.65% | - |
| HSV(B) | 145.83º | 0.36% | 0.79% | - |
| XYZ | 36.29 | 48.98 | 40.8 | - |
| YUV | 174.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 160 | 0.36 | 0 | 0.20 | 0.21 | 145.83 | 0.4 | 0.65 |
| Hex | 81 | C9 | A0 | 24 | 0 | 14 | 15 | 92 | 28 | 41 |
| Octal | 201 | 311 | 240 | 44 | 0 | 24 | 25 | 222 | 50 | 101 |
| Binary | 10000001 | 11001001 | 10100000 | 100100 | 0 | 10100 | 10101 | 10010010 | 101000 | 1000001 |
Color Harmonies of #81C9A0
Complementary color
Monochromatic Colors of #81C9A0
Black with #81C9A0
Text Example
Text Example
White with #81C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C9A0; }
p { color: rgb(129,201,160); }
H1.HeaderClassName
{
color: #81C9A0;
}
.AnyTagClassName
{
color: #81C9A0;
}
</style>
background-color css
<style>
a { background-color: #81C9A0; }
a { background-color: rgb(129,201,160); }
div.DivClassName
{
background-color: #81C9A0;
}
.BgClassName
{
background-color: #81C9A0;
}
</style>
border-color css
<style>
span { border-color: #81C9A0; }
span { border-color: rgb(129,201,160); }
td.TdClassName
{
border-color: #81C9A0;
}
.TagClassName
{
border-color: #81C9A0;
}
</style>