#047384

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

Shades of Teal #047384

Tints of Teal #047384

Color information

#047384 (or 0x047384) is unknown color: approx Teal. HEX triplet: 04, 73 and 84. RGB value is (4,115,132). Sum of RGB (Red+Green+Blue) = 4+115+132=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #047384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047384 is #FB8C7B. Grayscale: #535353. Windows color (decimal): -16485500 or 8680196. OLE color: 8680196.

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

Color convert

RGB4115132-
CMYK0.970.1300.48
HSL187.97º94.12%26.67%-
HSV(B)187.97º96.97%51.76%-
XYZ10.3513.9523.98-
YUV83.75155.2371.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=1.59%
G=45.82%
B=52.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41151320.970.1300.48187.9794.1226.67
Hex4738461D030bc5e1b
Octal41632041411506027413633
Binary10011100111000010011000011101011000010111100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047384; }

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

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

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

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

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

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

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

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