Shades of Padua #81B59C
Tints of Padua #81B59C
RGB
CMYK
RGB Variations
Color information
#81B59C (or 0x81B59C) is known color: Padua. HEX triplet: 81, B5 and 9C. RGB value is (129,181,156). Sum of RGB (Red+Green+Blue) = 129+181+156=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #81B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B59C is #7E4A63. Grayscale: #A2A2A2. Windows color (decimal): -8276580 or 10270081. OLE color: 10270081.
HSL color Cylindrical-coordinate representation of color #81B59C: hue angle of 151.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B59C is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 156 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.29 |
| HSL | 151.15º | 0.26% | 0.61% | - |
| HSV(B) | 151.15º | 0.29% | 0.71% | - |
| XYZ | 31.58 | 40.12 | 37.53 | - |
| YUV | 162.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 156 | 0.29 | 0 | 0.14 | 0.29 | 151.15 | 0.26 | 0.61 |
| Hex | 81 | B5 | 9C | 1D | 0 | E | 1D | 97 | 1A | 3D |
| Octal | 201 | 265 | 234 | 35 | 0 | 16 | 35 | 227 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10011100 | 11101 | 0 | 1110 | 11101 | 10010111 | 11010 | 111101 |
Color Harmonies of #81B59C
Complementary color
Monochromatic Colors of #81B59C
Black with #81B59C
Text Example
Text Example
White with #81B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B59C; }
p { color: rgb(129,181,156); }
H1.HeaderClassName
{
color: #81B59C;
}
.AnyTagClassName
{
color: #81B59C;
}
</style>
background-color css
<style>
a { background-color: #81B59C; }
a { background-color: rgb(129,181,156); }
div.DivClassName
{
background-color: #81B59C;
}
.BgClassName
{
background-color: #81B59C;
}
</style>
border-color css
<style>
span { border-color: #81B59C; }
span { border-color: rgb(129,181,156); }
td.TdClassName
{
border-color: #81B59C;
}
.TagClassName
{
border-color: #81B59C;
}
</style>