Shades of Padua #81B79B
Tints of Padua #81B79B
RGB
CMYK
RGB Variations
Color information
#81B79B (or 0x81B79B) is known color: Padua. HEX triplet: 81, B7 and 9B. RGB value is (129,183,155). Sum of RGB (Red+Green+Blue) = 129+183+155=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #81B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B79B is #7E4864. Grayscale: #A3A3A3. Windows color (decimal): -8276069 or 10205057. OLE color: 10205057.
HSL color Cylindrical-coordinate representation of color #81B79B: hue angle of 148.89º 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 #81B79B is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 155 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.28 |
| HSL | 148.89º | 0.27% | 0.61% | - |
| HSV(B) | 148.89º | 0.3% | 0.72% | - |
| XYZ | 31.9 | 40.9 | 37.22 | - |
| YUV | 163.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 155 | 0.30 | 0 | 0.15 | 0.28 | 148.89 | 0.27 | 0.61 |
| Hex | 81 | B7 | 9B | 1E | 0 | F | 1C | 95 | 1B | 3D |
| Octal | 201 | 267 | 233 | 36 | 0 | 17 | 34 | 225 | 33 | 75 |
| Binary | 10000001 | 10110111 | 10011011 | 11110 | 0 | 1111 | 11100 | 10010101 | 11011 | 111101 |
Color Harmonies of #81B79B
Complementary color
Monochromatic Colors of #81B79B
Black with #81B79B
Text Example
Text Example
White with #81B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B79B; }
p { color: rgb(129,183,155); }
H1.HeaderClassName
{
color: #81B79B;
}
.AnyTagClassName
{
color: #81B79B;
}
</style>
background-color css
<style>
a { background-color: #81B79B; }
a { background-color: rgb(129,183,155); }
div.DivClassName
{
background-color: #81B79B;
}
.BgClassName
{
background-color: #81B79B;
}
</style>
border-color css
<style>
span { border-color: #81B79B; }
span { border-color: rgb(129,183,155); }
td.TdClassName
{
border-color: #81B79B;
}
.TagClassName
{
border-color: #81B79B;
}
</style>