Shades of Padua #83A691
Tints of Padua #83A691
RGB
CMYK
RGB Variations
Color information
#83A691 (or 0x83A691) is known color: Padua. HEX triplet: 83, A6 and 91. RGB value is (131,166,145). Sum of RGB (Red+Green+Blue) = 131+166+145=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #83A691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A691 is #7C596E. Grayscale: #999999. Windows color (decimal): -8149359 or 9545347. OLE color: 9545347.
HSL color Cylindrical-coordinate representation of color #83A691: hue angle of 144º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A691 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 166 | 145 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.35 |
| HSL | 144º | 0.16% | 0.58% | - |
| HSV(B) | 144º | 0.21% | 0.65% | - |
| XYZ | 28.11 | 34.14 | 31.9 | - |
| YUV | 153.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 166 | 145 | 0.21 | 0 | 0.13 | 0.35 | 144 | 0.16 | 0.58 |
| Hex | 83 | A6 | 91 | 15 | 0 | D | 23 | 90 | 10 | 3A |
| Octal | 203 | 246 | 221 | 25 | 0 | 15 | 43 | 220 | 20 | 72 |
| Binary | 10000011 | 10100110 | 10010001 | 10101 | 0 | 1101 | 100011 | 10010000 | 10000 | 111010 |
Color Harmonies of #83A691
Complementary color
Monochromatic Colors of #83A691
Black with #83A691
Text Example
Text Example
White with #83A691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A691; }
p { color: rgb(131,166,145); }
H1.HeaderClassName
{
color: #83A691;
}
.AnyTagClassName
{
color: #83A691;
}
</style>
background-color css
<style>
a { background-color: #83A691; }
a { background-color: rgb(131,166,145); }
div.DivClassName
{
background-color: #83A691;
}
.BgClassName
{
background-color: #83A691;
}
</style>
border-color css
<style>
span { border-color: #83A691; }
span { border-color: rgb(131,166,145); }
td.TdClassName
{
border-color: #83A691;
}
.TagClassName
{
border-color: #83A691;
}
</style>