#034D3A

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

Shades of Deep Teal #034D3A

Tints of Deep Teal #034D3A

Color information

#034D3A (or 0x034D3A) is unknown color: approx Deep Teal. HEX triplet: 03, 4D and 3A. RGB value is (3,77,58). Sum of RGB (Red+Green+Blue) = 3+77+58=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #034D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D3A is #FCB2C5. Grayscale: #343434. Windows color (decimal): -16560838 or 3820803. OLE color: 3820803.

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

Color convert

RGB37758-
CMYK0.9600.250.70
HSL164.59º92.5%15.69%-
HSV(B)164.59º96.1%30.2%-
XYZ3.465.634.91-
YUV52.71130.9892.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=2.17%
G=55.80%
B=42.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal377580.9600.250.70164.5992.515.69
Hex34D3A6001946a55c10
Octal31157214003110624513420
Binary1110011011110101100000011001100011010100101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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