Shades of Padua #81B59A
Tints of Padua #81B59A
RGB
CMYK
RGB Variations
Color information
#81B59A (or 0x81B59A) is known color: Padua. HEX triplet: 81, B5 and 9A. RGB value is (129,181,154). Sum of RGB (Red+Green+Blue) = 129+181+154=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #81B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B59A is #7E4A65. Grayscale: #A2A2A2. Windows color (decimal): -8276582 or 10139009. OLE color: 10139009.
HSL color Cylindrical-coordinate representation of color #81B59A: hue angle of 148.85º 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 #81B59A is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 154 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.29 |
| HSL | 148.85º | 0.26% | 0.61% | - |
| HSV(B) | 148.85º | 0.29% | 0.71% | - |
| XYZ | 31.41 | 40.05 | 36.65 | - |
| YUV | 162.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 154 | 0.29 | 0 | 0.15 | 0.29 | 148.85 | 0.26 | 0.61 |
| Hex | 81 | B5 | 9A | 1D | 0 | F | 1D | 95 | 1A | 3D |
| Octal | 201 | 265 | 232 | 35 | 0 | 17 | 35 | 225 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10011010 | 11101 | 0 | 1111 | 11101 | 10010101 | 11010 | 111101 |
Color Harmonies of #81B59A
Complementary color
Monochromatic Colors of #81B59A
Black with #81B59A
Text Example
Text Example
White with #81B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B59A; }
p { color: rgb(129,181,154); }
H1.HeaderClassName
{
color: #81B59A;
}
.AnyTagClassName
{
color: #81B59A;
}
</style>
background-color css
<style>
a { background-color: #81B59A; }
a { background-color: rgb(129,181,154); }
div.DivClassName
{
background-color: #81B59A;
}
.BgClassName
{
background-color: #81B59A;
}
</style>
border-color css
<style>
span { border-color: #81B59A; }
span { border-color: rgb(129,181,154); }
td.TdClassName
{
border-color: #81B59A;
}
.TagClassName
{
border-color: #81B59A;
}
</style>