Shades of Padua #7DBBA0
Tints of Padua #7DBBA0
RGB
CMYK
RGB Variations
Color information
#7DBBA0 (or 0x7DBBA0) is known color: Padua. HEX triplet: 7D, BB and A0. RGB value is (125,187,160). Sum of RGB (Red+Green+Blue) = 125+187+160=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBA0 is #82445F. Grayscale: #A5A5A5. Windows color (decimal): -8537184 or 10533757. OLE color: 10533757.
HSL color Cylindrical-coordinate representation of color #7DBBA0: hue angle of 153.87º degrees, saturation: 0.31, 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 #7DBBA0 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 160 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.27 |
| HSL | 153.87º | 0.31% | 0.61% | - |
| HSV(B) | 153.87º | 0.33% | 0.73% | - |
| XYZ | 32.57 | 42.44 | 39.73 | - |
| YUV | 165.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 160 | 0.33 | 0 | 0.14 | 0.27 | 153.87 | 0.31 | 0.61 |
| Hex | 7D | BB | A0 | 21 | 0 | E | 1B | 9A | 1F | 3D |
| Octal | 175 | 273 | 240 | 41 | 0 | 16 | 33 | 232 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10100000 | 100001 | 0 | 1110 | 11011 | 10011010 | 11111 | 111101 |
Color Harmonies of #7DBBA0
Complementary color
Monochromatic Colors of #7DBBA0
Black with #7DBBA0
Text Example
Text Example
White with #7DBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBA0; }
p { color: rgb(125,187,160); }
H1.HeaderClassName
{
color: #7DBBA0;
}
.AnyTagClassName
{
color: #7DBBA0;
}
</style>
background-color css
<style>
a { background-color: #7DBBA0; }
a { background-color: rgb(125,187,160); }
div.DivClassName
{
background-color: #7DBBA0;
}
.BgClassName
{
background-color: #7DBBA0;
}
</style>
border-color css
<style>
span { border-color: #7DBBA0; }
span { border-color: rgb(125,187,160); }
td.TdClassName
{
border-color: #7DBBA0;
}
.TagClassName
{
border-color: #7DBBA0;
}
</style>