Html Css Color HEX #034737 Deep Teal

📋 copy color: '#034737'

red 3 ◦ green 71 ◦ blue 55

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

Shades of Deep Teal #034737

Tints of Deep Teal #034737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.04%

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 2.33%
G = 55.04%
B = 42.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#034737 (or 0x034737) is known color: Deep Teal. HEX triplet: 03, 47 and 37. RGB value is (3,71,55). Sum of RGB (Red+Green+Blue) = 3+71+55=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #034737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034737 is #FCB8C8. Grayscale: #303030. Windows color (decimal): -16562377 or 3622659. OLE color: 3622659.

HSL color Cylindrical-coordinate representation of color #034737: hue angle of 165.88º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034737 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 55 -
CMYK 0.96 0 0.23 0.72
HSL 165.88º 0.92% 0.15% -
HSV(B) 165.88º 0.96% 0.28% -
XYZ 2.98 4.8 4.38 -
YUV 48.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 3 71 55 0.96 0 0.23 0.72 165.88 0.92 0.15
Hex 3 47 37 60 0 17 48 A6 5C F
Octal 3 107 67 140 0 27 110 246 134 17
Binary 11 1000111 110111 1100000 0 10111 1001000 10100110 1011100 1111

Color Harmonies of #034737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034737

Black with #034737

Text Example


Text Example

White with #034737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034737; }

 p { color: rgb(3,71,55); }

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

background-color css

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

 a { background-color: rgb(3,71,55); }

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

border-color css

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

 span { border-color: rgb(3,71,55); }

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