Shades of Deep Teal #044D39
Tints of Deep Teal #044D39
RGB
CMYK
RGB Variations
Color information
#044D39 (or 0x044D39) is known color: Deep Teal. HEX triplet: 04, 4D and 39. RGB value is (4,77,57). Sum of RGB (Red+Green+Blue) = 4+77+57=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #044D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D39 is #FBB2C6. Grayscale: #343434. Windows color (decimal): -16495303 or 3755268. OLE color: 3755268.
HSL color Cylindrical-coordinate representation of color #044D39: hue angle of 163.56º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D39 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 77 | 57 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.70 |
| HSL | 163.56º | 0.9% | 0.16% | - |
| HSV(B) | 163.56º | 0.95% | 0.3% | - |
| XYZ | 3.44 | 5.63 | 4.78 | - |
| YUV | 52.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 57 | 0.95 | 0 | 0.26 | 0.70 | 163.56 | 0.9 | 0.16 |
| Hex | 4 | 4D | 39 | 5F | 0 | 1A | 46 | A4 | 5A | 10 |
| Octal | 4 | 115 | 71 | 137 | 0 | 32 | 106 | 244 | 132 | 20 |
| Binary | 100 | 1001101 | 111001 | 1011111 | 0 | 11010 | 1000110 | 10100100 | 1011010 | 10000 |
Color Harmonies of #044D39
Complementary color
Monochromatic Colors of #044D39
Black with #044D39
Text Example
Text Example
White with #044D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D39; }
p { color: rgb(4,77,57); }
H1.HeaderClassName
{
color: #044D39;
}
.AnyTagClassName
{
color: #044D39;
}
</style>
background-color css
<style>
a { background-color: #044D39; }
a { background-color: rgb(4,77,57); }
div.DivClassName
{
background-color: #044D39;
}
.BgClassName
{
background-color: #044D39;
}
</style>
border-color css
<style>
span { border-color: #044D39; }
span { border-color: rgb(4,77,57); }
td.TdClassName
{
border-color: #044D39;
}
.TagClassName
{
border-color: #044D39;
}
</style>