#044438

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

Shades of Deep Teal #044438

Tints of Deep Teal #044438

Color information

#044438 (or 0x044438) is unknown color: approx Deep Teal. HEX triplet: 04, 44 and 38. RGB value is (4,68,56). Sum of RGB (Red+Green+Blue) = 4+68+56=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #044438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044438 is #FBBBC7. Grayscale: #2F2F2F. Windows color (decimal): -16497608 or 3687428. OLE color: 3687428.

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

Color convert

RGB46856-
CMYK0.9400.180.73
HSL168.75º88.89%14.12%-
HSV(B)168.75º94.12%26.67%-
XYZ2.834.454.45-
YUV47.5132.896.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=3.12%
G=53.12%
B=43.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal468560.9400.180.73168.7588.8914.12
Hex444385E01249a959e
Octal41047013602211125113116
Binary1001000100111000101111001001010010011010100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044438; }

 p { color: rgb(4,68,56); }

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

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

 a { background-color: rgb(4,68,56); }

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

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

 span { border-color: rgb(4,68,56); }

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