Shades of Padua #7DBD9C
Tints of Padua #7DBD9C
RGB
CMYK
RGB Variations
Color information
#7DBD9C (or 0x7DBD9C) is known color: Padua. HEX triplet: 7D, BD and 9C. RGB value is (125,189,156). Sum of RGB (Red+Green+Blue) = 125+189+156=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBD9C is #824263. Grayscale: #A6A6A6. Windows color (decimal): -8536676 or 10272125. OLE color: 10272125.
HSL color Cylindrical-coordinate representation of color #7DBD9C: hue angle of 149.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBD9C is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 156 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.26 |
| HSL | 149.06º | 0.33% | 0.62% | - |
| HSV(B) | 149.06º | 0.34% | 0.74% | - |
| XYZ | 32.66 | 43.16 | 38.06 | - |
| YUV | 166.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 156 | 0.34 | 0 | 0.17 | 0.26 | 149.06 | 0.33 | 0.62 |
| Hex | 7D | BD | 9C | 22 | 0 | 11 | 1A | 95 | 21 | 3E |
| Octal | 175 | 275 | 234 | 42 | 0 | 21 | 32 | 225 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10011100 | 100010 | 0 | 10001 | 11010 | 10010101 | 100001 | 111110 |
Color Harmonies of #7DBD9C
Complementary color
Monochromatic Colors of #7DBD9C
Black with #7DBD9C
Text Example
Text Example
White with #7DBD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD9C; }
p { color: rgb(125,189,156); }
H1.HeaderClassName
{
color: #7DBD9C;
}
.AnyTagClassName
{
color: #7DBD9C;
}
</style>
background-color css
<style>
a { background-color: #7DBD9C; }
a { background-color: rgb(125,189,156); }
div.DivClassName
{
background-color: #7DBD9C;
}
.BgClassName
{
background-color: #7DBD9C;
}
</style>
border-color css
<style>
span { border-color: #7DBD9C; }
span { border-color: rgb(125,189,156); }
td.TdClassName
{
border-color: #7DBD9C;
}
.TagClassName
{
border-color: #7DBD9C;
}
</style>