Shades of Padua #83BDA0
Tints of Padua #83BDA0
RGB
CMYK
RGB Variations
Color information
#83BDA0 (or 0x83BDA0) is known color: Padua. HEX triplet: 83, BD and A0. RGB value is (131,189,160). Sum of RGB (Red+Green+Blue) = 131+189+160=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #83BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BDA0 is #7C425F. Grayscale: #A8A8A8. Windows color (decimal): -8143456 or 10534275. OLE color: 10534275.
HSL color Cylindrical-coordinate representation of color #83BDA0: hue angle of 150º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BDA0 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 160 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.26 |
| HSL | 150º | 0.31% | 0.63% | - |
| HSV(B) | 150º | 0.31% | 0.74% | - |
| XYZ | 33.9 | 43.76 | 39.92 | - |
| YUV | 168.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 160 | 0.31 | 0 | 0.15 | 0.26 | 150 | 0.31 | 0.63 |
| Hex | 83 | BD | A0 | 1F | 0 | F | 1A | 96 | 1F | 3F |
| Octal | 203 | 275 | 240 | 37 | 0 | 17 | 32 | 226 | 37 | 77 |
| Binary | 10000011 | 10111101 | 10100000 | 11111 | 0 | 1111 | 11010 | 10010110 | 11111 | 111111 |
Color Harmonies of #83BDA0
Complementary color
Monochromatic Colors of #83BDA0
Black with #83BDA0
Text Example
Text Example
White with #83BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDA0; }
p { color: rgb(131,189,160); }
H1.HeaderClassName
{
color: #83BDA0;
}
.AnyTagClassName
{
color: #83BDA0;
}
</style>
background-color css
<style>
a { background-color: #83BDA0; }
a { background-color: rgb(131,189,160); }
div.DivClassName
{
background-color: #83BDA0;
}
.BgClassName
{
background-color: #83BDA0;
}
</style>
border-color css
<style>
span { border-color: #83BDA0; }
span { border-color: rgb(131,189,160); }
td.TdClassName
{
border-color: #83BDA0;
}
.TagClassName
{
border-color: #83BDA0;
}
</style>