Shades of Padua #7FBD9D
Tints of Padua #7FBD9D
RGB
CMYK
RGB Variations
Color information
#7FBD9D (or 0x7FBD9D) is known color: Padua. HEX triplet: 7F, BD and 9D. RGB value is (127,189,157). Sum of RGB (Red+Green+Blue) = 127+189+157=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD9D is #804262. Grayscale: #A6A6A6. Windows color (decimal): -8405603 or 10337663. OLE color: 10337663.
HSL color Cylindrical-coordinate representation of color #7FBD9D: hue angle of 149.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBD9D is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 157 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.26 |
| HSL | 149.03º | 0.32% | 0.62% | - |
| HSV(B) | 149.03º | 0.33% | 0.74% | - |
| XYZ | 33.04 | 43.34 | 38.52 | - |
| YUV | 166.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 157 | 0.33 | 0 | 0.17 | 0.26 | 149.03 | 0.32 | 0.62 |
| Hex | 7F | BD | 9D | 21 | 0 | 11 | 1A | 95 | 20 | 3E |
| Octal | 177 | 275 | 235 | 41 | 0 | 21 | 32 | 225 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10011101 | 100001 | 0 | 10001 | 11010 | 10010101 | 100000 | 111110 |
Color Harmonies of #7FBD9D
Complementary color
Monochromatic Colors of #7FBD9D
Black with #7FBD9D
Text Example
Text Example
White with #7FBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD9D; }
p { color: rgb(127,189,157); }
H1.HeaderClassName
{
color: #7FBD9D;
}
.AnyTagClassName
{
color: #7FBD9D;
}
</style>
background-color css
<style>
a { background-color: #7FBD9D; }
a { background-color: rgb(127,189,157); }
div.DivClassName
{
background-color: #7FBD9D;
}
.BgClassName
{
background-color: #7FBD9D;
}
</style>
border-color css
<style>
span { border-color: #7FBD9D; }
span { border-color: rgb(127,189,157); }
td.TdClassName
{
border-color: #7FBD9D;
}
.TagClassName
{
border-color: #7FBD9D;
}
</style>