Shades of Padua #7DBCA2
Tints of Padua #7DBCA2
RGB
CMYK
RGB Variations
Color information
#7DBCA2 (or 0x7DBCA2) is known color: Padua. HEX triplet: 7D, BC and A2. RGB value is (125,188,162). Sum of RGB (Red+Green+Blue) = 125+188+162=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCA2 is #82435D. Grayscale: #A6A6A6. Windows color (decimal): -8536926 or 10665085. OLE color: 10665085.
HSL color Cylindrical-coordinate representation of color #7DBCA2: hue angle of 155.24º degrees, saturation: 0.32, 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 #7DBCA2 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 162 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.26 |
| HSL | 155.24º | 0.32% | 0.61% | - |
| HSV(B) | 155.24º | 0.34% | 0.74% | - |
| XYZ | 32.96 | 42.94 | 40.73 | - |
| YUV | 166.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 162 | 0.34 | 0 | 0.14 | 0.26 | 155.24 | 0.32 | 0.61 |
| Hex | 7D | BC | A2 | 22 | 0 | E | 1A | 9B | 20 | 3D |
| Octal | 175 | 274 | 242 | 42 | 0 | 16 | 32 | 233 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10100010 | 100010 | 0 | 1110 | 11010 | 10011011 | 100000 | 111101 |
Color Harmonies of #7DBCA2
Complementary color
Monochromatic Colors of #7DBCA2
Black with #7DBCA2
Text Example
Text Example
White with #7DBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCA2; }
p { color: rgb(125,188,162); }
H1.HeaderClassName
{
color: #7DBCA2;
}
.AnyTagClassName
{
color: #7DBCA2;
}
</style>
background-color css
<style>
a { background-color: #7DBCA2; }
a { background-color: rgb(125,188,162); }
div.DivClassName
{
background-color: #7DBCA2;
}
.BgClassName
{
background-color: #7DBCA2;
}
</style>
border-color css
<style>
span { border-color: #7DBCA2; }
span { border-color: rgb(125,188,162); }
td.TdClassName
{
border-color: #7DBCA2;
}
.TagClassName
{
border-color: #7DBCA2;
}
</style>