Shades of Padua #7CB994
Tints of Padua #7CB994
RGB
CMYK
RGB Variations
Color information
#7CB994 (or 0x7CB994) is known color: Padua. HEX triplet: 7C, B9 and 94. RGB value is (124,185,148). Sum of RGB (Red+Green+Blue) = 124+185+148=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB994 is #83466B. Grayscale: #A2A2A2. Windows color (decimal): -8603244 or 9746812. OLE color: 9746812.
HSL color Cylindrical-coordinate representation of color #7CB994: hue angle of 143.61º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB994 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 148 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.27 |
| HSL | 143.61º | 0.3% | 0.61% | - |
| HSV(B) | 143.61º | 0.33% | 0.73% | - |
| XYZ | 31.01 | 41.12 | 34.32 | - |
| YUV | 162.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 148 | 0.33 | 0 | 0.20 | 0.27 | 143.61 | 0.3 | 0.61 |
| Hex | 7C | B9 | 94 | 21 | 0 | 14 | 1B | 90 | 1E | 3D |
| Octal | 174 | 271 | 224 | 41 | 0 | 24 | 33 | 220 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10010100 | 100001 | 0 | 10100 | 11011 | 10010000 | 11110 | 111101 |
Color Harmonies of #7CB994
Complementary color
Monochromatic Colors of #7CB994
Black with #7CB994
Text Example
Text Example
White with #7CB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB994; }
p { color: rgb(124,185,148); }
H1.HeaderClassName
{
color: #7CB994;
}
.AnyTagClassName
{
color: #7CB994;
}
</style>
background-color css
<style>
a { background-color: #7CB994; }
a { background-color: rgb(124,185,148); }
div.DivClassName
{
background-color: #7CB994;
}
.BgClassName
{
background-color: #7CB994;
}
</style>
border-color css
<style>
span { border-color: #7CB994; }
span { border-color: rgb(124,185,148); }
td.TdClassName
{
border-color: #7CB994;
}
.TagClassName
{
border-color: #7CB994;
}
</style>