Html Css Color HEX #034E3A Deep Teal

📋 copy color: '#034E3A'

red 3 ◦ green 78 ◦ blue 58

#034E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #034E3A

Tints of Deep Teal #034E3A

RGB

 RED value IS 3 (1.56% from 255) = 2.16%

 GREEN value IS 78 (30.86% from 255) = 56.12%

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 2.16%
G = 56.12%
B = 41.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#034E3A (or 0x034E3A) is known color: Deep Teal. HEX triplet: 03, 4E and 3A. RGB value is (3,78,58). Sum of RGB (Red+Green+Blue) = 3+78+58=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #034E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E3A is #FCB1C5. Grayscale: #353535. Windows color (decimal): -16560582 or 3821059. OLE color: 3821059.

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

Color convert

RGB 3 78 58 -
CMYK 0.96 0 0.26 0.69
HSL 164º 0.93% 0.16% -
HSV(B) 164º 0.96% 0.31% -
XYZ 3.53 5.77 4.93 -
YUV 53.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 3 78 58 0.96 0 0.26 0.69 164 0.93 0.16
Hex 3 4E 3A 60 0 1A 45 A4 5D 10
Octal 3 116 72 140 0 32 105 244 135 20
Binary 11 1001110 111010 1100000 0 11010 1000101 10100100 1011101 10000

Color Harmonies of #034E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E3A

Black with #034E3A

Text Example


Text Example

White with #034E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #034E3A;
 }
 .AnyTagClassName
 {
   color: #034E3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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