#034E3B

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

Shades of Deep Teal #034E3B

Tints of Deep Teal #034E3B

Color information

#034E3B (or 0x034E3B) is unknown color: approx Deep Teal. HEX triplet: 03, 4E and 3B. RGB value is (3,78,59). Sum of RGB (Red+Green+Blue) = 3+78+59=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #034E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E3B is #FCB1C4. Grayscale: #353535. Windows color (decimal): -16560581 or 3886595. OLE color: 3886595.

HSL color Cylindrical-coordinate representation of color #034E3B: hue angle of 164.8º 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 #034E3B is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB37859-
CMYK0.9600.240.69
HSL164.8º92.59%15.88%-
HSV(B)164.8º96.15%30.59%-
XYZ3.555.785.07-
YUV53.41131.1592.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 78 (30.86% from 255) = 55.71%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=2.14%
G=55.71%
B=42.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378590.9600.240.69164.892.5915.88
Hex34E3B6001845a55d10
Octal31167314003010524513520
Binary1110011101110111100000011000100010110100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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