Shades of Padua #81B99C
Tints of Padua #81B99C
RGB
CMYK
RGB Variations
Color information
#81B99C (or 0x81B99C) is known color: Padua. HEX triplet: 81, B9 and 9C. RGB value is (129,185,156). Sum of RGB (Red+Green+Blue) = 129+185+156=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #81B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B99C is #7E4663. Grayscale: #A5A5A5. Windows color (decimal): -8275556 or 10271105. OLE color: 10271105.
HSL color Cylindrical-coordinate representation of color #81B99C: hue angle of 148.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B99C is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 156 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.27 |
| HSL | 148.93º | 0.29% | 0.62% | - |
| HSV(B) | 148.93º | 0.3% | 0.73% | - |
| XYZ | 32.4 | 41.77 | 37.81 | - |
| YUV | 164.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 156 | 0.30 | 0 | 0.16 | 0.27 | 148.93 | 0.29 | 0.62 |
| Hex | 81 | B9 | 9C | 1E | 0 | 10 | 1B | 95 | 1D | 3E |
| Octal | 201 | 271 | 234 | 36 | 0 | 20 | 33 | 225 | 35 | 76 |
| Binary | 10000001 | 10111001 | 10011100 | 11110 | 0 | 10000 | 11011 | 10010101 | 11101 | 111110 |
Color Harmonies of #81B99C
Complementary color
Monochromatic Colors of #81B99C
Black with #81B99C
Text Example
Text Example
White with #81B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B99C; }
p { color: rgb(129,185,156); }
H1.HeaderClassName
{
color: #81B99C;
}
.AnyTagClassName
{
color: #81B99C;
}
</style>
background-color css
<style>
a { background-color: #81B99C; }
a { background-color: rgb(129,185,156); }
div.DivClassName
{
background-color: #81B99C;
}
.BgClassName
{
background-color: #81B99C;
}
</style>
border-color css
<style>
span { border-color: #81B99C; }
span { border-color: rgb(129,185,156); }
td.TdClassName
{
border-color: #81B99C;
}
.TagClassName
{
border-color: #81B99C;
}
</style>