#043F33

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

Shades of Deep Teal #043F33

Tints of Deep Teal #043F33

Color information

#043F33 (or 0x043F33) is unknown color: approx Deep Teal. HEX triplet: 04, 3F and 33. RGB value is (4,63,51). Sum of RGB (Red+Green+Blue) = 4+63+51=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #043F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043F33 is #FBC0CC. Grayscale: #2B2B2B. Windows color (decimal): -16498893 or 3358468. OLE color: 3358468.

HSL color Cylindrical-coordinate representation of color #043F33: hue angle of 167.8º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043F33 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB46351-
CMYK0.9400.190.75
HSL167.8º88.06%13.14%-
HSV(B)167.8º93.65%24.71%-
XYZ2.433.823.74-
YUV43.99131.9599.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 63 (25% from 255) = 53.39%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=3.39%
G=53.39%
B=43.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal463510.9400.190.75167.888.0613.14
Hex43F335E0134Ba858d
Octal4776313602311325013015
Binary100111111110011101111001001110010111010100010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043F33; }

 p { color: rgb(4,63,51); }

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

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

 a { background-color: rgb(4,63,51); }

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

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

 span { border-color: rgb(4,63,51); }

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