Shades of Padua #83B59B
Tints of Padua #83B59B
RGB
CMYK
RGB Variations
Color information
#83B59B (or 0x83B59B) is known color: Padua. HEX triplet: 83, B5 and 9B. RGB value is (131,181,155). Sum of RGB (Red+Green+Blue) = 131+181+155=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #83B59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B59B is #7C4A64. Grayscale: #A3A3A3. Windows color (decimal): -8145509 or 10204547. OLE color: 10204547.
HSL color Cylindrical-coordinate representation of color #83B59B: hue angle of 148.8º 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 #83B59B is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 155 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.29 |
| HSL | 148.8º | 0.25% | 0.61% | - |
| HSV(B) | 148.8º | 0.28% | 0.71% | - |
| XYZ | 31.8 | 40.24 | 37.1 | - |
| YUV | 163.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 155 | 0.28 | 0 | 0.14 | 0.29 | 148.8 | 0.25 | 0.61 |
| Hex | 83 | B5 | 9B | 1C | 0 | E | 1D | 95 | 19 | 3D |
| Octal | 203 | 265 | 233 | 34 | 0 | 16 | 35 | 225 | 31 | 75 |
| Binary | 10000011 | 10110101 | 10011011 | 11100 | 0 | 1110 | 11101 | 10010101 | 11001 | 111101 |
Color Harmonies of #83B59B
Complementary color
Monochromatic Colors of #83B59B
Black with #83B59B
Text Example
Text Example
White with #83B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B59B; }
p { color: rgb(131,181,155); }
H1.HeaderClassName
{
color: #83B59B;
}
.AnyTagClassName
{
color: #83B59B;
}
</style>
background-color css
<style>
a { background-color: #83B59B; }
a { background-color: rgb(131,181,155); }
div.DivClassName
{
background-color: #83B59B;
}
.BgClassName
{
background-color: #83B59B;
}
</style>
border-color css
<style>
span { border-color: #83B59B; }
span { border-color: rgb(131,181,155); }
td.TdClassName
{
border-color: #83B59B;
}
.TagClassName
{
border-color: #83B59B;
}
</style>