#034939

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

Shades of Deep Teal #034939

Tints of Deep Teal #034939

Color information

#034939 (or 0x034939) is unknown color: approx Deep Teal. HEX triplet: 03, 49 and 39. RGB value is (3,73,57). Sum of RGB (Red+Green+Blue) = 3+73+57=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #034939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034939 is #FCB6C6. Grayscale: #323232. Windows color (decimal): -16561863 or 3754243. OLE color: 3754243.

HSL color Cylindrical-coordinate representation of color #034939: hue angle of 166.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034939 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB37357-
CMYK0.9600.220.71
HSL166.29º92.11%14.9%-
HSV(B)166.29º95.89%28.63%-
XYZ3.165.084.68-
YUV50.25131.8194.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 73 (28.91% from 255) = 54.89%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=2.26%
G=54.89%
B=42.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373570.9600.220.71166.2992.1114.9
Hex349396001647a65cf
Octal31117114002610724613417
Binary111001001111001110000001011010001111010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034939; }

 p { color: rgb(3,73,57); }

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

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

 a { background-color: rgb(3,73,57); }

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

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

 span { border-color: rgb(3,73,57); }

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