Shades of Padua #7DC09A
Tints of Padua #7DC09A
RGB
CMYK
RGB Variations
Color information
#7DC09A (or 0x7DC09A) is known color: Padua. HEX triplet: 7D, C0 and 9A. RGB value is (125,192,154). Sum of RGB (Red+Green+Blue) = 125+192+154=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC09A is #823F65. Grayscale: #A7A7A7. Windows color (decimal): -8535910 or 10141821. OLE color: 10141821.
HSL color Cylindrical-coordinate representation of color #7DC09A: hue angle of 145.97º degrees, saturation: 0.35, 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 #7DC09A is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 154 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.25 |
| HSL | 145.97º | 0.35% | 0.62% | - |
| HSV(B) | 145.97º | 0.35% | 0.75% | - |
| XYZ | 33.14 | 44.39 | 37.39 | - |
| YUV | 167.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 154 | 0.35 | 0 | 0.20 | 0.25 | 145.97 | 0.35 | 0.62 |
| Hex | 7D | C0 | 9A | 23 | 0 | 14 | 19 | 92 | 23 | 3E |
| Octal | 175 | 300 | 232 | 43 | 0 | 24 | 31 | 222 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10011010 | 100011 | 0 | 10100 | 11001 | 10010010 | 100011 | 111110 |
Color Harmonies of #7DC09A
Complementary color
Monochromatic Colors of #7DC09A
Black with #7DC09A
Text Example
Text Example
White with #7DC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC09A; }
p { color: rgb(125,192,154); }
H1.HeaderClassName
{
color: #7DC09A;
}
.AnyTagClassName
{
color: #7DC09A;
}
</style>
background-color css
<style>
a { background-color: #7DC09A; }
a { background-color: rgb(125,192,154); }
div.DivClassName
{
background-color: #7DC09A;
}
.BgClassName
{
background-color: #7DC09A;
}
</style>
border-color css
<style>
span { border-color: #7DC09A; }
span { border-color: rgb(125,192,154); }
td.TdClassName
{
border-color: #7DC09A;
}
.TagClassName
{
border-color: #7DC09A;
}
</style>