#034E3C

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

Shades of Deep Teal #034E3C

Tints of Deep Teal #034E3C

Color information

#034E3C (or 0x034E3C) is unknown color: approx Deep Teal. HEX triplet: 03, 4E and 3C. RGB value is (3,78,60). Sum of RGB (Red+Green+Blue) = 3+78+60=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #034E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E3C is #FCB1C3. Grayscale: #353535. Windows color (decimal): -16560580 or 3952131. OLE color: 3952131.

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

Color convert

RGB37860-
CMYK0.9600.230.69
HSL165.6º92.59%15.88%-
HSV(B)165.6º96.15%30.59%-
XYZ3.585.795.2-
YUV53.52131.6591.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 78 (30.86% from 255) = 55.32%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=2.13%
G=55.32%
B=42.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378600.9600.230.69165.692.5915.88
Hex34E3C6001745a65d10
Octal31167414002710524613520
Binary1110011101111001100000010111100010110100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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