Shades of Padua #81BEA3
Tints of Padua #81BEA3
RGB
CMYK
RGB Variations
Color information
#81BEA3 (or 0x81BEA3) is known color: Padua. HEX triplet: 81, BE and A3. RGB value is (129,190,163). Sum of RGB (Red+Green+Blue) = 129+190+163=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEA3 is #7E415C. Grayscale: #A8A8A8. Windows color (decimal): -8274269 or 10731137. OLE color: 10731137.
HSL color Cylindrical-coordinate representation of color #81BEA3: hue angle of 153.44º 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 #81BEA3 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 163 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.25 |
| HSL | 153.44º | 0.32% | 0.63% | - |
| HSV(B) | 153.44º | 0.32% | 0.75% | - |
| XYZ | 34.08 | 44.14 | 41.37 | - |
| YUV | 168.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 163 | 0.32 | 0 | 0.14 | 0.25 | 153.44 | 0.32 | 0.63 |
| Hex | 81 | BE | A3 | 20 | 0 | E | 19 | 99 | 20 | 3F |
| Octal | 201 | 276 | 243 | 40 | 0 | 16 | 31 | 231 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10100011 | 100000 | 0 | 1110 | 11001 | 10011001 | 100000 | 111111 |
Color Harmonies of #81BEA3
Complementary color
Monochromatic Colors of #81BEA3
Black with #81BEA3
Text Example
Text Example
White with #81BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEA3; }
p { color: rgb(129,190,163); }
H1.HeaderClassName
{
color: #81BEA3;
}
.AnyTagClassName
{
color: #81BEA3;
}
</style>
background-color css
<style>
a { background-color: #81BEA3; }
a { background-color: rgb(129,190,163); }
div.DivClassName
{
background-color: #81BEA3;
}
.BgClassName
{
background-color: #81BEA3;
}
</style>
border-color css
<style>
span { border-color: #81BEA3; }
span { border-color: rgb(129,190,163); }
td.TdClassName
{
border-color: #81BEA3;
}
.TagClassName
{
border-color: #81BEA3;
}
</style>