#047386

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

Shades of Teal #047386

Tints of Teal #047386

Color information

#047386 (or 0x047386) is unknown color: approx Teal. HEX triplet: 04, 73 and 86. RGB value is (4,115,134). Sum of RGB (Red+Green+Blue) = 4+115+134=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #047386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047386 is #FB8C79. Grayscale: #535353. Windows color (decimal): -16485498 or 8811268. OLE color: 8811268.

HSL color Cylindrical-coordinate representation of color #047386: hue angle of 188.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047386 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4115134-
CMYK0.970.1400.47
HSL188.77º94.2%27.06%-
HSV(B)188.77º97.01%52.55%-
XYZ10.4814.0124.71-
YUV83.98156.2370.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=1.58%
G=45.45%
B=52.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41151340.970.1400.47188.7794.227.06
Hex4738661E02Fbd5e1b
Octal41632061411605727513633
Binary10011100111000011011000011110010111110111101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047386; }

 p { color: rgb(4,115,134); }

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

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

 a { background-color: rgb(4,115,134); }

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

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

 span { border-color: rgb(4,115,134); }

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