Shades of Padua #81BE9E
Tints of Padua #81BE9E
RGB
CMYK
RGB Variations
Color information
#81BE9E (or 0x81BE9E) is known color: Padua. HEX triplet: 81, BE and 9E. RGB value is (129,190,158). Sum of RGB (Red+Green+Blue) = 129+190+158=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE9E is #7E4161. Grayscale: #A8A8A8. Windows color (decimal): -8274274 or 10403457. OLE color: 10403457.
HSL color Cylindrical-coordinate representation of color #81BE9E: hue angle of 148.52º 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 #81BE9E is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 158 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.25 |
| HSL | 148.52º | 0.32% | 0.63% | - |
| HSV(B) | 148.52º | 0.32% | 0.75% | - |
| XYZ | 33.64 | 43.96 | 39.06 | - |
| YUV | 168.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 158 | 0.32 | 0 | 0.17 | 0.25 | 148.52 | 0.32 | 0.63 |
| Hex | 81 | BE | 9E | 20 | 0 | 11 | 19 | 95 | 20 | 3F |
| Octal | 201 | 276 | 236 | 40 | 0 | 21 | 31 | 225 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10011110 | 100000 | 0 | 10001 | 11001 | 10010101 | 100000 | 111111 |
Color Harmonies of #81BE9E
Complementary color
Monochromatic Colors of #81BE9E
Black with #81BE9E
Text Example
Text Example
White with #81BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE9E; }
p { color: rgb(129,190,158); }
H1.HeaderClassName
{
color: #81BE9E;
}
.AnyTagClassName
{
color: #81BE9E;
}
</style>
background-color css
<style>
a { background-color: #81BE9E; }
a { background-color: rgb(129,190,158); }
div.DivClassName
{
background-color: #81BE9E;
}
.BgClassName
{
background-color: #81BE9E;
}
</style>
border-color css
<style>
span { border-color: #81BE9E; }
span { border-color: rgb(129,190,158); }
td.TdClassName
{
border-color: #81BE9E;
}
.TagClassName
{
border-color: #81BE9E;
}
</style>