Shades of Deep Teal #044F3C
Tints of Deep Teal #044F3C
RGB
CMYK
RGB Variations
Color information
#044F3C (or 0x044F3C) is known color: Deep Teal. HEX triplet: 04, 4F and 3C. RGB value is (4,79,60). Sum of RGB (Red+Green+Blue) = 4+79+60=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #044F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F3C is #FBB0C3. Grayscale: #363636. Windows color (decimal): -16494788 or 3952388. OLE color: 3952388.
HSL color Cylindrical-coordinate representation of color #044F3C: hue angle of 164.8º 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 #044F3C is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 60 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.69 |
| HSL | 164.8º | 0.9% | 0.16% | - |
| HSV(B) | 164.8º | 0.95% | 0.31% | - |
| XYZ | 3.66 | 5.94 | 5.23 | - |
| YUV | 54.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 60 | 0.95 | 0 | 0.24 | 0.69 | 164.8 | 0.9 | 0.16 |
| Hex | 4 | 4F | 3C | 5F | 0 | 18 | 45 | A5 | 5A | 10 |
| Octal | 4 | 117 | 74 | 137 | 0 | 30 | 105 | 245 | 132 | 20 |
| Binary | 100 | 1001111 | 111100 | 1011111 | 0 | 11000 | 1000101 | 10100101 | 1011010 | 10000 |
Color Harmonies of #044F3C
Complementary color
Monochromatic Colors of #044F3C
Black with #044F3C
Text Example
Text Example
White with #044F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F3C; }
p { color: rgb(4,79,60); }
H1.HeaderClassName
{
color: #044F3C;
}
.AnyTagClassName
{
color: #044F3C;
}
</style>
background-color css
<style>
a { background-color: #044F3C; }
a { background-color: rgb(4,79,60); }
div.DivClassName
{
background-color: #044F3C;
}
.BgClassName
{
background-color: #044F3C;
}
</style>
border-color css
<style>
span { border-color: #044F3C; }
span { border-color: rgb(4,79,60); }
td.TdClassName
{
border-color: #044F3C;
}
.TagClassName
{
border-color: #044F3C;
}
</style>