#7FD09F

Color #7FD09F Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FD09F

Tints of Padua #7FD09F

Color information

#7FD09F (or 0x7FD09F) is unknown color: approx Padua. HEX triplet: 7F, D0 and 9F. RGB value is (127,208,159). Sum of RGB (Red+Green+Blue) = 127+208+159=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD09F is #802F60. Grayscale: #B2B2B2. Windows color (decimal): -8400737 or 10473599. OLE color: 10473599.

HSL color Cylindrical-coordinate representation of color #7FD09F: hue angle of 143.7º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD09F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB127208159-
CMYK0.3900.240.18
HSL143.7º46.29%65.69%-
HSV(B)143.7º38.94%81.57%-
XYZ37.5752.1340.88-
YUV178.2117.1691.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 25.71%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=25.71%
G=42.11%
B=32.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272081590.3900.240.18143.746.2965.69
Hex7FD09F2701812902e42
Octal177320237470302222056102
Binary1111111110100001001111110011101100010010100100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD09F; }

 p { color: rgb(127,208,159); }

 H1.HeaderClassName
 {
   color: #7FD09F;
 }
 .AnyTagClassName
 {
   color: #7FD09F;
 }
</style>
background-color css

<style>
 a { background-color: #7FD09F; }

 a { background-color: rgb(127,208,159); }

 div.DivClassName
 {
   background-color: #7FD09F;
 }
 .BgClassName
 {
   background-color: #7FD09F;
 }
</style>
border-color css

<style>
 span { border-color: #7FD09F; }

 span { border-color: rgb(127,208,159); }

 td.TdClassName
 {
   border-color: #7FD09F;
 }
 .TagClassName
 {
   border-color: #7FD09F;
 }
</style>