Shades of Padua #83B59C
Tints of Padua #83B59C
RGB
CMYK
RGB Variations
Color information
#83B59C (or 0x83B59C) is known color: Padua. HEX triplet: 83, B5 and 9C. RGB value is (131,181,156). Sum of RGB (Red+Green+Blue) = 131+181+156=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #83B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B59C is #7C4A63. Grayscale: #A3A3A3. Windows color (decimal): -8145508 or 10270083. OLE color: 10270083.
HSL color Cylindrical-coordinate representation of color #83B59C: hue angle of 150º 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 #83B59C is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 156 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.29 |
| HSL | 150º | 0.25% | 0.61% | - |
| HSV(B) | 150º | 0.28% | 0.71% | - |
| XYZ | 31.88 | 40.27 | 37.55 | - |
| YUV | 163.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 156 | 0.28 | 0 | 0.14 | 0.29 | 150 | 0.25 | 0.61 |
| Hex | 83 | B5 | 9C | 1C | 0 | E | 1D | 96 | 19 | 3D |
| Octal | 203 | 265 | 234 | 34 | 0 | 16 | 35 | 226 | 31 | 75 |
| Binary | 10000011 | 10110101 | 10011100 | 11100 | 0 | 1110 | 11101 | 10010110 | 11001 | 111101 |
Color Harmonies of #83B59C
Complementary color
Monochromatic Colors of #83B59C
Black with #83B59C
Text Example
Text Example
White with #83B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B59C; }
p { color: rgb(131,181,156); }
H1.HeaderClassName
{
color: #83B59C;
}
.AnyTagClassName
{
color: #83B59C;
}
</style>
background-color css
<style>
a { background-color: #83B59C; }
a { background-color: rgb(131,181,156); }
div.DivClassName
{
background-color: #83B59C;
}
.BgClassName
{
background-color: #83B59C;
}
</style>
border-color css
<style>
span { border-color: #83B59C; }
span { border-color: rgb(131,181,156); }
td.TdClassName
{
border-color: #83B59C;
}
.TagClassName
{
border-color: #83B59C;
}
</style>