#043B32

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

Shades of Deep Teal #043B32

Tints of Deep Teal #043B32

Color information

#043B32 (or 0x043B32) is unknown color: approx Deep Teal. HEX triplet: 04, 3B and 32. RGB value is (4,59,50). Sum of RGB (Red+Green+Blue) = 4+59+50=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #043B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043B32 is #FBC4CD. Grayscale: #292929. Windows color (decimal): -16499918 or 3291908. OLE color: 3291908.

HSL color Cylindrical-coordinate representation of color #043B32: hue angle of 170.18º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043B32 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB45950-
CMYK0.9300.150.77
HSL170.18º87.3%12.35%-
HSV(B)170.18º93.22%23.14%-
XYZ2.193.383.56-
YUV41.53132.78101.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 59 (23.44% from 255) = 52.21%
BLUE value IS 50 (19.92% from 255) = 44.25%
R=3.54%
G=52.21%
B=44.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal459500.9300.150.77170.1887.312.35
Hex43B325D0F4Daa57c
Octal4736213501711525212714
Binary10011101111001010111010111110011011010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,59,50); }

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

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

 a { background-color: rgb(4,59,50); }

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

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

 span { border-color: rgb(4,59,50); }

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