#044136

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

Shades of Deep Teal #044136

Tints of Deep Teal #044136

Color information

#044136 (or 0x044136) is unknown color: approx Deep Teal. HEX triplet: 04, 41 and 36. RGB value is (4,65,54). Sum of RGB (Red+Green+Blue) = 4+65+54=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #044136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044136 is #FBBEC9. Grayscale: #2D2D2D. Windows color (decimal): -16498378 or 3555588. OLE color: 3555588.

HSL color Cylindrical-coordinate representation of color #044136: hue angle of 169.18º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044136 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB46554-
CMYK0.9400.170.75
HSL169.18º88.41%13.53%-
HSV(B)169.18º93.85%25.49%-
XYZ2.614.074.14-
YUV45.51132.7998.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=3.25%
G=52.85%
B=43.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465540.9400.170.75169.1888.4113.53
Hex441365E0114Ba958e
Octal41016613602111325113016
Binary1001000001110110101111001000110010111010100110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044136; }

 p { color: rgb(4,65,54); }

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

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

 a { background-color: rgb(4,65,54); }

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

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

 span { border-color: rgb(4,65,54); }

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