Shades of Padua #81B39C
Tints of Padua #81B39C
RGB
CMYK
RGB Variations
Color information
#81B39C (or 0x81B39C) is known color: Padua. HEX triplet: 81, B3 and 9C. RGB value is (129,179,156). Sum of RGB (Red+Green+Blue) = 129+179+156=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #81B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B39C is #7E4C63. Grayscale: #A1A1A1. Windows color (decimal): -8277092 or 10269569. OLE color: 10269569.
HSL color Cylindrical-coordinate representation of color #81B39C: hue angle of 152.4º 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 #81B39C is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 156 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.30 |
| HSL | 152.4º | 0.25% | 0.6% | - |
| HSV(B) | 152.4º | 0.28% | 0.7% | - |
| XYZ | 31.17 | 39.31 | 37.4 | - |
| YUV | 161.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 156 | 0.28 | 0 | 0.13 | 0.30 | 152.4 | 0.25 | 0.6 |
| Hex | 81 | B3 | 9C | 1C | 0 | D | 1E | 98 | 19 | 3C |
| Octal | 201 | 263 | 234 | 34 | 0 | 15 | 36 | 230 | 31 | 74 |
| Binary | 10000001 | 10110011 | 10011100 | 11100 | 0 | 1101 | 11110 | 10011000 | 11001 | 111100 |
Color Harmonies of #81B39C
Complementary color
Monochromatic Colors of #81B39C
Black with #81B39C
Text Example
Text Example
White with #81B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B39C; }
p { color: rgb(129,179,156); }
H1.HeaderClassName
{
color: #81B39C;
}
.AnyTagClassName
{
color: #81B39C;
}
</style>
background-color css
<style>
a { background-color: #81B39C; }
a { background-color: rgb(129,179,156); }
div.DivClassName
{
background-color: #81B39C;
}
.BgClassName
{
background-color: #81B39C;
}
</style>
border-color css
<style>
span { border-color: #81B39C; }
span { border-color: rgb(129,179,156); }
td.TdClassName
{
border-color: #81B39C;
}
.TagClassName
{
border-color: #81B39C;
}
</style>