Shades of Padua #81C0A2
Tints of Padua #81C0A2
RGB
CMYK
RGB Variations
Color information
#81C0A2 (or 0x81C0A2) is known color: Padua. HEX triplet: 81, C0 and A2. RGB value is (129,192,162). Sum of RGB (Red+Green+Blue) = 129+192+162=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #81C0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C0A2 is #7E3F5D. Grayscale: #A9A9A9. Windows color (decimal): -8273758 or 10666113. OLE color: 10666113.
HSL color Cylindrical-coordinate representation of color #81C0A2: hue angle of 151.43º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C0A2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 162 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.25 |
| HSL | 151.43º | 0.33% | 0.63% | - |
| HSV(B) | 151.43º | 0.33% | 0.75% | - |
| XYZ | 34.42 | 44.98 | 41.05 | - |
| YUV | 169.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 162 | 0.33 | 0 | 0.16 | 0.25 | 151.43 | 0.33 | 0.63 |
| Hex | 81 | C0 | A2 | 21 | 0 | 10 | 19 | 97 | 21 | 3F |
| Octal | 201 | 300 | 242 | 41 | 0 | 20 | 31 | 227 | 41 | 77 |
| Binary | 10000001 | 11000000 | 10100010 | 100001 | 0 | 10000 | 11001 | 10010111 | 100001 | 111111 |
Color Harmonies of #81C0A2
Complementary color
Monochromatic Colors of #81C0A2
Black with #81C0A2
Text Example
Text Example
White with #81C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0A2; }
p { color: rgb(129,192,162); }
H1.HeaderClassName
{
color: #81C0A2;
}
.AnyTagClassName
{
color: #81C0A2;
}
</style>
background-color css
<style>
a { background-color: #81C0A2; }
a { background-color: rgb(129,192,162); }
div.DivClassName
{
background-color: #81C0A2;
}
.BgClassName
{
background-color: #81C0A2;
}
</style>
border-color css
<style>
span { border-color: #81C0A2; }
span { border-color: rgb(129,192,162); }
td.TdClassName
{
border-color: #81C0A2;
}
.TagClassName
{
border-color: #81C0A2;
}
</style>