Shades of Padua #81BEA2
Tints of Padua #81BEA2
RGB
CMYK
RGB Variations
Color information
#81BEA2 (or 0x81BEA2) is known color: Padua. HEX triplet: 81, BE and A2. RGB value is (129,190,162). Sum of RGB (Red+Green+Blue) = 129+190+162=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEA2 is #7E415D. Grayscale: #A8A8A8. Windows color (decimal): -8274270 or 10665601. OLE color: 10665601.
HSL color Cylindrical-coordinate representation of color #81BEA2: hue angle of 152.46º 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 #81BEA2 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 162 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.25 |
| HSL | 152.46º | 0.32% | 0.63% | - |
| HSV(B) | 152.46º | 0.32% | 0.75% | - |
| XYZ | 33.99 | 44.1 | 40.9 | - |
| YUV | 168.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 162 | 0.32 | 0 | 0.15 | 0.25 | 152.46 | 0.32 | 0.63 |
| Hex | 81 | BE | A2 | 20 | 0 | F | 19 | 98 | 20 | 3F |
| Octal | 201 | 276 | 242 | 40 | 0 | 17 | 31 | 230 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10100010 | 100000 | 0 | 1111 | 11001 | 10011000 | 100000 | 111111 |
Color Harmonies of #81BEA2
Complementary color
Monochromatic Colors of #81BEA2
Black with #81BEA2
Text Example
Text Example
White with #81BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEA2; }
p { color: rgb(129,190,162); }
H1.HeaderClassName
{
color: #81BEA2;
}
.AnyTagClassName
{
color: #81BEA2;
}
</style>
background-color css
<style>
a { background-color: #81BEA2; }
a { background-color: rgb(129,190,162); }
div.DivClassName
{
background-color: #81BEA2;
}
.BgClassName
{
background-color: #81BEA2;
}
</style>
border-color css
<style>
span { border-color: #81BEA2; }
span { border-color: rgb(129,190,162); }
td.TdClassName
{
border-color: #81BEA2;
}
.TagClassName
{
border-color: #81BEA2;
}
</style>