Html Css Color HEX #034939 Deep Teal

📋 copy color: '#034939'

red 3 ◦ green 73 ◦ blue 57

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

Shades of Deep Teal #034939

Tints of Deep Teal #034939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.89%

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 2.26%
G = 54.89%
B = 42.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#034939 (or 0x034939) is known color: Deep Teal. HEX triplet: 03, 49 and 39. RGB value is (3,73,57). Sum of RGB (Red+Green+Blue) = 3+73+57=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #034939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034939 is #FCB6C6. Grayscale: #323232. Windows color (decimal): -16561863 or 3754243. OLE color: 3754243.

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

Color convert

RGB 3 73 57 -
CMYK 0.96 0 0.22 0.71
HSL 166.29º 0.92% 0.15% -
HSV(B) 166.29º 0.96% 0.29% -
XYZ 3.16 5.08 4.68 -
YUV 50.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 3 73 57 0.96 0 0.22 0.71 166.29 0.92 0.15
Hex 3 49 39 60 0 16 47 A6 5C F
Octal 3 111 71 140 0 26 107 246 134 17
Binary 11 1001001 111001 1100000 0 10110 1000111 10100110 1011100 1111

Color Harmonies of #034939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034939

Black with #034939

Text Example


Text Example

White with #034939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034939; }

 p { color: rgb(3,73,57); }

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

background-color css

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

 a { background-color: rgb(3,73,57); }

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

border-color css

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

 span { border-color: rgb(3,73,57); }

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