Shades of Padua #7FCE9F
Tints of Padua #7FCE9F
RGB
CMYK
RGB Variations
Color information
#7FCE9F (or 0x7FCE9F) is known color: Padua. HEX triplet: 7F, CE and 9F. RGB value is (127,206,159). Sum of RGB (Red+Green+Blue) = 127+206+159=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE9F is #803160. Grayscale: #B1B1B1. Windows color (decimal): -8401249 or 10473087. OLE color: 10473087.
HSL color Cylindrical-coordinate representation of color #7FCE9F: hue angle of 144.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCE9F is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 159 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.19 |
| HSL | 144.3º | 0.45% | 0.65% | - |
| HSV(B) | 144.3º | 0.38% | 0.81% | - |
| XYZ | 37.08 | 51.16 | 40.72 | - |
| YUV | 177.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 159 | 0.38 | 0 | 0.23 | 0.19 | 144.3 | 0.45 | 0.65 |
| Hex | 7F | CE | 9F | 26 | 0 | 17 | 13 | 90 | 2D | 41 |
| Octal | 177 | 316 | 237 | 46 | 0 | 27 | 23 | 220 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10011111 | 100110 | 0 | 10111 | 10011 | 10010000 | 101101 | 1000001 |
Color Harmonies of #7FCE9F
Complementary color
Monochromatic Colors of #7FCE9F
Black with #7FCE9F
Text Example
Text Example
White with #7FCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE9F; }
p { color: rgb(127,206,159); }
H1.HeaderClassName
{
color: #7FCE9F;
}
.AnyTagClassName
{
color: #7FCE9F;
}
</style>
background-color css
<style>
a { background-color: #7FCE9F; }
a { background-color: rgb(127,206,159); }
div.DivClassName
{
background-color: #7FCE9F;
}
.BgClassName
{
background-color: #7FCE9F;
}
</style>
border-color css
<style>
span { border-color: #7FCE9F; }
span { border-color: rgb(127,206,159); }
td.TdClassName
{
border-color: #7FCE9F;
}
.TagClassName
{
border-color: #7FCE9F;
}
</style>