Shades of Padua #83BC99
Tints of Padua #83BC99
RGB
CMYK
RGB Variations
Color information
#83BC99 (or 0x83BC99) is known color: Padua. HEX triplet: 83, BC and 99. RGB value is (131,188,153). Sum of RGB (Red+Green+Blue) = 131+188+153=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC99 is #7C4366. Grayscale: #A7A7A7. Windows color (decimal): -8143719 or 10075267. OLE color: 10075267.
HSL color Cylindrical-coordinate representation of color #83BC99: hue angle of 143.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC99 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 153 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.26 |
| HSL | 143.16º | 0.3% | 0.63% | - |
| HSV(B) | 143.16º | 0.3% | 0.74% | - |
| XYZ | 33.09 | 43.09 | 36.71 | - |
| YUV | 166.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 153 | 0.30 | 0 | 0.19 | 0.26 | 143.16 | 0.3 | 0.63 |
| Hex | 83 | BC | 99 | 1E | 0 | 13 | 1A | 8F | 1E | 3F |
| Octal | 203 | 274 | 231 | 36 | 0 | 23 | 32 | 217 | 36 | 77 |
| Binary | 10000011 | 10111100 | 10011001 | 11110 | 0 | 10011 | 11010 | 10001111 | 11110 | 111111 |
Color Harmonies of #83BC99
Complementary color
Monochromatic Colors of #83BC99
Black with #83BC99
Text Example
Text Example
White with #83BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC99; }
p { color: rgb(131,188,153); }
H1.HeaderClassName
{
color: #83BC99;
}
.AnyTagClassName
{
color: #83BC99;
}
</style>
background-color css
<style>
a { background-color: #83BC99; }
a { background-color: rgb(131,188,153); }
div.DivClassName
{
background-color: #83BC99;
}
.BgClassName
{
background-color: #83BC99;
}
</style>
border-color css
<style>
span { border-color: #83BC99; }
span { border-color: rgb(131,188,153); }
td.TdClassName
{
border-color: #83BC99;
}
.TagClassName
{
border-color: #83BC99;
}
</style>