Shades of Padua #7AC09B
Tints of Padua #7AC09B
RGB
CMYK
RGB Variations
Color information
#7AC09B (or 0x7AC09B) is known color: Padua. HEX triplet: 7A, C0 and 9B. RGB value is (122,192,155). Sum of RGB (Red+Green+Blue) = 122+192+155=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC09B is #853F64. Grayscale: #A6A6A6. Windows color (decimal): -8732517 or 10207354. OLE color: 10207354.
HSL color Cylindrical-coordinate representation of color #7AC09B: hue angle of 148.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC09B is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 155 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.25 |
| HSL | 148.29º | 0.36% | 0.62% | - |
| HSV(B) | 148.29º | 0.36% | 0.75% | - |
| XYZ | 32.79 | 44.2 | 37.81 | - |
| YUV | 166.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 155 | 0.36 | 0 | 0.19 | 0.25 | 148.29 | 0.36 | 0.62 |
| Hex | 7A | C0 | 9B | 24 | 0 | 13 | 19 | 94 | 24 | 3E |
| Octal | 172 | 300 | 233 | 44 | 0 | 23 | 31 | 224 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10011011 | 100100 | 0 | 10011 | 11001 | 10010100 | 100100 | 111110 |
Color Harmonies of #7AC09B
Complementary color
Monochromatic Colors of #7AC09B
Black with #7AC09B
Text Example
Text Example
White with #7AC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC09B; }
p { color: rgb(122,192,155); }
H1.HeaderClassName
{
color: #7AC09B;
}
.AnyTagClassName
{
color: #7AC09B;
}
</style>
background-color css
<style>
a { background-color: #7AC09B; }
a { background-color: rgb(122,192,155); }
div.DivClassName
{
background-color: #7AC09B;
}
.BgClassName
{
background-color: #7AC09B;
}
</style>
border-color css
<style>
span { border-color: #7AC09B; }
span { border-color: rgb(122,192,155); }
td.TdClassName
{
border-color: #7AC09B;
}
.TagClassName
{
border-color: #7AC09B;
}
</style>