Shades of Padua #81C6A3
Tints of Padua #81C6A3
RGB
CMYK
RGB Variations
Color information
#81C6A3 (or 0x81C6A3) is known color: Padua. HEX triplet: 81, C6 and A3. RGB value is (129,198,163). Sum of RGB (Red+Green+Blue) = 129+198+163=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #81C6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C6A3 is #7E395C. Grayscale: #ADADAD. Windows color (decimal): -8272221 or 10733185. OLE color: 10733185.
HSL color Cylindrical-coordinate representation of color #81C6A3: hue angle of 149.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81C6A3 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 163 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.22 |
| HSL | 149.57º | 0.38% | 0.64% | - |
| HSV(B) | 149.57º | 0.35% | 0.78% | - |
| XYZ | 35.86 | 47.7 | 41.97 | - |
| YUV | 173.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 163 | 0.35 | 0 | 0.18 | 0.22 | 149.57 | 0.38 | 0.64 |
| Hex | 81 | C6 | A3 | 23 | 0 | 12 | 16 | 96 | 26 | 40 |
| Octal | 201 | 306 | 243 | 43 | 0 | 22 | 26 | 226 | 46 | 100 |
| Binary | 10000001 | 11000110 | 10100011 | 100011 | 0 | 10010 | 10110 | 10010110 | 100110 | 1000000 |
Color Harmonies of #81C6A3
Complementary color
Monochromatic Colors of #81C6A3
Black with #81C6A3
Text Example
Text Example
White with #81C6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C6A3; }
p { color: rgb(129,198,163); }
H1.HeaderClassName
{
color: #81C6A3;
}
.AnyTagClassName
{
color: #81C6A3;
}
</style>
background-color css
<style>
a { background-color: #81C6A3; }
a { background-color: rgb(129,198,163); }
div.DivClassName
{
background-color: #81C6A3;
}
.BgClassName
{
background-color: #81C6A3;
}
</style>
border-color css
<style>
span { border-color: #81C6A3; }
span { border-color: rgb(129,198,163); }
td.TdClassName
{
border-color: #81C6A3;
}
.TagClassName
{
border-color: #81C6A3;
}
</style>