Shades of Padua #81C9A4
Tints of Padua #81C9A4
RGB
CMYK
RGB Variations
Color information
#81C9A4 (or 0x81C9A4) is known color: Padua. HEX triplet: 81, C9 and A4. RGB value is (129,201,164). Sum of RGB (Red+Green+Blue) = 129+201+164=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #81C9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C9A4 is #7E365B. Grayscale: #AFAFAF. Windows color (decimal): -8271452 or 10799489. OLE color: 10799489.
HSL color Cylindrical-coordinate representation of color #81C9A4: hue angle of 149.17º 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 #81C9A4 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 164 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.21 |
| HSL | 149.17º | 0.4% | 0.65% | - |
| HSV(B) | 149.17º | 0.36% | 0.79% | - |
| XYZ | 36.64 | 49.12 | 42.67 | - |
| YUV | 175.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 164 | 0.36 | 0 | 0.18 | 0.21 | 149.17 | 0.4 | 0.65 |
| Hex | 81 | C9 | A4 | 24 | 0 | 12 | 15 | 95 | 28 | 41 |
| Octal | 201 | 311 | 244 | 44 | 0 | 22 | 25 | 225 | 50 | 101 |
| Binary | 10000001 | 11001001 | 10100100 | 100100 | 0 | 10010 | 10101 | 10010101 | 101000 | 1000001 |
Color Harmonies of #81C9A4
Complementary color
Monochromatic Colors of #81C9A4
Black with #81C9A4
Text Example
Text Example
White with #81C9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C9A4; }
p { color: rgb(129,201,164); }
H1.HeaderClassName
{
color: #81C9A4;
}
.AnyTagClassName
{
color: #81C9A4;
}
</style>
background-color css
<style>
a { background-color: #81C9A4; }
a { background-color: rgb(129,201,164); }
div.DivClassName
{
background-color: #81C9A4;
}
.BgClassName
{
background-color: #81C9A4;
}
</style>
border-color css
<style>
span { border-color: #81C9A4; }
span { border-color: rgb(129,201,164); }
td.TdClassName
{
border-color: #81C9A4;
}
.TagClassName
{
border-color: #81C9A4;
}
</style>