Shades of Padua #81B79D
Tints of Padua #81B79D
RGB
CMYK
RGB Variations
Color information
#81B79D (or 0x81B79D) is known color: Padua. HEX triplet: 81, B7 and 9D. RGB value is (129,183,157). Sum of RGB (Red+Green+Blue) = 129+183+157=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #81B79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B79D is #7E4862. Grayscale: #A3A3A3. Windows color (decimal): -8276067 or 10336129. OLE color: 10336129.
HSL color Cylindrical-coordinate representation of color #81B79D: hue angle of 151.11º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B79D is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 157 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.28 |
| HSL | 151.11º | 0.27% | 0.61% | - |
| HSV(B) | 151.11º | 0.3% | 0.72% | - |
| XYZ | 32.07 | 40.97 | 38.12 | - |
| YUV | 163.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 157 | 0.30 | 0 | 0.14 | 0.28 | 151.11 | 0.27 | 0.61 |
| Hex | 81 | B7 | 9D | 1E | 0 | E | 1C | 97 | 1B | 3D |
| Octal | 201 | 267 | 235 | 36 | 0 | 16 | 34 | 227 | 33 | 75 |
| Binary | 10000001 | 10110111 | 10011101 | 11110 | 0 | 1110 | 11100 | 10010111 | 11011 | 111101 |
Color Harmonies of #81B79D
Complementary color
Monochromatic Colors of #81B79D
Black with #81B79D
Text Example
Text Example
White with #81B79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B79D; }
p { color: rgb(129,183,157); }
H1.HeaderClassName
{
color: #81B79D;
}
.AnyTagClassName
{
color: #81B79D;
}
</style>
background-color css
<style>
a { background-color: #81B79D; }
a { background-color: rgb(129,183,157); }
div.DivClassName
{
background-color: #81B79D;
}
.BgClassName
{
background-color: #81B79D;
}
</style>
border-color css
<style>
span { border-color: #81B79D; }
span { border-color: rgb(129,183,157); }
td.TdClassName
{
border-color: #81B79D;
}
.TagClassName
{
border-color: #81B79D;
}
</style>