#04543E

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

Shades of Deep Teal #04543E

Tints of Deep Teal #04543E

Color information

#04543E (or 0x04543E) is unknown color: approx Deep Teal. HEX triplet: 04, 54 and 3E. RGB value is (4,84,62). Sum of RGB (Red+Green+Blue) = 4+84+62=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #04543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04543E is #FBABC1. Grayscale: #393939. Windows color (decimal): -16493506 or 4084740. OLE color: 4084740.

HSL color Cylindrical-coordinate representation of color #04543E: hue angle of 163.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04543E is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB48462-
CMYK0.9500.260.67
HSL163.5º90.91%17.25%-
HSV(B)163.5º95.24%32.94%-
XYZ4.096.715.64-
YUV57.57130.589.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 84 (33.20% from 255) = 56%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=2.67%
G=56%
B=41.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484620.9500.260.67163.590.9117.25
Hex4543E5F01A43a45b11
Octal41247613703210324413321
Binary10010101001111101011111011010100001110100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04543E; }

 p { color: rgb(4,84,62); }

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

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

 a { background-color: rgb(4,84,62); }

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

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

 span { border-color: rgb(4,84,62); }

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