#7ECF9E

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

Shades of Padua #7ECF9E

Tints of Padua #7ECF9E

Color information

#7ECF9E (or 0x7ECF9E) is unknown color: approx Padua. HEX triplet: 7E, CF and 9E. RGB value is (126,207,158). Sum of RGB (Red+Green+Blue) = 126+207+158=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECF9E is #813061. Grayscale: #B1B1B1. Windows color (decimal): -8466530 or 10407806. OLE color: 10407806.

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

Color convert

RGB126207158-
CMYK0.3900.240.19
HSL143.7º45.76%65.29%-
HSV(B)143.7º39.13%81.18%-
XYZ37.0951.5340.34-
YUV177.2117.1691.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=25.66%
G=42.16%
B=32.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071580.3900.240.19143.745.7665.29
Hex7ECF9E2701813902e41
Octal176317236470302322056101
Binary1111110110011111001111010011101100010011100100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,207,158); }

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

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

 a { background-color: rgb(126,207,158); }

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

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

 span { border-color: rgb(126,207,158); }

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