Shades of Padua #83BF9B
Tints of Padua #83BF9B
RGB
CMYK
RGB Variations
Color information
#83BF9B (or 0x83BF9B) is known color: Padua. HEX triplet: 83, BF and 9B. RGB value is (131,191,155). Sum of RGB (Red+Green+Blue) = 131+191+155=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF9B is #7C4064. Grayscale: #A9A9A9. Windows color (decimal): -8142949 or 10207107. OLE color: 10207107.
HSL color Cylindrical-coordinate representation of color #83BF9B: hue angle of 144º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BF9B is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 155 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.25 |
| HSL | 144º | 0.32% | 0.63% | - |
| HSV(B) | 144º | 0.31% | 0.75% | - |
| XYZ | 33.91 | 44.45 | 37.8 | - |
| YUV | 168.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 155 | 0.31 | 0 | 0.19 | 0.25 | 144 | 0.32 | 0.63 |
| Hex | 83 | BF | 9B | 1F | 0 | 13 | 19 | 90 | 20 | 3F |
| Octal | 203 | 277 | 233 | 37 | 0 | 23 | 31 | 220 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10011011 | 11111 | 0 | 10011 | 11001 | 10010000 | 100000 | 111111 |
Color Harmonies of #83BF9B
Complementary color
Monochromatic Colors of #83BF9B
Black with #83BF9B
Text Example
Text Example
White with #83BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF9B; }
p { color: rgb(131,191,155); }
H1.HeaderClassName
{
color: #83BF9B;
}
.AnyTagClassName
{
color: #83BF9B;
}
</style>
background-color css
<style>
a { background-color: #83BF9B; }
a { background-color: rgb(131,191,155); }
div.DivClassName
{
background-color: #83BF9B;
}
.BgClassName
{
background-color: #83BF9B;
}
</style>
border-color css
<style>
span { border-color: #83BF9B; }
span { border-color: rgb(131,191,155); }
td.TdClassName
{
border-color: #83BF9B;
}
.TagClassName
{
border-color: #83BF9B;
}
</style>