Shades of Padua #81B39A
Tints of Padua #81B39A
RGB
CMYK
RGB Variations
Color information
#81B39A (or 0x81B39A) is known color: Padua. HEX triplet: 81, B3 and 9A. RGB value is (129,179,154). Sum of RGB (Red+Green+Blue) = 129+179+154=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #81B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B39A is #7E4C65. Grayscale: #A1A1A1. Windows color (decimal): -8277094 or 10138497. OLE color: 10138497.
HSL color Cylindrical-coordinate representation of color #81B39A: hue angle of 150º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B39A is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 154 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.30 |
| HSL | 150º | 0.25% | 0.6% | - |
| HSV(B) | 150º | 0.28% | 0.7% | - |
| XYZ | 31.01 | 39.24 | 36.51 | - |
| YUV | 161.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 154 | 0.28 | 0 | 0.14 | 0.30 | 150 | 0.25 | 0.6 |
| Hex | 81 | B3 | 9A | 1C | 0 | E | 1E | 96 | 19 | 3C |
| Octal | 201 | 263 | 232 | 34 | 0 | 16 | 36 | 226 | 31 | 74 |
| Binary | 10000001 | 10110011 | 10011010 | 11100 | 0 | 1110 | 11110 | 10010110 | 11001 | 111100 |
Color Harmonies of #81B39A
Complementary color
Monochromatic Colors of #81B39A
Black with #81B39A
Text Example
Text Example
White with #81B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B39A; }
p { color: rgb(129,179,154); }
H1.HeaderClassName
{
color: #81B39A;
}
.AnyTagClassName
{
color: #81B39A;
}
</style>
background-color css
<style>
a { background-color: #81B39A; }
a { background-color: rgb(129,179,154); }
div.DivClassName
{
background-color: #81B39A;
}
.BgClassName
{
background-color: #81B39A;
}
</style>
border-color css
<style>
span { border-color: #81B39A; }
span { border-color: rgb(129,179,154); }
td.TdClassName
{
border-color: #81B39A;
}
.TagClassName
{
border-color: #81B39A;
}
</style>