Shades of Deep Teal #044E3A
Tints of Deep Teal #044E3A
RGB
CMYK
RGB Variations
Color information
#044E3A (or 0x044E3A) is known color: Deep Teal. HEX triplet: 04, 4E and 3A. RGB value is (4,78,58). Sum of RGB (Red+Green+Blue) = 4+78+58=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #044E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E3A is #FBB1C5. Grayscale: #353535. Windows color (decimal): -16495046 or 3821060. OLE color: 3821060.
HSL color Cylindrical-coordinate representation of color #044E3A: hue angle of 163.78º 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 #044E3A is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 58 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.69 |
| HSL | 163.78º | 0.9% | 0.16% | - |
| HSV(B) | 163.78º | 0.95% | 0.31% | - |
| XYZ | 3.54 | 5.78 | 4.93 | - |
| YUV | 53.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 58 | 0.95 | 0 | 0.26 | 0.69 | 163.78 | 0.9 | 0.16 |
| Hex | 4 | 4E | 3A | 5F | 0 | 1A | 45 | A4 | 5A | 10 |
| Octal | 4 | 116 | 72 | 137 | 0 | 32 | 105 | 244 | 132 | 20 |
| Binary | 100 | 1001110 | 111010 | 1011111 | 0 | 11010 | 1000101 | 10100100 | 1011010 | 10000 |
Color Harmonies of #044E3A
Complementary color
Monochromatic Colors of #044E3A
Black with #044E3A
Text Example
Text Example
White with #044E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E3A; }
p { color: rgb(4,78,58); }
H1.HeaderClassName
{
color: #044E3A;
}
.AnyTagClassName
{
color: #044E3A;
}
</style>
background-color css
<style>
a { background-color: #044E3A; }
a { background-color: rgb(4,78,58); }
div.DivClassName
{
background-color: #044E3A;
}
.BgClassName
{
background-color: #044E3A;
}
</style>
border-color css
<style>
span { border-color: #044E3A; }
span { border-color: rgb(4,78,58); }
td.TdClassName
{
border-color: #044E3A;
}
.TagClassName
{
border-color: #044E3A;
}
</style>