Shades of Padua #7DCA9B
Tints of Padua #7DCA9B
RGB
CMYK
RGB Variations
Color information
#7DCA9B (or 0x7DCA9B) is known color: Padua. HEX triplet: 7D, CA and 9B. RGB value is (125,202,155). Sum of RGB (Red+Green+Blue) = 125+202+155=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA9B is #823564. Grayscale: #ADADAD. Windows color (decimal): -8533349 or 10209917. OLE color: 10209917.
HSL color Cylindrical-coordinate representation of color #7DCA9B: hue angle of 143.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCA9B is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 155 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.21 |
| HSL | 143.38º | 0.42% | 0.64% | - |
| HSV(B) | 143.38º | 0.38% | 0.79% | - |
| XYZ | 35.49 | 48.97 | 38.59 | - |
| YUV | 173.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 155 | 0.38 | 0 | 0.23 | 0.21 | 143.38 | 0.42 | 0.64 |
| Hex | 7D | CA | 9B | 26 | 0 | 17 | 15 | 8F | 2A | 40 |
| Octal | 175 | 312 | 233 | 46 | 0 | 27 | 25 | 217 | 52 | 100 |
| Binary | 1111101 | 11001010 | 10011011 | 100110 | 0 | 10111 | 10101 | 10001111 | 101010 | 1000000 |
Color Harmonies of #7DCA9B
Complementary color
Monochromatic Colors of #7DCA9B
Black with #7DCA9B
Text Example
Text Example
White with #7DCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCA9B; }
p { color: rgb(125,202,155); }
H1.HeaderClassName
{
color: #7DCA9B;
}
.AnyTagClassName
{
color: #7DCA9B;
}
</style>
background-color css
<style>
a { background-color: #7DCA9B; }
a { background-color: rgb(125,202,155); }
div.DivClassName
{
background-color: #7DCA9B;
}
.BgClassName
{
background-color: #7DCA9B;
}
</style>
border-color css
<style>
span { border-color: #7DCA9B; }
span { border-color: rgb(125,202,155); }
td.TdClassName
{
border-color: #7DCA9B;
}
.TagClassName
{
border-color: #7DCA9B;
}
</style>