Shades of Padua #83B59D
Tints of Padua #83B59D
RGB
CMYK
RGB Variations
Color information
#83B59D (or 0x83B59D) is known color: Padua. HEX triplet: 83, B5 and 9D. RGB value is (131,181,157). Sum of RGB (Red+Green+Blue) = 131+181+157=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #83B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B59D is #7C4A62. Grayscale: #A3A3A3. Windows color (decimal): -8145507 or 10335619. OLE color: 10335619.
HSL color Cylindrical-coordinate representation of color #83B59D: hue angle of 151.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B59D is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 157 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.29 |
| HSL | 151.2º | 0.25% | 0.61% | - |
| HSV(B) | 151.2º | 0.28% | 0.71% | - |
| XYZ | 31.97 | 40.31 | 37.99 | - |
| YUV | 163.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 157 | 0.28 | 0 | 0.13 | 0.29 | 151.2 | 0.25 | 0.61 |
| Hex | 83 | B5 | 9D | 1C | 0 | D | 1D | 97 | 19 | 3D |
| Octal | 203 | 265 | 235 | 34 | 0 | 15 | 35 | 227 | 31 | 75 |
| Binary | 10000011 | 10110101 | 10011101 | 11100 | 0 | 1101 | 11101 | 10010111 | 11001 | 111101 |
Color Harmonies of #83B59D
Complementary color
Monochromatic Colors of #83B59D
Black with #83B59D
Text Example
Text Example
White with #83B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B59D; }
p { color: rgb(131,181,157); }
H1.HeaderClassName
{
color: #83B59D;
}
.AnyTagClassName
{
color: #83B59D;
}
</style>
background-color css
<style>
a { background-color: #83B59D; }
a { background-color: rgb(131,181,157); }
div.DivClassName
{
background-color: #83B59D;
}
.BgClassName
{
background-color: #83B59D;
}
</style>
border-color css
<style>
span { border-color: #83B59D; }
span { border-color: rgb(131,181,157); }
td.TdClassName
{
border-color: #83B59D;
}
.TagClassName
{
border-color: #83B59D;
}
</style>