Shades of Padua #7DBE9E
Tints of Padua #7DBE9E
RGB
CMYK
RGB Variations
Color information
#7DBE9E (or 0x7DBE9E) is known color: Padua. HEX triplet: 7D, BE and 9E. RGB value is (125,190,158). Sum of RGB (Red+Green+Blue) = 125+190+158=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE9E is #824161. Grayscale: #A6A6A6. Windows color (decimal): -8536418 or 10403453. OLE color: 10403453.
HSL color Cylindrical-coordinate representation of color #7DBE9E: hue angle of 150.46º 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 #7DBE9E is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 158 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.25 |
| HSL | 150.46º | 0.33% | 0.62% | - |
| HSV(B) | 150.46º | 0.34% | 0.75% | - |
| XYZ | 33.04 | 43.66 | 39.03 | - |
| YUV | 166.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 158 | 0.34 | 0 | 0.17 | 0.25 | 150.46 | 0.33 | 0.62 |
| Hex | 7D | BE | 9E | 22 | 0 | 11 | 19 | 96 | 21 | 3E |
| Octal | 175 | 276 | 236 | 42 | 0 | 21 | 31 | 226 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10011110 | 100010 | 0 | 10001 | 11001 | 10010110 | 100001 | 111110 |
Color Harmonies of #7DBE9E
Complementary color
Monochromatic Colors of #7DBE9E
Black with #7DBE9E
Text Example
Text Example
White with #7DBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE9E; }
p { color: rgb(125,190,158); }
H1.HeaderClassName
{
color: #7DBE9E;
}
.AnyTagClassName
{
color: #7DBE9E;
}
</style>
background-color css
<style>
a { background-color: #7DBE9E; }
a { background-color: rgb(125,190,158); }
div.DivClassName
{
background-color: #7DBE9E;
}
.BgClassName
{
background-color: #7DBE9E;
}
</style>
border-color css
<style>
span { border-color: #7DBE9E; }
span { border-color: rgb(125,190,158); }
td.TdClassName
{
border-color: #7DBE9E;
}
.TagClassName
{
border-color: #7DBE9E;
}
</style>