Shades of Deep Teal #044F3A
Tints of Deep Teal #044F3A
RGB
CMYK
RGB Variations
Color information
#044F3A (or 0x044F3A) is known color: Deep Teal. HEX triplet: 04, 4F and 3A. RGB value is (4,79,58). Sum of RGB (Red+Green+Blue) = 4+79+58=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #044F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F3A is #FBB0C5. Grayscale: #363636. Windows color (decimal): -16494790 or 3821316. OLE color: 3821316.
HSL color Cylindrical-coordinate representation of color #044F3A: hue angle of 163.2º 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 #044F3A is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 58 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.69 |
| HSL | 163.2º | 0.9% | 0.16% | - |
| HSV(B) | 163.2º | 0.95% | 0.31% | - |
| XYZ | 3.61 | 5.92 | 4.96 | - |
| YUV | 54.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 58 | 0.95 | 0 | 0.27 | 0.69 | 163.2 | 0.9 | 0.16 |
| Hex | 4 | 4F | 3A | 5F | 0 | 1B | 45 | A3 | 5A | 10 |
| Octal | 4 | 117 | 72 | 137 | 0 | 33 | 105 | 243 | 132 | 20 |
| Binary | 100 | 1001111 | 111010 | 1011111 | 0 | 11011 | 1000101 | 10100011 | 1011010 | 10000 |
Color Harmonies of #044F3A
Complementary color
Monochromatic Colors of #044F3A
Black with #044F3A
Text Example
Text Example
White with #044F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F3A; }
p { color: rgb(4,79,58); }
H1.HeaderClassName
{
color: #044F3A;
}
.AnyTagClassName
{
color: #044F3A;
}
</style>
background-color css
<style>
a { background-color: #044F3A; }
a { background-color: rgb(4,79,58); }
div.DivClassName
{
background-color: #044F3A;
}
.BgClassName
{
background-color: #044F3A;
}
</style>
border-color css
<style>
span { border-color: #044F3A; }
span { border-color: rgb(4,79,58); }
td.TdClassName
{
border-color: #044F3A;
}
.TagClassName
{
border-color: #044F3A;
}
</style>