Shades of Padua #7DBE96
Tints of Padua #7DBE96
RGB
CMYK
RGB Variations
Color information
#7DBE96 (or 0x7DBE96) is known color: Padua. HEX triplet: 7D, BE and 96. RGB value is (125,190,150). Sum of RGB (Red+Green+Blue) = 125+190+150=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE96 is #824169. Grayscale: #A6A6A6. Windows color (decimal): -8536426 or 9879165. OLE color: 9879165.
HSL color Cylindrical-coordinate representation of color #7DBE96: hue angle of 143.08º 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 #7DBE96 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 150 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.25 |
| HSL | 143.08º | 0.33% | 0.62% | - |
| HSV(B) | 143.08º | 0.34% | 0.75% | - |
| XYZ | 32.38 | 43.39 | 35.52 | - |
| YUV | 166.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 150 | 0.34 | 0 | 0.21 | 0.25 | 143.08 | 0.33 | 0.62 |
| Hex | 7D | BE | 96 | 22 | 0 | 15 | 19 | 8F | 21 | 3E |
| Octal | 175 | 276 | 226 | 42 | 0 | 25 | 31 | 217 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10010110 | 100010 | 0 | 10101 | 11001 | 10001111 | 100001 | 111110 |
Color Harmonies of #7DBE96
Complementary color
Monochromatic Colors of #7DBE96
Black with #7DBE96
Text Example
Text Example
White with #7DBE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE96; }
p { color: rgb(125,190,150); }
H1.HeaderClassName
{
color: #7DBE96;
}
.AnyTagClassName
{
color: #7DBE96;
}
</style>
background-color css
<style>
a { background-color: #7DBE96; }
a { background-color: rgb(125,190,150); }
div.DivClassName
{
background-color: #7DBE96;
}
.BgClassName
{
background-color: #7DBE96;
}
</style>
border-color css
<style>
span { border-color: #7DBE96; }
span { border-color: rgb(125,190,150); }
td.TdClassName
{
border-color: #7DBE96;
}
.TagClassName
{
border-color: #7DBE96;
}
</style>