Shades of Deep Teal #044E3C
Tints of Deep Teal #044E3C
RGB
CMYK
RGB Variations
Color information
#044E3C (or 0x044E3C) is known color: Deep Teal. HEX triplet: 04, 4E and 3C. RGB value is (4,78,60). Sum of RGB (Red+Green+Blue) = 4+78+60=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #044E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E3C is #FBB1C3. Grayscale: #353535. Windows color (decimal): -16495044 or 3952132. OLE color: 3952132.
HSL color Cylindrical-coordinate representation of color #044E3C: hue angle of 165.41º 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 #044E3C is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 60 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.69 |
| HSL | 165.41º | 0.9% | 0.16% | - |
| HSV(B) | 165.41º | 0.95% | 0.31% | - |
| XYZ | 3.59 | 5.8 | 5.21 | - |
| YUV | 53.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 60 | 0.95 | 0 | 0.23 | 0.69 | 165.41 | 0.9 | 0.16 |
| Hex | 4 | 4E | 3C | 5F | 0 | 17 | 45 | A5 | 5A | 10 |
| Octal | 4 | 116 | 74 | 137 | 0 | 27 | 105 | 245 | 132 | 20 |
| Binary | 100 | 1001110 | 111100 | 1011111 | 0 | 10111 | 1000101 | 10100101 | 1011010 | 10000 |
Color Harmonies of #044E3C
Complementary color
Monochromatic Colors of #044E3C
Black with #044E3C
Text Example
Text Example
White with #044E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E3C; }
p { color: rgb(4,78,60); }
H1.HeaderClassName
{
color: #044E3C;
}
.AnyTagClassName
{
color: #044E3C;
}
</style>
background-color css
<style>
a { background-color: #044E3C; }
a { background-color: rgb(4,78,60); }
div.DivClassName
{
background-color: #044E3C;
}
.BgClassName
{
background-color: #044E3C;
}
</style>
border-color css
<style>
span { border-color: #044E3C; }
span { border-color: rgb(4,78,60); }
td.TdClassName
{
border-color: #044E3C;
}
.TagClassName
{
border-color: #044E3C;
}
</style>