Shades of Padua #7DBE9C
Tints of Padua #7DBE9C
RGB
CMYK
RGB Variations
Color information
#7DBE9C (or 0x7DBE9C) is known color: Padua. HEX triplet: 7D, BE and 9C. RGB value is (125,190,156). Sum of RGB (Red+Green+Blue) = 125+190+156=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE9C is #824163. Grayscale: #A6A6A6. Windows color (decimal): -8536420 or 10272381. OLE color: 10272381.
HSL color Cylindrical-coordinate representation of color #7DBE9C: hue angle of 148.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE9C is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 156 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.25 |
| HSL | 148.62º | 0.33% | 0.62% | - |
| HSV(B) | 148.62º | 0.34% | 0.75% | - |
| XYZ | 32.87 | 43.59 | 38.13 | - |
| YUV | 166.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 156 | 0.34 | 0 | 0.18 | 0.25 | 148.62 | 0.33 | 0.62 |
| Hex | 7D | BE | 9C | 22 | 0 | 12 | 19 | 95 | 21 | 3E |
| Octal | 175 | 276 | 234 | 42 | 0 | 22 | 31 | 225 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10011100 | 100010 | 0 | 10010 | 11001 | 10010101 | 100001 | 111110 |
Color Harmonies of #7DBE9C
Complementary color
Monochromatic Colors of #7DBE9C
Black with #7DBE9C
Text Example
Text Example
White with #7DBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE9C; }
p { color: rgb(125,190,156); }
H1.HeaderClassName
{
color: #7DBE9C;
}
.AnyTagClassName
{
color: #7DBE9C;
}
</style>
background-color css
<style>
a { background-color: #7DBE9C; }
a { background-color: rgb(125,190,156); }
div.DivClassName
{
background-color: #7DBE9C;
}
.BgClassName
{
background-color: #7DBE9C;
}
</style>
border-color css
<style>
span { border-color: #7DBE9C; }
span { border-color: rgb(125,190,156); }
td.TdClassName
{
border-color: #7DBE9C;
}
.TagClassName
{
border-color: #7DBE9C;
}
</style>