Shades of Padua #7DBB9B
Tints of Padua #7DBB9B
RGB
CMYK
RGB Variations
Color information
#7DBB9B (or 0x7DBB9B) is known color: Padua. HEX triplet: 7D, BB and 9B. RGB value is (125,187,155). Sum of RGB (Red+Green+Blue) = 125+187+155=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBB9B is #824464. Grayscale: #A4A4A4. Windows color (decimal): -8537189 or 10206077. OLE color: 10206077.
HSL color Cylindrical-coordinate representation of color #7DBB9B: hue angle of 149.03º 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 #7DBB9B is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 155 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.27 |
| HSL | 149.03º | 0.31% | 0.61% | - |
| HSV(B) | 149.03º | 0.33% | 0.73% | - |
| XYZ | 32.14 | 42.27 | 37.47 | - |
| YUV | 164.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 155 | 0.33 | 0 | 0.17 | 0.27 | 149.03 | 0.31 | 0.61 |
| Hex | 7D | BB | 9B | 21 | 0 | 11 | 1B | 95 | 1F | 3D |
| Octal | 175 | 273 | 233 | 41 | 0 | 21 | 33 | 225 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10011011 | 100001 | 0 | 10001 | 11011 | 10010101 | 11111 | 111101 |
Color Harmonies of #7DBB9B
Complementary color
Monochromatic Colors of #7DBB9B
Black with #7DBB9B
Text Example
Text Example
White with #7DBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB9B; }
p { color: rgb(125,187,155); }
H1.HeaderClassName
{
color: #7DBB9B;
}
.AnyTagClassName
{
color: #7DBB9B;
}
</style>
background-color css
<style>
a { background-color: #7DBB9B; }
a { background-color: rgb(125,187,155); }
div.DivClassName
{
background-color: #7DBB9B;
}
.BgClassName
{
background-color: #7DBB9B;
}
</style>
border-color css
<style>
span { border-color: #7DBB9B; }
span { border-color: rgb(125,187,155); }
td.TdClassName
{
border-color: #7DBB9B;
}
.TagClassName
{
border-color: #7DBB9B;
}
</style>