Shades of Padua #81C09B
Tints of Padua #81C09B
RGB
CMYK
RGB Variations
Color information
#81C09B (or 0x81C09B) is known color: Padua. HEX triplet: 81, C0 and 9B. RGB value is (129,192,155). Sum of RGB (Red+Green+Blue) = 129+192+155=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #81C09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C09B is #7E3F64. Grayscale: #A9A9A9. Windows color (decimal): -8273765 or 10207361. OLE color: 10207361.
HSL color Cylindrical-coordinate representation of color #81C09B: hue angle of 144.76º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C09B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 155 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.25 |
| HSL | 144.76º | 0.33% | 0.63% | - |
| HSV(B) | 144.76º | 0.33% | 0.75% | - |
| XYZ | 33.82 | 44.73 | 37.86 | - |
| YUV | 168.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 155 | 0.33 | 0 | 0.19 | 0.25 | 144.76 | 0.33 | 0.63 |
| Hex | 81 | C0 | 9B | 21 | 0 | 13 | 19 | 91 | 21 | 3F |
| Octal | 201 | 300 | 233 | 41 | 0 | 23 | 31 | 221 | 41 | 77 |
| Binary | 10000001 | 11000000 | 10011011 | 100001 | 0 | 10011 | 11001 | 10010001 | 100001 | 111111 |
Color Harmonies of #81C09B
Complementary color
Monochromatic Colors of #81C09B
Black with #81C09B
Text Example
Text Example
White with #81C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C09B; }
p { color: rgb(129,192,155); }
H1.HeaderClassName
{
color: #81C09B;
}
.AnyTagClassName
{
color: #81C09B;
}
</style>
background-color css
<style>
a { background-color: #81C09B; }
a { background-color: rgb(129,192,155); }
div.DivClassName
{
background-color: #81C09B;
}
.BgClassName
{
background-color: #81C09B;
}
</style>
border-color css
<style>
span { border-color: #81C09B; }
span { border-color: rgb(129,192,155); }
td.TdClassName
{
border-color: #81C09B;
}
.TagClassName
{
border-color: #81C09B;
}
</style>