#044A3A

Color #044A3A Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #044A3A

Tints of Deep Teal #044A3A

Color information

#044A3A (or 0x044A3A) is unknown color: approx Deep Teal. HEX triplet: 04, 4A and 3A. RGB value is (4,74,58). Sum of RGB (Red+Green+Blue) = 4+74+58=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #044A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A3A is #FBB5C5. Grayscale: #333333. Windows color (decimal): -16496070 or 3820036. OLE color: 3820036.

HSL color Cylindrical-coordinate representation of color #044A3A: hue angle of 166.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A3A is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB47458-
CMYK0.9500.220.71
HSL166.29º89.74%15.29%-
HSV(B)166.29º94.59%29.02%-
XYZ3.265.234.84-
YUV51.25131.8194.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 74 (29.30% from 255) = 54.41%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=2.94%
G=54.41%
B=42.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal474580.9500.220.71166.2989.7415.29
Hex44A3A5F01647a65af
Octal41127213702610724613217
Binary1001001010111010101111101011010001111010011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044A3A; }

 p { color: rgb(4,74,58); }

 H1.HeaderClassName
 {
   color: #044A3A;
 }
 .AnyTagClassName
 {
   color: #044A3A;
 }
</style>
background-color css

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

 a { background-color: rgb(4,74,58); }

 div.DivClassName
 {
   background-color: #044A3A;
 }
 .BgClassName
 {
   background-color: #044A3A;
 }
</style>
border-color css

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

 span { border-color: rgb(4,74,58); }

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