Shades of Padua #7DBF9C
Tints of Padua #7DBF9C
RGB
CMYK
RGB Variations
Color information
#7DBF9C (or 0x7DBF9C) is known color: Padua. HEX triplet: 7D, BF and 9C. RGB value is (125,191,156). Sum of RGB (Red+Green+Blue) = 125+191+156=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF9C is #824063. Grayscale: #A7A7A7. Windows color (decimal): -8536164 or 10272637. OLE color: 10272637.
HSL color Cylindrical-coordinate representation of color #7DBF9C: hue angle of 148.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF9C is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 156 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.25 |
| HSL | 148.18º | 0.34% | 0.62% | - |
| HSV(B) | 148.18º | 0.35% | 0.75% | - |
| XYZ | 33.09 | 44.02 | 38.21 | - |
| YUV | 167.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 156 | 0.35 | 0 | 0.18 | 0.25 | 148.18 | 0.34 | 0.62 |
| Hex | 7D | BF | 9C | 23 | 0 | 12 | 19 | 94 | 22 | 3E |
| Octal | 175 | 277 | 234 | 43 | 0 | 22 | 31 | 224 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10011100 | 100011 | 0 | 10010 | 11001 | 10010100 | 100010 | 111110 |
Color Harmonies of #7DBF9C
Complementary color
Monochromatic Colors of #7DBF9C
Black with #7DBF9C
Text Example
Text Example
White with #7DBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF9C; }
p { color: rgb(125,191,156); }
H1.HeaderClassName
{
color: #7DBF9C;
}
.AnyTagClassName
{
color: #7DBF9C;
}
</style>
background-color css
<style>
a { background-color: #7DBF9C; }
a { background-color: rgb(125,191,156); }
div.DivClassName
{
background-color: #7DBF9C;
}
.BgClassName
{
background-color: #7DBF9C;
}
</style>
border-color css
<style>
span { border-color: #7DBF9C; }
span { border-color: rgb(125,191,156); }
td.TdClassName
{
border-color: #7DBF9C;
}
.TagClassName
{
border-color: #7DBF9C;
}
</style>