Shades of Padua #7DBEA3
Tints of Padua #7DBEA3
RGB
CMYK
RGB Variations
Color information
#7DBEA3 (or 0x7DBEA3) is known color: Padua. HEX triplet: 7D, BE and A3. RGB value is (125,190,163). Sum of RGB (Red+Green+Blue) = 125+190+163=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEA3 is #82415C. Grayscale: #A7A7A7. Windows color (decimal): -8536413 or 10731133. OLE color: 10731133.
HSL color Cylindrical-coordinate representation of color #7DBEA3: hue angle of 155.08º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBEA3 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 163 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.25 |
| HSL | 155.08º | 0.33% | 0.62% | - |
| HSV(B) | 155.08º | 0.34% | 0.75% | - |
| XYZ | 33.48 | 43.83 | 41.35 | - |
| YUV | 167.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 163 | 0.34 | 0 | 0.14 | 0.25 | 155.08 | 0.33 | 0.62 |
| Hex | 7D | BE | A3 | 22 | 0 | E | 19 | 9B | 21 | 3E |
| Octal | 175 | 276 | 243 | 42 | 0 | 16 | 31 | 233 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10100011 | 100010 | 0 | 1110 | 11001 | 10011011 | 100001 | 111110 |
Color Harmonies of #7DBEA3
Complementary color
Monochromatic Colors of #7DBEA3
Black with #7DBEA3
Text Example
Text Example
White with #7DBEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEA3; }
p { color: rgb(125,190,163); }
H1.HeaderClassName
{
color: #7DBEA3;
}
.AnyTagClassName
{
color: #7DBEA3;
}
</style>
background-color css
<style>
a { background-color: #7DBEA3; }
a { background-color: rgb(125,190,163); }
div.DivClassName
{
background-color: #7DBEA3;
}
.BgClassName
{
background-color: #7DBEA3;
}
</style>
border-color css
<style>
span { border-color: #7DBEA3; }
span { border-color: rgb(125,190,163); }
td.TdClassName
{
border-color: #7DBEA3;
}
.TagClassName
{
border-color: #7DBEA3;
}
</style>