Shades of Padua #7CB598
Tints of Padua #7CB598
RGB
CMYK
RGB Variations
Color information
#7CB598 (or 0x7CB598) is known color: Padua. HEX triplet: 7C, B5 and 98. RGB value is (124,181,152). Sum of RGB (Red+Green+Blue) = 124+181+152=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB598 is #834A67. Grayscale: #A0A0A0. Windows color (decimal): -8604264 or 10007932. OLE color: 10007932.
HSL color Cylindrical-coordinate representation of color #7CB598: hue angle of 149.47º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB598 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 152 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.29 |
| HSL | 149.47º | 0.28% | 0.6% | - |
| HSV(B) | 149.47º | 0.31% | 0.71% | - |
| XYZ | 30.5 | 39.6 | 35.74 | - |
| YUV | 160.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 152 | 0.31 | 0 | 0.16 | 0.29 | 149.47 | 0.28 | 0.6 |
| Hex | 7C | B5 | 98 | 1F | 0 | 10 | 1D | 95 | 1C | 3C |
| Octal | 174 | 265 | 230 | 37 | 0 | 20 | 35 | 225 | 34 | 74 |
| Binary | 1111100 | 10110101 | 10011000 | 11111 | 0 | 10000 | 11101 | 10010101 | 11100 | 111100 |
Color Harmonies of #7CB598
Complementary color
Monochromatic Colors of #7CB598
Black with #7CB598
Text Example
Text Example
White with #7CB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB598; }
p { color: rgb(124,181,152); }
H1.HeaderClassName
{
color: #7CB598;
}
.AnyTagClassName
{
color: #7CB598;
}
</style>
background-color css
<style>
a { background-color: #7CB598; }
a { background-color: rgb(124,181,152); }
div.DivClassName
{
background-color: #7CB598;
}
.BgClassName
{
background-color: #7CB598;
}
</style>
border-color css
<style>
span { border-color: #7CB598; }
span { border-color: rgb(124,181,152); }
td.TdClassName
{
border-color: #7CB598;
}
.TagClassName
{
border-color: #7CB598;
}
</style>