Shades of Padua #7CB9A0
Tints of Padua #7CB9A0
RGB
CMYK
RGB Variations
Color information
#7CB9A0 (or 0x7CB9A0) is known color: Padua. HEX triplet: 7C, B9 and A0. RGB value is (124,185,160). Sum of RGB (Red+Green+Blue) = 124+185+160=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB9A0 is #83465F. Grayscale: #A3A3A3. Windows color (decimal): -8603232 or 10533244. OLE color: 10533244.
HSL color Cylindrical-coordinate representation of color #7CB9A0: hue angle of 155.41º 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 #7CB9A0 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 160 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.27 |
| HSL | 155.41º | 0.3% | 0.61% | - |
| HSV(B) | 155.41º | 0.33% | 0.73% | - |
| XYZ | 32.01 | 41.52 | 39.59 | - |
| YUV | 163.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 160 | 0.33 | 0 | 0.14 | 0.27 | 155.41 | 0.3 | 0.61 |
| Hex | 7C | B9 | A0 | 21 | 0 | E | 1B | 9B | 1E | 3D |
| Octal | 174 | 271 | 240 | 41 | 0 | 16 | 33 | 233 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10100000 | 100001 | 0 | 1110 | 11011 | 10011011 | 11110 | 111101 |
Color Harmonies of #7CB9A0
Complementary color
Monochromatic Colors of #7CB9A0
Black with #7CB9A0
Text Example
Text Example
White with #7CB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB9A0; }
p { color: rgb(124,185,160); }
H1.HeaderClassName
{
color: #7CB9A0;
}
.AnyTagClassName
{
color: #7CB9A0;
}
</style>
background-color css
<style>
a { background-color: #7CB9A0; }
a { background-color: rgb(124,185,160); }
div.DivClassName
{
background-color: #7CB9A0;
}
.BgClassName
{
background-color: #7CB9A0;
}
</style>
border-color css
<style>
span { border-color: #7CB9A0; }
span { border-color: rgb(124,185,160); }
td.TdClassName
{
border-color: #7CB9A0;
}
.TagClassName
{
border-color: #7CB9A0;
}
</style>