#034B3A

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

Shades of Deep Teal #034B3A

Tints of Deep Teal #034B3A

Color information

#034B3A (or 0x034B3A) is unknown color: approx Deep Teal. HEX triplet: 03, 4B and 3A. RGB value is (3,75,58). Sum of RGB (Red+Green+Blue) = 3+75+58=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #034B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B3A is #FCB4C5. Grayscale: #333333. Windows color (decimal): -16561350 or 3820291. OLE color: 3820291.

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

Color convert

RGB37558-
CMYK0.9600.230.71
HSL165.83º92.31%15.29%-
HSV(B)165.83º96%29.41%-
XYZ3.325.364.86-
YUV51.53131.6593.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=2.21%
G=55.15%
B=42.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375580.9600.230.71165.8392.3115.29
Hex34B3A6001747a65cf
Octal31137214002710724613417
Binary111001011111010110000001011110001111010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,75,58); }

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

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

 a { background-color: rgb(3,75,58); }

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

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

 span { border-color: rgb(3,75,58); }

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