Shades of Padua #7CBDA0
Tints of Padua #7CBDA0
RGB
CMYK
RGB Variations
Color information
#7CBDA0 (or 0x7CBDA0) is known color: Padua. HEX triplet: 7C, BD and A0. RGB value is (124,189,160). Sum of RGB (Red+Green+Blue) = 124+189+160=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBDA0 is #83425F. Grayscale: #A6A6A6. Windows color (decimal): -8602208 or 10534268. OLE color: 10534268.
HSL color Cylindrical-coordinate representation of color #7CBDA0: hue angle of 153.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBDA0 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 160 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.26 |
| HSL | 153.23º | 0.33% | 0.61% | - |
| HSV(B) | 153.23º | 0.34% | 0.74% | - |
| XYZ | 32.85 | 43.22 | 39.87 | - |
| YUV | 166.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 160 | 0.34 | 0 | 0.15 | 0.26 | 153.23 | 0.33 | 0.61 |
| Hex | 7C | BD | A0 | 22 | 0 | F | 1A | 99 | 21 | 3D |
| Octal | 174 | 275 | 240 | 42 | 0 | 17 | 32 | 231 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10100000 | 100010 | 0 | 1111 | 11010 | 10011001 | 100001 | 111101 |
Color Harmonies of #7CBDA0
Complementary color
Monochromatic Colors of #7CBDA0
Black with #7CBDA0
Text Example
Text Example
White with #7CBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDA0; }
p { color: rgb(124,189,160); }
H1.HeaderClassName
{
color: #7CBDA0;
}
.AnyTagClassName
{
color: #7CBDA0;
}
</style>
background-color css
<style>
a { background-color: #7CBDA0; }
a { background-color: rgb(124,189,160); }
div.DivClassName
{
background-color: #7CBDA0;
}
.BgClassName
{
background-color: #7CBDA0;
}
</style>
border-color css
<style>
span { border-color: #7CBDA0; }
span { border-color: rgb(124,189,160); }
td.TdClassName
{
border-color: #7CBDA0;
}
.TagClassName
{
border-color: #7CBDA0;
}
</style>