#7DD19F

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

Shades of Padua #7DD19F

Tints of Padua #7DD19F

Color information

#7DD19F (or 0x7DD19F) is unknown color: approx Padua. HEX triplet: 7D, D1 and 9F. RGB value is (125,209,159). Sum of RGB (Red+Green+Blue) = 125+209+159=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD19F is #822E60. Grayscale: #B2B2B2. Windows color (decimal): -8531553 or 10473853. OLE color: 10473853.

HSL color Cylindrical-coordinate representation of color #7DD19F: hue angle of 144.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD19F is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB125209159-
CMYK0.4000.240.18
HSL144.29º47.73%65.49%-
HSV(B)144.29º40.19%81.96%-
XYZ37.5252.4640.95-
YUV178.18117.1790.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 209 (82.03% from 255) = 42.39%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=25.35%
G=42.39%
B=32.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252091590.4000.240.18144.2947.7365.49
Hex7DD19F2801812903041
Octal175321237500302222060101
Binary1111101110100011001111110100001100010010100100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,209,159); }

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

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

 a { background-color: rgb(125,209,159); }

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

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

 span { border-color: rgb(125,209,159); }

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