#047F7C

Color #047F7C Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #047F7C

Tints of Teal #047F7C

Color information

#047F7C (or 0x047F7C) is unknown color: approx Teal. HEX triplet: 04, 7F and 7C. RGB value is (4,127,124). Sum of RGB (Red+Green+Blue) = 4+127+124=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #047F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F7C is #FB8083. Grayscale: #595959. Windows color (decimal): -16482436 or 8158980. OLE color: 8158980.

HSL color Cylindrical-coordinate representation of color #047F7C: hue angle of 178.54º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F7C is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB4127124-
CMYK0.9700.020.50
HSL178.54º93.89%25.69%-
HSV(B)178.54º96.85%49.8%-
XYZ11.2816.6621.69-
YUV89.88147.2566.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 127 (50% from 255) = 49.80%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=1.57%
G=49.80%
B=48.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41271240.9700.020.50178.5493.8925.69
Hex47F7C610232b35e1a
Octal4177174141026226313632
Binary10011111111111100110000101011001010110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047F7C; }

 p { color: rgb(4,127,124); }

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

<style>
 a { background-color: #047F7C; }

 a { background-color: rgb(4,127,124); }

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

<style>
 span { border-color: #047F7C; }

 span { border-color: rgb(4,127,124); }

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