Shades of Padua #7ACB9F
Tints of Padua #7ACB9F
RGB
CMYK
RGB Variations
Color information
#7ACB9F (or 0x7ACB9F) is known color: Padua. HEX triplet: 7A, CB and 9F. RGB value is (122,203,159). Sum of RGB (Red+Green+Blue) = 122+203+159=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB9F is #853460. Grayscale: #ADADAD. Windows color (decimal): -8729697 or 10472314. OLE color: 10472314.
HSL color Cylindrical-coordinate representation of color #7ACB9F: hue angle of 147.41º degrees, saturation: 0.44, 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 #7ACB9F is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 159 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.20 |
| HSL | 147.41º | 0.44% | 0.64% | - |
| HSV(B) | 147.41º | 0.4% | 0.8% | - |
| XYZ | 35.64 | 49.35 | 40.45 | - |
| YUV | 173.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 159 | 0.40 | 0 | 0.22 | 0.20 | 147.41 | 0.44 | 0.64 |
| Hex | 7A | CB | 9F | 28 | 0 | 16 | 14 | 93 | 2C | 40 |
| Octal | 172 | 313 | 237 | 50 | 0 | 26 | 24 | 223 | 54 | 100 |
| Binary | 1111010 | 11001011 | 10011111 | 101000 | 0 | 10110 | 10100 | 10010011 | 101100 | 1000000 |
Color Harmonies of #7ACB9F
Complementary color
Monochromatic Colors of #7ACB9F
Black with #7ACB9F
Text Example
Text Example
White with #7ACB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB9F; }
p { color: rgb(122,203,159); }
H1.HeaderClassName
{
color: #7ACB9F;
}
.AnyTagClassName
{
color: #7ACB9F;
}
</style>
background-color css
<style>
a { background-color: #7ACB9F; }
a { background-color: rgb(122,203,159); }
div.DivClassName
{
background-color: #7ACB9F;
}
.BgClassName
{
background-color: #7ACB9F;
}
</style>
border-color css
<style>
span { border-color: #7ACB9F; }
span { border-color: rgb(122,203,159); }
td.TdClassName
{
border-color: #7ACB9F;
}
.TagClassName
{
border-color: #7ACB9F;
}
</style>