Shades of Padua #83BA99
Tints of Padua #83BA99
RGB
CMYK
RGB Variations
Color information
#83BA99 (or 0x83BA99) is known color: Padua. HEX triplet: 83, BA and 99. RGB value is (131,186,153). Sum of RGB (Red+Green+Blue) = 131+186+153=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BA99 is #7C4566. Grayscale: #A5A5A5. Windows color (decimal): -8144231 or 10074755. OLE color: 10074755.
HSL color Cylindrical-coordinate representation of color #83BA99: hue angle of 144º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BA99 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 153 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.27 |
| HSL | 144º | 0.28% | 0.62% | - |
| HSV(B) | 144º | 0.3% | 0.73% | - |
| XYZ | 32.67 | 42.24 | 36.57 | - |
| YUV | 165.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 153 | 0.30 | 0 | 0.18 | 0.27 | 144 | 0.28 | 0.62 |
| Hex | 83 | BA | 99 | 1E | 0 | 12 | 1B | 90 | 1C | 3E |
| Octal | 203 | 272 | 231 | 36 | 0 | 22 | 33 | 220 | 34 | 76 |
| Binary | 10000011 | 10111010 | 10011001 | 11110 | 0 | 10010 | 11011 | 10010000 | 11100 | 111110 |
Color Harmonies of #83BA99
Complementary color
Monochromatic Colors of #83BA99
Black with #83BA99
Text Example
Text Example
White with #83BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA99; }
p { color: rgb(131,186,153); }
H1.HeaderClassName
{
color: #83BA99;
}
.AnyTagClassName
{
color: #83BA99;
}
</style>
background-color css
<style>
a { background-color: #83BA99; }
a { background-color: rgb(131,186,153); }
div.DivClassName
{
background-color: #83BA99;
}
.BgClassName
{
background-color: #83BA99;
}
</style>
border-color css
<style>
span { border-color: #83BA99; }
span { border-color: rgb(131,186,153); }
td.TdClassName
{
border-color: #83BA99;
}
.TagClassName
{
border-color: #83BA99;
}
</style>