Html Css Color HEX #044334 Deep Teal

📋 copy color: '#044334'

red 4 ◦ green 67 ◦ blue 52

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

Shades of Deep Teal #044334

Tints of Deep Teal #044334

RGB

 RED value IS 4 (1.95% from 255) = 3.25%

 GREEN value IS 67 (26.56% from 255) = 54.47%

 BLUE value IS 52 (20.7% from 255) = 42.28%

R = 3.25%
G = 54.47%
B = 42.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#044334 (or 0x044334) is known color: Deep Teal. HEX triplet: 04, 43 and 34. RGB value is (4,67,52). Sum of RGB (Red+Green+Blue) = 4+67+52=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #044334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044334 is #FBBCCB. Grayscale: #2E2E2E. Windows color (decimal): -16497868 or 3425028. OLE color: 3425028.

HSL color Cylindrical-coordinate representation of color #044334: hue angle of 165.71º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044334 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 67 52 -
CMYK 0.94 0 0.22 0.74
HSL 165.71º 0.89% 0.14% -
HSV(B) 165.71º 0.94% 0.26% -
XYZ 2.68 4.29 3.94 -
YUV 46.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 4 67 52 0.94 0 0.22 0.74 165.71 0.89 0.14
Hex 4 43 34 5E 0 16 4A A6 59 E
Octal 4 103 64 136 0 26 112 246 131 16
Binary 100 1000011 110100 1011110 0 10110 1001010 10100110 1011001 1110

Color Harmonies of #044334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044334

Black with #044334

Text Example


Text Example

White with #044334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044334; }

 p { color: rgb(4,67,52); }

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

background-color css

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

 a { background-color: rgb(4,67,52); }

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

border-color css

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

 span { border-color: rgb(4,67,52); }

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