#034E39

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

Shades of Deep Teal #034E39

Tints of Deep Teal #034E39

Color information

#034E39 (or 0x034E39) is unknown color: approx Deep Teal. HEX triplet: 03, 4E and 39. RGB value is (3,78,57). Sum of RGB (Red+Green+Blue) = 3+78+57=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #034E39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E39 is #FCB1C6. Grayscale: #353535. Windows color (decimal): -16560583 or 3755523. OLE color: 3755523.

HSL color Cylindrical-coordinate representation of color #034E39: hue angle of 163.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E39 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB37857-
CMYK0.9600.270.69
HSL163.2º92.59%15.88%-
HSV(B)163.2º96.15%30.59%-
XYZ3.55.764.8-
YUV53.18130.1592.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 78 (30.86% from 255) = 56.52%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=2.17%
G=56.52%
B=41.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378570.9600.270.69163.292.5915.88
Hex34E396001B45a35d10
Octal31167114003310524313520
Binary1110011101110011100000011011100010110100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034E39; }

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

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

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

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

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

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

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

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