Shades of Padua #81C19F
Tints of Padua #81C19F
RGB
CMYK
RGB Variations
Color information
#81C19F (or 0x81C19F) is known color: Padua. HEX triplet: 81, C1 and 9F. RGB value is (129,193,159). Sum of RGB (Red+Green+Blue) = 129+193+159=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #81C19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C19F is #7E3E60. Grayscale: #AAAAAA. Windows color (decimal): -8273505 or 10469761. OLE color: 10469761.
HSL color Cylindrical-coordinate representation of color #81C19F: hue angle of 148.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C19F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 159 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.24 |
| HSL | 148.13º | 0.34% | 0.63% | - |
| HSV(B) | 148.13º | 0.33% | 0.76% | - |
| XYZ | 34.38 | 45.31 | 39.73 | - |
| YUV | 169.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 159 | 0.33 | 0 | 0.18 | 0.24 | 148.13 | 0.34 | 0.63 |
| Hex | 81 | C1 | 9F | 21 | 0 | 12 | 18 | 94 | 22 | 3F |
| Octal | 201 | 301 | 237 | 41 | 0 | 22 | 30 | 224 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10011111 | 100001 | 0 | 10010 | 11000 | 10010100 | 100010 | 111111 |
Color Harmonies of #81C19F
Complementary color
Monochromatic Colors of #81C19F
Black with #81C19F
Text Example
Text Example
White with #81C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C19F; }
p { color: rgb(129,193,159); }
H1.HeaderClassName
{
color: #81C19F;
}
.AnyTagClassName
{
color: #81C19F;
}
</style>
background-color css
<style>
a { background-color: #81C19F; }
a { background-color: rgb(129,193,159); }
div.DivClassName
{
background-color: #81C19F;
}
.BgClassName
{
background-color: #81C19F;
}
</style>
border-color css
<style>
span { border-color: #81C19F; }
span { border-color: rgb(129,193,159); }
td.TdClassName
{
border-color: #81C19F;
}
.TagClassName
{
border-color: #81C19F;
}
</style>