Shades of Padua #7DBA9C
Tints of Padua #7DBA9C
RGB
CMYK
RGB Variations
Color information
#7DBA9C (or 0x7DBA9C) is known color: Padua. HEX triplet: 7D, BA and 9C. RGB value is (125,186,156). Sum of RGB (Red+Green+Blue) = 125+186+156=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBA9C is #824563. Grayscale: #A4A4A4. Windows color (decimal): -8537444 or 10271357. OLE color: 10271357.
HSL color Cylindrical-coordinate representation of color #7DBA9C: hue angle of 150.49º 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 #7DBA9C is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 156 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.27 |
| HSL | 150.49º | 0.31% | 0.61% | - |
| HSV(B) | 150.49º | 0.33% | 0.73% | - |
| XYZ | 32.02 | 41.88 | 37.85 | - |
| YUV | 164.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 156 | 0.33 | 0 | 0.16 | 0.27 | 150.49 | 0.31 | 0.61 |
| Hex | 7D | BA | 9C | 21 | 0 | 10 | 1B | 96 | 1F | 3D |
| Octal | 175 | 272 | 234 | 41 | 0 | 20 | 33 | 226 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10011100 | 100001 | 0 | 10000 | 11011 | 10010110 | 11111 | 111101 |
Color Harmonies of #7DBA9C
Complementary color
Monochromatic Colors of #7DBA9C
Black with #7DBA9C
Text Example
Text Example
White with #7DBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA9C; }
p { color: rgb(125,186,156); }
H1.HeaderClassName
{
color: #7DBA9C;
}
.AnyTagClassName
{
color: #7DBA9C;
}
</style>
background-color css
<style>
a { background-color: #7DBA9C; }
a { background-color: rgb(125,186,156); }
div.DivClassName
{
background-color: #7DBA9C;
}
.BgClassName
{
background-color: #7DBA9C;
}
</style>
border-color css
<style>
span { border-color: #7DBA9C; }
span { border-color: rgb(125,186,156); }
td.TdClassName
{
border-color: #7DBA9C;
}
.TagClassName
{
border-color: #7DBA9C;
}
</style>