Shades of Padua #7ACD9B
Tints of Padua #7ACD9B
RGB
CMYK
RGB Variations
Color information
#7ACD9B (or 0x7ACD9B) is known color: Padua. HEX triplet: 7A, CD and 9B. RGB value is (122,205,155). Sum of RGB (Red+Green+Blue) = 122+205+155=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD9B is #853264. Grayscale: #AEAEAE. Windows color (decimal): -8729189 or 10210682. OLE color: 10210682.
HSL color Cylindrical-coordinate representation of color #7ACD9B: hue angle of 143.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACD9B is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 155 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.20 |
| HSL | 143.86º | 0.45% | 0.64% | - |
| HSV(B) | 143.86º | 0.4% | 0.8% | - |
| XYZ | 35.77 | 50.17 | 38.81 | - |
| YUV | 174.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 155 | 0.40 | 0 | 0.24 | 0.20 | 143.86 | 0.45 | 0.64 |
| Hex | 7A | CD | 9B | 28 | 0 | 18 | 14 | 90 | 2D | 40 |
| Octal | 172 | 315 | 233 | 50 | 0 | 30 | 24 | 220 | 55 | 100 |
| Binary | 1111010 | 11001101 | 10011011 | 101000 | 0 | 11000 | 10100 | 10010000 | 101101 | 1000000 |
Color Harmonies of #7ACD9B
Complementary color
Monochromatic Colors of #7ACD9B
Black with #7ACD9B
Text Example
Text Example
White with #7ACD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD9B; }
p { color: rgb(122,205,155); }
H1.HeaderClassName
{
color: #7ACD9B;
}
.AnyTagClassName
{
color: #7ACD9B;
}
</style>
background-color css
<style>
a { background-color: #7ACD9B; }
a { background-color: rgb(122,205,155); }
div.DivClassName
{
background-color: #7ACD9B;
}
.BgClassName
{
background-color: #7ACD9B;
}
</style>
border-color css
<style>
span { border-color: #7ACD9B; }
span { border-color: rgb(122,205,155); }
td.TdClassName
{
border-color: #7ACD9B;
}
.TagClassName
{
border-color: #7ACD9B;
}
</style>