Html Css Color HEX #034C39 Deep Teal

📋 copy color: '#034C39'

red 3 ◦ green 76 ◦ blue 57

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

Shades of Deep Teal #034C39

Tints of Deep Teal #034C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 55.88%

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

R = 2.21%
G = 55.88%
B = 41.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#034C39 (or 0x034C39) is known color: Deep Teal. HEX triplet: 03, 4C and 39. RGB value is (3,76,57). Sum of RGB (Red+Green+Blue) = 3+76+57=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #034C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C39 is #FCB3C6. Grayscale: #343434. Windows color (decimal): -16561095 or 3755011. OLE color: 3755011.

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

Color convert

RGB 3 76 57 -
CMYK 0.96 0 0.25 0.70
HSL 164.38º 0.92% 0.15% -
HSV(B) 164.38º 0.96% 0.3% -
XYZ 3.36 5.48 4.75 -
YUV 52.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 3 76 57 0.96 0 0.25 0.70 164.38 0.92 0.15
Hex 3 4C 39 60 0 19 46 A4 5C F
Octal 3 114 71 140 0 31 106 244 134 17
Binary 11 1001100 111001 1100000 0 11001 1000110 10100100 1011100 1111

Color Harmonies of #034C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C39

Black with #034C39

Text Example


Text Example

White with #034C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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