Shades of Deep Teal #044237
Tints of Deep Teal #044237
RGB
CMYK
RGB Variations
Color information
#044237 (or 0x044237) is known color: Deep Teal. HEX triplet: 04, 42 and 37. RGB value is (4,66,55). Sum of RGB (Red+Green+Blue) = 4+66+55=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #044237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044237 is #FBBDC8. Grayscale: #2E2E2E. Windows color (decimal): -16498121 or 3621380. OLE color: 3621380.
HSL color Cylindrical-coordinate representation of color #044237: hue angle of 169.35º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044237 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 55 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.74 |
| HSL | 169.35º | 0.89% | 0.14% | - |
| HSV(B) | 169.35º | 0.94% | 0.26% | - |
| XYZ | 2.69 | 4.2 | 4.28 | - |
| YUV | 46.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 55 | 0.94 | 0 | 0.17 | 0.74 | 169.35 | 0.89 | 0.14 |
| Hex | 4 | 42 | 37 | 5E | 0 | 11 | 4A | A9 | 59 | E |
| Octal | 4 | 102 | 67 | 136 | 0 | 21 | 112 | 251 | 131 | 16 |
| Binary | 100 | 1000010 | 110111 | 1011110 | 0 | 10001 | 1001010 | 10101001 | 1011001 | 1110 |
Color Harmonies of #044237
Complementary color
Monochromatic Colors of #044237
Black with #044237
Text Example
Text Example
White with #044237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044237; }
p { color: rgb(4,66,55); }
H1.HeaderClassName
{
color: #044237;
}
.AnyTagClassName
{
color: #044237;
}
</style>
background-color css
<style>
a { background-color: #044237; }
a { background-color: rgb(4,66,55); }
div.DivClassName
{
background-color: #044237;
}
.BgClassName
{
background-color: #044237;
}
</style>
border-color css
<style>
span { border-color: #044237; }
span { border-color: rgb(4,66,55); }
td.TdClassName
{
border-color: #044237;
}
.TagClassName
{
border-color: #044237;
}
</style>