#047582

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

Shades of Teal #047582

Tints of Teal #047582

Color information

#047582 (or 0x047582) is unknown color: approx Teal. HEX triplet: 04, 75 and 82. RGB value is (4,117,130). Sum of RGB (Red+Green+Blue) = 4+117+130=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #047582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047582 is #FB8A7D. Grayscale: #545454. Windows color (decimal): -16484990 or 8549636. OLE color: 8549636.

HSL color Cylindrical-coordinate representation of color #047582: hue angle of 186.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047582 is Cyan = 0.97, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4117130-
CMYK0.970.100.49
HSL186.19º94.03%26.27%-
HSV(B)186.19º96.92%50.98%-
XYZ10.4414.3623.34-
YUV84.7153.5670.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=1.59%
G=46.61%
B=51.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41171300.970.100.49186.1994.0326.27
Hex4758261A031ba5e1a
Octal41652021411206127213632
Binary10011101011000001011000011010011000110111010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047582; }

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

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

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

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

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

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

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

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