Shades of Padua #7CB998
Tints of Padua #7CB998
RGB
CMYK
RGB Variations
Color information
#7CB998 (or 0x7CB998) is known color: Padua. HEX triplet: 7C, B9 and 98. RGB value is (124,185,152). Sum of RGB (Red+Green+Blue) = 124+185+152=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB998 is #834667. Grayscale: #A3A3A3. Windows color (decimal): -8603240 or 10008956. OLE color: 10008956.
HSL color Cylindrical-coordinate representation of color #7CB998: hue angle of 147.54º 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 #7CB998 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 152 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.27 |
| HSL | 147.54º | 0.3% | 0.61% | - |
| HSV(B) | 147.54º | 0.33% | 0.73% | - |
| XYZ | 31.33 | 41.25 | 36.02 | - |
| YUV | 163 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 152 | 0.33 | 0 | 0.18 | 0.27 | 147.54 | 0.3 | 0.61 |
| Hex | 7C | B9 | 98 | 21 | 0 | 12 | 1B | 94 | 1E | 3D |
| Octal | 174 | 271 | 230 | 41 | 0 | 22 | 33 | 224 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10011000 | 100001 | 0 | 10010 | 11011 | 10010100 | 11110 | 111101 |
Color Harmonies of #7CB998
Complementary color
Monochromatic Colors of #7CB998
Black with #7CB998
Text Example
Text Example
White with #7CB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB998; }
p { color: rgb(124,185,152); }
H1.HeaderClassName
{
color: #7CB998;
}
.AnyTagClassName
{
color: #7CB998;
}
</style>
background-color css
<style>
a { background-color: #7CB998; }
a { background-color: rgb(124,185,152); }
div.DivClassName
{
background-color: #7CB998;
}
.BgClassName
{
background-color: #7CB998;
}
</style>
border-color css
<style>
span { border-color: #7CB998; }
span { border-color: rgb(124,185,152); }
td.TdClassName
{
border-color: #7CB998;
}
.TagClassName
{
border-color: #7CB998;
}
</style>