Shades of Deep Teal #044E3D
Tints of Deep Teal #044E3D
RGB
CMYK
RGB Variations
Color information
#044E3D (or 0x044E3D) is known color: Deep Teal. HEX triplet: 04, 4E and 3D. RGB value is (4,78,61). Sum of RGB (Red+Green+Blue) = 4+78+61=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #044E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E3D is #FBB1C2. Grayscale: #353535. Windows color (decimal): -16495043 or 4017668. OLE color: 4017668.
HSL color Cylindrical-coordinate representation of color #044E3D: hue angle of 166.22º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E3D is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 61 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.69 |
| HSL | 166.22º | 0.9% | 0.16% | - |
| HSV(B) | 166.22º | 0.95% | 0.31% | - |
| XYZ | 3.62 | 5.81 | 5.35 | - |
| YUV | 53.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 61 | 0.95 | 0 | 0.22 | 0.69 | 166.22 | 0.9 | 0.16 |
| Hex | 4 | 4E | 3D | 5F | 0 | 16 | 45 | A6 | 5A | 10 |
| Octal | 4 | 116 | 75 | 137 | 0 | 26 | 105 | 246 | 132 | 20 |
| Binary | 100 | 1001110 | 111101 | 1011111 | 0 | 10110 | 1000101 | 10100110 | 1011010 | 10000 |
Color Harmonies of #044E3D
Complementary color
Monochromatic Colors of #044E3D
Black with #044E3D
Text Example
Text Example
White with #044E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E3D; }
p { color: rgb(4,78,61); }
H1.HeaderClassName
{
color: #044E3D;
}
.AnyTagClassName
{
color: #044E3D;
}
</style>
background-color css
<style>
a { background-color: #044E3D; }
a { background-color: rgb(4,78,61); }
div.DivClassName
{
background-color: #044E3D;
}
.BgClassName
{
background-color: #044E3D;
}
</style>
border-color css
<style>
span { border-color: #044E3D; }
span { border-color: rgb(4,78,61); }
td.TdClassName
{
border-color: #044E3D;
}
.TagClassName
{
border-color: #044E3D;
}
</style>