Shades of Padua #7DBBA1
Tints of Padua #7DBBA1
RGB
CMYK
RGB Variations
Color information
#7DBBA1 (or 0x7DBBA1) is known color: Padua. HEX triplet: 7D, BB and A1. RGB value is (125,187,161). Sum of RGB (Red+Green+Blue) = 125+187+161=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBA1 is #82445E. Grayscale: #A5A5A5. Windows color (decimal): -8537183 or 10599293. OLE color: 10599293.
HSL color Cylindrical-coordinate representation of color #7DBBA1: hue angle of 154.84º 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 #7DBBA1 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 161 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.27 |
| HSL | 154.84º | 0.31% | 0.61% | - |
| HSV(B) | 154.84º | 0.33% | 0.73% | - |
| XYZ | 32.66 | 42.47 | 40.2 | - |
| YUV | 165.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 161 | 0.33 | 0 | 0.14 | 0.27 | 154.84 | 0.31 | 0.61 |
| Hex | 7D | BB | A1 | 21 | 0 | E | 1B | 9B | 1F | 3D |
| Octal | 175 | 273 | 241 | 41 | 0 | 16 | 33 | 233 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10100001 | 100001 | 0 | 1110 | 11011 | 10011011 | 11111 | 111101 |
Color Harmonies of #7DBBA1
Complementary color
Monochromatic Colors of #7DBBA1
Black with #7DBBA1
Text Example
Text Example
White with #7DBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBA1; }
p { color: rgb(125,187,161); }
H1.HeaderClassName
{
color: #7DBBA1;
}
.AnyTagClassName
{
color: #7DBBA1;
}
</style>
background-color css
<style>
a { background-color: #7DBBA1; }
a { background-color: rgb(125,187,161); }
div.DivClassName
{
background-color: #7DBBA1;
}
.BgClassName
{
background-color: #7DBBA1;
}
</style>
border-color css
<style>
span { border-color: #7DBBA1; }
span { border-color: rgb(125,187,161); }
td.TdClassName
{
border-color: #7DBBA1;
}
.TagClassName
{
border-color: #7DBBA1;
}
</style>