Teal Color as background of frame etc

i am developing oracle forms 9i and set the color scheme as teal in formsweb.cfg now in the forms the using frames background color become white how can i make them transparent or the same color code as teal color has. i am unable to find the color code of teal.
Thanx in advance

Hi There
There a numerous website that will give up this value. e.g. As shown on http://www.on-the-matrix.com/webtools/HtmlColorCodes.aspx values for Teal are as follows:
RGB:0, 128, 128
Percent:0%, 50%, 50%
Hex:008080
HSL:180, 100%, 25%
In forms you are looking for the persentage RGB e.g r0g50b50
Hope this is what you're looking for.
Cheers
Q

Similar Messages

  • Uneven color between background text frame and underlying frame fill

    Hi. I'm using InDesign CS3 on Windows XP.
    On my document, the main heading is in a frame with a fill of 'None'. The heading text has a bevel and emboss. The text frame sits on a background A4 frame which is filled with a Pantone spot colour.
    When I print the cover page, the color filling the text frame is slightly different from the background Pantone color, even though the text frame has no color fill.
    When I checked the document before printing in View>Overprint Preview, it appeared to be fine. The PDF also looked fine. In both situations, I could not discern a color difference but it is there in the printed document.
    To provide a color behind the text which matches the fill color of the frame occupying the whole page, what should I do? My gut feel is to select the background frame and the text frame and check the knockout box on the effects panel or something like that.
    I hope I have explained sufficiently clearly the problem I am experiencing.
    Look forward to hearing your suggestions.
    Thanks
    Frank

    http://indesignsecrets.com/eliminating-ydb-yucky-discolored-box-syndrome.php

  • Links to explain Gobs, P frames (etc)

    Hi
    Please see my earlier "discussion" at this link:
    http://forums.adobe.com/thread/564421?tstart=0
    I think my final question got lost in the main discussion.  So this thread is to ask for any good links links that wil explain Gobs, P frames etc, in relation to Premiere Pro (CS4).
    Thanks
    ...Rowby

    Read here:
    http://images.apple.com/quicktime/pdf/H264_Technology_Brief.pdf
    and here:
    http://en.wikipedia.org/wiki/H.264
    That ought to get you started.  For more background on temporal compression, read here:
    http://tangentsoft.net/video/mpeg/edit.html
    Those same principles apply to today's more advanced codecs, too.
    -Jeff
    PS - it's GOPs (Group Of Pictures), not Gobs.

  • How can I select and delete the fill color (white background) of a live trace (B&W) with in an actio

    How can I select and delete the fill color (white background) of a live trace (B&W) with in an action set?
    Illustrator CS4 in windows XP.

    Maybe Li[ve trace] is not t]he way[ to go
    I have some suggestion one leave it as is and use a blending mode of multiply to give it a color background like this
    leave it as is make it a grayscale tiff import int Illustrator and color it it in Illustrator like this
    Or trace over it with the brush tool aand then give it a color ground.
    Or do the original over and do a cleaner job with no tone or a minimum of tone. Then Live trace.

  • Framing image with transparent background png frame

    hi,
    i'm trying to find a way to frame images with transparent background png frames...
    what i'm doing now is
    1-drawing my image on a panel
    2-creating a 2nd image using the frame's filename, stretching this 'frame-image' to a size slighlty larger than that of my main image and drawing the 'frame-image'
    the problems with this method are:
    1-depending on the width of the frame, the frame sometimes hides parts of the image (thick frame), and sometimes there is a gap between the frame and the image (thin frame).
    2-if the image file containing the frame is larger than the frame (Ex: The image is 300x300, the frame is centered in this image and is 200x200; as opposed to the image is 200x200 and the frame takes up all the space), when i position the 'frame-image' near the top left corner of the image i want to frame, the frame appears at the wrong place (shifted down and to the right). This is due to the fact that i'm placing the top corner of the created 'frame-image' and not the frame, who is not in the top corner of my 'frame-image'.
    Is there a way to do what i'm trying to do???
    My ideas (which i don't know how to achieve are)
    1-To 'analyse' my transparent background png file and
         1-only keep the frame,
         2-calculate the frame's thickness
    OR
    2-Let java do the analyzing for me and tell it to frame my image with the frame in the png file
    please feel free to ask for more explanations if my description/question is confusing,
    thanks.

    Have you looked into the Border interface? If what you really want to do
    is put a custom border on a component, you may be able to do it this way.
    Anyway, here is some code that stacks and centres 2 images. It's not hard to do.
    import java.awt.*;
    import java.awt.image.*;
    import java.io.*;
    import java.net.*;
    import javax.imageio.*;
    import javax.swing.*;
    public class Example extends JComponent {
        private BufferedImage backgroundImage;
        private BufferedImage foregroundImage;
        public Example(BufferedImage backgroundImage, BufferedImage foregroundImage) {
            this.backgroundImage = backgroundImage;
            this.foregroundImage = foregroundImage;
        public Dimension getPreferredSize() {
            int w = backgroundImage.getWidth();
            int h = backgroundImage.getHeight();
            return new Dimension(w, h); //assuming this is bigger
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            int w = getWidth();
            int h = getHeight();
            //paint both, centred
            int x0 = (w-backgroundImage.getWidth())/2, y0 = (h-backgroundImage.getHeight())/2;
            g.drawImage(backgroundImage, x0, y0, null);
            int x1 = (w-foregroundImage.getWidth())/2, y1 = (h-foregroundImage.getHeight())/2;
            g.drawImage(foregroundImage, x1, y1, null);
        public static void main(String[] args) throws IOException {
            URL url1 = new URL("http://weblogs.java.net/jag/Image54-large.jpeg");
            URL url2 = new URL("http://weblogs.java.net/jag/DukeSaltimbanqueSmall.jpeg");
            JComponent comp = new Example(ImageIO.read(url1), ImageIO.read(url2));
            final JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(comp);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • How to color the background of a text line in mail

    How to color the background of a text line in mail
    The forum has a message dated 2005 that this cannot be done, has the recent OS made this a feature.
    I still caanot seem to see any where it is available.
    Thanks
    Greg

    greg1424 wrote:
    Does pages do that?
    Yes.
    I also have Office for MAC but rarely use it as it is too cumbersome for me.
    Microsoft Office does it also.  So does Libre Office, Open Office and just about any full function word processor app.
    Dan

  • How we can change JFrame Border Color Not Background.

    How we change jframe border color not background
    if any body know about that then plz tell me
    at this [email protected]
    i m thanksfull to ..... .

    hi Shafr
    beleive it or not, i got it using trial and error. i keep
    trying words in the function setStyle until the color changed. i
    dont know why it is not documented.
    var periodBarColor:SolidColor = new
    SolidColor(taskSchedColorChooser.selectedColor, 1);
    periodBar.setStyle("fill",periodBarColor);
    //where taskSchedColorChooser is colorPicker component. you
    can replace it by any color you want

  • Selective replace foreground-color with background-color

    Hi,
    I'm new to Photoshop and coming from paint shop pro (psp).
    Now I have to recolor a black dotted arrow in a bitmap to red.
    All other contents are black, too. In psp there is a tool/brush to
    replace foreground-color with background-color. So I'd select
    black as foreground-color and red as background-color, hover
    with cursor over the area to recolor and that's it.
    How to do it with Photoshop?
    Thanks in advance
    Jörg

    softmonauts wrote:
    Now I have to recolor a black dotted arrow in a bitmap to red.
    All other contents are black, too.
    Can you clarify this?  It sounds like you have a black arrow on a black background.

  • Color of background for comments in Pages

    In Pages 09, the default color for all comments is a yellow background. Is it possible to change that? Could one have multiple comments that use different colors for backgrounds, so that it is easier to mach the comment in the side box with the marked words in the text of the document? If not, I think this would be a nice addition.

    Found it by using the search function in this forum.
    http://discussions.apple.com/thread.jspa?messageID=8848477

  • Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    It depends on how exactly you are doing it but to change the background, I suggest watch this video:
    <How To Change Background in Photoshop Elements 11 - YouTube>
    Hope this helps.

  • Color or background image of a page

    Hi all.
    We want to have multiple pages with different color or background image in our portal.
    Via the theme editor it is possible to assign either a color or an image on the background of the portal body but that only gives us one look to choose from.
    We have tried creating our own page layout with a specific background image but it does not work through the portal (it works fine doing a preview of the page though).
    Has any of you had the same challenge wanting different backgrounds on the portal pages and found a usable solution?
    PS!
    Portal version is EP6 NW04 SP12.
    Thanks in advance.
    Søren

    I think what you want is a nice clean strip that runs the width of the page that you can place tabs on top of. To give it a really professional look. We wanted the same effect but there is no easy way. I ended up making a background image for the page with a small stripe about an 1" from the top of the page that ran the width of the page. Then when the page is rendered, the tabs appear on top of the strip. That was our workaround.

  • I udate my os to 10.6.7 and since then my Pages have color problems. The text is not visible (white on white background) it does'nt help to change the text color nor background color. Pls help

    I udate my os to 10.6.7 and since then my Pages have color problems. The text is not visible (white on white background) it does'nt help to change the text color nor background color. I just download the recent trail version of Iworks and install it. The first document I opened it was ok. When I open the second one the problem appear again and stayed. Pls help

    This behavior was described many times.
    In every occurrence,the operating system was an uncompleted one resulting of the use of Software Update to update the operating system to 10.6.2, 10.6.3, 10.6.4, 10.6.5, 10.6.6, 10.6.7.
    In such cases, the solace was to apply a combo updater.
    As you are using 10.6.7, download and apply the combo 10.6.7 :
    http://support.apple.com/kb/DL1361
    After that, run Software Update which will urge you to apply :
    Snow Leopard Font Update
    Yvan KOENIG (VALLAURIS, France) dimanche 29 mai 2011 21:15:58
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.7
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Customize menu mmb colors or background

    Hi all.
    Is there a possibility to customize the menu ? I meant, as a background color, image or a gradient fill.
    thanks for your reply.

    user5691644 wrote:
    Hi all.
    Is there a possibility to customize the menu ? I meant, as a background color, image or a gradient fill.Hello,
    What is your form version ? Do you want to change them together or separately ?
    If together, create a visual attribute first from visual attribute node and then change the menus visual attribute property.
    If separately, change the menus property. (Background color,icon etc.)
    Hope this will help you.
    If someone response's is helpful or correct, please mark it accordingly.

  • Change Text Color and Background

    Hello
    I need to change the text colour and background for an entire text box and it's contents with as little iteration as possible
    For the Background I am using textframe.fillcolor
    and for the text I am usinf textframe.parentstory.fillcolor
    Is this correct?
    Thanks

    Hey!
    Yeah, that's ok.
    Also you can adjust color tint, and color text per paragraph like this:
    //fill text frame with color
    app.selection[0].fillColor = app.activeDocument.swatches.item("Red");
    //adjust fill color tint
    app.selection[0].fillTint = 20;
    //fill second paragraph
    app.selection[0].parentStory.paragraphs[1].fillColor = app.activeDocument.swatches.item("Red");
    //fill third line
    app.selection[0].parentStory.lines[2].fillColor = app.activeDocument.swatches.item("Red");
    Hope it helps!
    tomaxxi
    http://indisnip.wordpress.com/

  • Changing color of background

    Hi, I am using Adobe Photoshop CS5 (64 bit) and I would like to know how to change the background color of my .tiff file.  It is a black and white picture, and I just would like to change the white portion to a different color, such as green, yellow, red etc.  I used to use a hothey to change it on older versions, but it does not seem to work on the new one.  Does anyone know how to do this?  Thank you.

    You can try this:
    1.  Open a grayscale image.
    2.  Make the Actions panel visible by choosing Window - Actions from the menus.
    3.  Click the little fly-out menu icon in the upper right corner and choose New Set...  Call it Color Changing Actions.
    4.  Click the fly-out icon and choose New Action...  Call it Greenify.  It will go into Record mode automatically.
    5.  Choose Image - Mode - RGB Color.
    6.  Choose Image - Adjustments - Curves...
    7.  In the Curves dialog, click the Channel: selector, choose Red, and drag the white point down to the center grid mark.
    8.  Do the same thing as step 7 with the Blue channel.
    9.  Press [ OK ].
    10.  Click the little square at the bottom of the Actions panel to stop the recording.
    11.  Double click the empty space to the right of the action name Greenify.
    12.  In the Action Options dialog, change Function Key: to F3 and click the Shift checkbox, then press [ OK ].
    Voila, your Shift-F3 key now makes grayscale images "greenscale".
    -Noel

Maybe you are looking for

  • Error message unable to load a GUI

    HELLO THERE.  I AM TRYING TO READ A MANUAL BUT I MOST HAVE ADOBE READER WHEN INSTALLING I GET A MESSAGE UNABLE TO LOAD A GUI THEREFORE I HAVE NOT BEEN ABLE TO COMPLETE THE INSTALLATION PROCESS OF ADOBE NOR READ THE MANUALS THAT I NEED.  CAN ANYONE TE

  • A formal 'Hello' to the community and a few Arch-related questions

    Hi guys. As a long-time Genoo and part-time Arch user I finally made the switch to Arch complete. Since I've been reading here quite a lot in the last year I thought I could as well create an account (acutally I did that a while back but never used i

  • Css centering layout problem

    Hi, I'm building a website from a photoshop design and I have a problem with the layout I can't see how to fix: I have a header and a footer which both need to stay centered and expand to whatever the browser window width is set to. Between them I ha

  • Problem in File Chooser

    Hi all I open the file chooser in save mode.when a new folder is created using the 'New Folder" icon, to edit the name of the folder I have to click on it to edit it.But I want When I will create a New Folder it must be in edit mode.Can anyone help m

  • Switchable graphics AMD Radeon HD 6620G/AMD RADEON HD 7670M

    I have notebook HP Pavilion dv6-6c05er with integrated in CPU graphics AMD Radeon HD 6620G. It also have AMD RADEON HD 7670M but i cannot switch between them. This is only possible with drivers that was made in 2011. Now 2014. And this is not an isol