Shades of Padua #7DBAA1
Tints of Padua #7DBAA1
RGB
CMYK
RGB Variations
Color information
#7DBAA1 (or 0x7DBAA1) is known color: Padua. HEX triplet: 7D, BA and A1. RGB value is (125,186,161). Sum of RGB (Red+Green+Blue) = 125+186+161=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAA1 is #82455E. Grayscale: #A4A4A4. Windows color (decimal): -8537439 or 10599037. OLE color: 10599037.
HSL color Cylindrical-coordinate representation of color #7DBAA1: hue angle of 155.41º 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 #7DBAA1 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 161 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.27 |
| HSL | 155.41º | 0.31% | 0.61% | - |
| HSV(B) | 155.41º | 0.33% | 0.73% | - |
| XYZ | 32.45 | 42.05 | 40.12 | - |
| YUV | 164.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 161 | 0.33 | 0 | 0.13 | 0.27 | 155.41 | 0.31 | 0.61 |
| Hex | 7D | BA | A1 | 21 | 0 | D | 1B | 9B | 1F | 3D |
| Octal | 175 | 272 | 241 | 41 | 0 | 15 | 33 | 233 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10100001 | 100001 | 0 | 1101 | 11011 | 10011011 | 11111 | 111101 |
Color Harmonies of #7DBAA1
Complementary color
Monochromatic Colors of #7DBAA1
Black with #7DBAA1
Text Example
Text Example
White with #7DBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAA1; }
p { color: rgb(125,186,161); }
H1.HeaderClassName
{
color: #7DBAA1;
}
.AnyTagClassName
{
color: #7DBAA1;
}
</style>
background-color css
<style>
a { background-color: #7DBAA1; }
a { background-color: rgb(125,186,161); }
div.DivClassName
{
background-color: #7DBAA1;
}
.BgClassName
{
background-color: #7DBAA1;
}
</style>
border-color css
<style>
span { border-color: #7DBAA1; }
span { border-color: rgb(125,186,161); }
td.TdClassName
{
border-color: #7DBAA1;
}
.TagClassName
{
border-color: #7DBAA1;
}
</style>