Shades of Padua #81BD99
Tints of Padua #81BD99
RGB
CMYK
RGB Variations
Color information
#81BD99 (or 0x81BD99) is known color: Padua. HEX triplet: 81, BD and 99. RGB value is (129,189,153). Sum of RGB (Red+Green+Blue) = 129+189+153=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BD99 is #7E4266. Grayscale: #A7A7A7. Windows color (decimal): -8274535 or 10075521. OLE color: 10075521.
HSL color Cylindrical-coordinate representation of color #81BD99: hue angle of 144º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BD99 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 153 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.26 |
| HSL | 144º | 0.31% | 0.62% | - |
| HSV(B) | 144º | 0.32% | 0.74% | - |
| XYZ | 33 | 43.36 | 36.77 | - |
| YUV | 166.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 153 | 0.32 | 0 | 0.19 | 0.26 | 144 | 0.31 | 0.62 |
| Hex | 81 | BD | 99 | 20 | 0 | 13 | 1A | 90 | 1F | 3E |
| Octal | 201 | 275 | 231 | 40 | 0 | 23 | 32 | 220 | 37 | 76 |
| Binary | 10000001 | 10111101 | 10011001 | 100000 | 0 | 10011 | 11010 | 10010000 | 11111 | 111110 |
Color Harmonies of #81BD99
Complementary color
Monochromatic Colors of #81BD99
Black with #81BD99
Text Example
Text Example
White with #81BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD99; }
p { color: rgb(129,189,153); }
H1.HeaderClassName
{
color: #81BD99;
}
.AnyTagClassName
{
color: #81BD99;
}
</style>
background-color css
<style>
a { background-color: #81BD99; }
a { background-color: rgb(129,189,153); }
div.DivClassName
{
background-color: #81BD99;
}
.BgClassName
{
background-color: #81BD99;
}
</style>
border-color css
<style>
span { border-color: #81BD99; }
span { border-color: rgb(129,189,153); }
td.TdClassName
{
border-color: #81BD99;
}
.TagClassName
{
border-color: #81BD99;
}
</style>