Shades of Padua #81BE9D
Tints of Padua #81BE9D
RGB
CMYK
RGB Variations
Color information
#81BE9D (or 0x81BE9D) is known color: Padua. HEX triplet: 81, BE and 9D. RGB value is (129,190,157). Sum of RGB (Red+Green+Blue) = 129+190+157=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE9D is #7E4162. Grayscale: #A8A8A8. Windows color (decimal): -8274275 or 10337921. OLE color: 10337921.
HSL color Cylindrical-coordinate representation of color #81BE9D: hue angle of 147.54º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE9D is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 157 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.25 |
| HSL | 147.54º | 0.32% | 0.63% | - |
| HSV(B) | 147.54º | 0.32% | 0.75% | - |
| XYZ | 33.55 | 43.93 | 38.61 | - |
| YUV | 168 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 157 | 0.32 | 0 | 0.17 | 0.25 | 147.54 | 0.32 | 0.63 |
| Hex | 81 | BE | 9D | 20 | 0 | 11 | 19 | 94 | 20 | 3F |
| Octal | 201 | 276 | 235 | 40 | 0 | 21 | 31 | 224 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10011101 | 100000 | 0 | 10001 | 11001 | 10010100 | 100000 | 111111 |
Color Harmonies of #81BE9D
Complementary color
Monochromatic Colors of #81BE9D
Black with #81BE9D
Text Example
Text Example
White with #81BE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE9D; }
p { color: rgb(129,190,157); }
H1.HeaderClassName
{
color: #81BE9D;
}
.AnyTagClassName
{
color: #81BE9D;
}
</style>
background-color css
<style>
a { background-color: #81BE9D; }
a { background-color: rgb(129,190,157); }
div.DivClassName
{
background-color: #81BE9D;
}
.BgClassName
{
background-color: #81BE9D;
}
</style>
border-color css
<style>
span { border-color: #81BE9D; }
span { border-color: rgb(129,190,157); }
td.TdClassName
{
border-color: #81BE9D;
}
.TagClassName
{
border-color: #81BE9D;
}
</style>