Shades of Padua #7DBAA0
Tints of Padua #7DBAA0
RGB
CMYK
RGB Variations
Color information
#7DBAA0 (or 0x7DBAA0) is known color: Padua. HEX triplet: 7D, BA and A0. RGB value is (125,186,160). Sum of RGB (Red+Green+Blue) = 125+186+160=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAA0 is #82455F. Grayscale: #A4A4A4. Windows color (decimal): -8537440 or 10533501. OLE color: 10533501.
HSL color Cylindrical-coordinate representation of color #7DBAA0: hue angle of 154.43º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAA0 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 160 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.27 |
| HSL | 154.43º | 0.31% | 0.61% | - |
| HSV(B) | 154.43º | 0.33% | 0.73% | - |
| XYZ | 32.36 | 42.02 | 39.66 | - |
| YUV | 164.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 160 | 0.33 | 0 | 0.14 | 0.27 | 154.43 | 0.31 | 0.61 |
| Hex | 7D | BA | A0 | 21 | 0 | E | 1B | 9A | 1F | 3D |
| Octal | 175 | 272 | 240 | 41 | 0 | 16 | 33 | 232 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10100000 | 100001 | 0 | 1110 | 11011 | 10011010 | 11111 | 111101 |
Color Harmonies of #7DBAA0
Complementary color
Monochromatic Colors of #7DBAA0
Black with #7DBAA0
Text Example
Text Example
White with #7DBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAA0; }
p { color: rgb(125,186,160); }
H1.HeaderClassName
{
color: #7DBAA0;
}
.AnyTagClassName
{
color: #7DBAA0;
}
</style>
background-color css
<style>
a { background-color: #7DBAA0; }
a { background-color: rgb(125,186,160); }
div.DivClassName
{
background-color: #7DBAA0;
}
.BgClassName
{
background-color: #7DBAA0;
}
</style>
border-color css
<style>
span { border-color: #7DBAA0; }
span { border-color: rgb(125,186,160); }
td.TdClassName
{
border-color: #7DBAA0;
}
.TagClassName
{
border-color: #7DBAA0;
}
</style>