Shades of Padua #83C19E
Tints of Padua #83C19E
RGB
CMYK
RGB Variations
Color information
#83C19E (or 0x83C19E) is known color: Padua. HEX triplet: 83, C1 and 9E. RGB value is (131,193,158). Sum of RGB (Red+Green+Blue) = 131+193+158=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #83C19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C19E is #7C3E61. Grayscale: #AAAAAA. Windows color (decimal): -8142434 or 10404227. OLE color: 10404227.
HSL color Cylindrical-coordinate representation of color #83C19E: hue angle of 146.13º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C19E is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 158 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.24 |
| HSL | 146.13º | 0.33% | 0.64% | - |
| HSV(B) | 146.13º | 0.32% | 0.76% | - |
| XYZ | 34.6 | 45.43 | 39.29 | - |
| YUV | 170.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 158 | 0.32 | 0 | 0.18 | 0.24 | 146.13 | 0.33 | 0.64 |
| Hex | 83 | C1 | 9E | 20 | 0 | 12 | 18 | 92 | 21 | 40 |
| Octal | 203 | 301 | 236 | 40 | 0 | 22 | 30 | 222 | 41 | 100 |
| Binary | 10000011 | 11000001 | 10011110 | 100000 | 0 | 10010 | 11000 | 10010010 | 100001 | 1000000 |
Color Harmonies of #83C19E
Complementary color
Monochromatic Colors of #83C19E
Black with #83C19E
Text Example
Text Example
White with #83C19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C19E; }
p { color: rgb(131,193,158); }
H1.HeaderClassName
{
color: #83C19E;
}
.AnyTagClassName
{
color: #83C19E;
}
</style>
background-color css
<style>
a { background-color: #83C19E; }
a { background-color: rgb(131,193,158); }
div.DivClassName
{
background-color: #83C19E;
}
.BgClassName
{
background-color: #83C19E;
}
</style>
border-color css
<style>
span { border-color: #83C19E; }
span { border-color: rgb(131,193,158); }
td.TdClassName
{
border-color: #83C19E;
}
.TagClassName
{
border-color: #83C19E;
}
</style>