#047588

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

Shades of Teal #047588

Tints of Teal #047588

Color information

#047588 (or 0x047588) is unknown color: approx Teal. HEX triplet: 04, 75 and 88. RGB value is (4,117,136). Sum of RGB (Red+Green+Blue) = 4+117+136=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #047588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047588 is #FB8A77. Grayscale: #555555. Windows color (decimal): -16484984 or 8942852. OLE color: 8942852.

HSL color Cylindrical-coordinate representation of color #047588: hue angle of 188.64º 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 #047588 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4117136-
CMYK0.970.1400.47
HSL188.64º94.29%27.45%-
HSV(B)188.64º97.06%53.33%-
XYZ10.8614.5325.52-
YUV85.38156.5669.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=1.56%
G=45.53%
B=52.92%

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
Decimal41171360.970.1400.47188.6494.2927.45
Hex4758861E02Fbd5e1b
Octal41652101411605727513633
Binary10011101011000100011000011110010111110111101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047588; }

 p { color: rgb(4,117,136); }

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

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

 a { background-color: rgb(4,117,136); }

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

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

 span { border-color: rgb(4,117,136); }

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