Shades of Padua #83B69C
Tints of Padua #83B69C
RGB
CMYK
RGB Variations
Color information
#83B69C (or 0x83B69C) is known color: Padua. HEX triplet: 83, B6 and 9C. RGB value is (131,182,156). Sum of RGB (Red+Green+Blue) = 131+182+156=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #83B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B69C is #7C4963. Grayscale: #A3A3A3. Windows color (decimal): -8145252 or 10270339. OLE color: 10270339.
HSL color Cylindrical-coordinate representation of color #83B69C: hue angle of 149.41º degrees, saturation: 0.26, 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 #83B69C is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 182 | 156 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.29 |
| HSL | 149.41º | 0.26% | 0.61% | - |
| HSV(B) | 149.41º | 0.28% | 0.71% | - |
| XYZ | 32.09 | 40.68 | 37.61 | - |
| YUV | 163.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 182 | 156 | 0.28 | 0 | 0.14 | 0.29 | 149.41 | 0.26 | 0.61 |
| Hex | 83 | B6 | 9C | 1C | 0 | E | 1D | 95 | 1A | 3D |
| Octal | 203 | 266 | 234 | 34 | 0 | 16 | 35 | 225 | 32 | 75 |
| Binary | 10000011 | 10110110 | 10011100 | 11100 | 0 | 1110 | 11101 | 10010101 | 11010 | 111101 |
Color Harmonies of #83B69C
Complementary color
Monochromatic Colors of #83B69C
Black with #83B69C
Text Example
Text Example
White with #83B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B69C; }
p { color: rgb(131,182,156); }
H1.HeaderClassName
{
color: #83B69C;
}
.AnyTagClassName
{
color: #83B69C;
}
</style>
background-color css
<style>
a { background-color: #83B69C; }
a { background-color: rgb(131,182,156); }
div.DivClassName
{
background-color: #83B69C;
}
.BgClassName
{
background-color: #83B69C;
}
</style>
border-color css
<style>
span { border-color: #83B69C; }
span { border-color: rgb(131,182,156); }
td.TdClassName
{
border-color: #83B69C;
}
.TagClassName
{
border-color: #83B69C;
}
</style>