Shades of Padua #7DB89F
Tints of Padua #7DB89F
RGB
CMYK
RGB Variations
Color information
#7DB89F (or 0x7DB89F) is known color: Padua. HEX triplet: 7D, B8 and 9F. RGB value is (125,184,159). Sum of RGB (Red+Green+Blue) = 125+184+159=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB89F is #824760. Grayscale: #A3A3A3. Windows color (decimal): -8537953 or 10467453. OLE color: 10467453.
HSL color Cylindrical-coordinate representation of color #7DB89F: hue angle of 154.58º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB89F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 159 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.28 |
| HSL | 154.58º | 0.29% | 0.61% | - |
| HSV(B) | 154.58º | 0.32% | 0.72% | - |
| XYZ | 31.86 | 41.14 | 39.06 | - |
| YUV | 163.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 159 | 0.32 | 0 | 0.14 | 0.28 | 154.58 | 0.29 | 0.61 |
| Hex | 7D | B8 | 9F | 20 | 0 | E | 1C | 9B | 1D | 3D |
| Octal | 175 | 270 | 237 | 40 | 0 | 16 | 34 | 233 | 35 | 75 |
| Binary | 1111101 | 10111000 | 10011111 | 100000 | 0 | 1110 | 11100 | 10011011 | 11101 | 111101 |
Color Harmonies of #7DB89F
Complementary color
Monochromatic Colors of #7DB89F
Black with #7DB89F
Text Example
Text Example
White with #7DB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB89F; }
p { color: rgb(125,184,159); }
H1.HeaderClassName
{
color: #7DB89F;
}
.AnyTagClassName
{
color: #7DB89F;
}
</style>
background-color css
<style>
a { background-color: #7DB89F; }
a { background-color: rgb(125,184,159); }
div.DivClassName
{
background-color: #7DB89F;
}
.BgClassName
{
background-color: #7DB89F;
}
</style>
border-color css
<style>
span { border-color: #7DB89F; }
span { border-color: rgb(125,184,159); }
td.TdClassName
{
border-color: #7DB89F;
}
.TagClassName
{
border-color: #7DB89F;
}
</style>