Shades of Padua #7FC09F
Tints of Padua #7FC09F
RGB
CMYK
RGB Variations
Color information
#7FC09F (or 0x7FC09F) is known color: Padua. HEX triplet: 7F, C0 and 9F. RGB value is (127,192,159). Sum of RGB (Red+Green+Blue) = 127+192+159=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC09F is #803F60. Grayscale: #A8A8A8. Windows color (decimal): -8404833 or 10469503. OLE color: 10469503.
HSL color Cylindrical-coordinate representation of color #7FC09F: hue angle of 149.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC09F is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 159 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.25 |
| HSL | 149.54º | 0.34% | 0.63% | - |
| HSV(B) | 149.54º | 0.34% | 0.75% | - |
| XYZ | 33.86 | 44.71 | 39.65 | - |
| YUV | 168.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 159 | 0.34 | 0 | 0.17 | 0.25 | 149.54 | 0.34 | 0.63 |
| Hex | 7F | C0 | 9F | 22 | 0 | 11 | 19 | 96 | 22 | 3F |
| Octal | 177 | 300 | 237 | 42 | 0 | 21 | 31 | 226 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10011111 | 100010 | 0 | 10001 | 11001 | 10010110 | 100010 | 111111 |
Color Harmonies of #7FC09F
Complementary color
Monochromatic Colors of #7FC09F
Black with #7FC09F
Text Example
Text Example
White with #7FC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC09F; }
p { color: rgb(127,192,159); }
H1.HeaderClassName
{
color: #7FC09F;
}
.AnyTagClassName
{
color: #7FC09F;
}
</style>
background-color css
<style>
a { background-color: #7FC09F; }
a { background-color: rgb(127,192,159); }
div.DivClassName
{
background-color: #7FC09F;
}
.BgClassName
{
background-color: #7FC09F;
}
</style>
border-color css
<style>
span { border-color: #7FC09F; }
span { border-color: rgb(127,192,159); }
td.TdClassName
{
border-color: #7FC09F;
}
.TagClassName
{
border-color: #7FC09F;
}
</style>