Shades of Deep Teal #044137
Tints of Deep Teal #044137
RGB
CMYK
RGB Variations
Color information
#044137 (or 0x044137) is known color: Deep Teal. HEX triplet: 04, 41 and 37. RGB value is (4,65,55). Sum of RGB (Red+Green+Blue) = 4+65+55=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #044137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044137 is #FBBEC8. Grayscale: #2D2D2D. Windows color (decimal): -16498377 or 3621124. OLE color: 3621124.
HSL color Cylindrical-coordinate representation of color #044137: hue angle of 170.16º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044137 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 55 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.75 |
| HSL | 170.16º | 0.88% | 0.14% | - |
| HSV(B) | 170.16º | 0.94% | 0.25% | - |
| XYZ | 2.63 | 4.08 | 4.26 | - |
| YUV | 45.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 55 | 0.94 | 0 | 0.15 | 0.75 | 170.16 | 0.88 | 0.14 |
| Hex | 4 | 41 | 37 | 5E | 0 | F | 4B | AA | 58 | E |
| Octal | 4 | 101 | 67 | 136 | 0 | 17 | 113 | 252 | 130 | 16 |
| Binary | 100 | 1000001 | 110111 | 1011110 | 0 | 1111 | 1001011 | 10101010 | 1011000 | 1110 |
Color Harmonies of #044137
Complementary color
Monochromatic Colors of #044137
Black with #044137
Text Example
Text Example
White with #044137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044137; }
p { color: rgb(4,65,55); }
H1.HeaderClassName
{
color: #044137;
}
.AnyTagClassName
{
color: #044137;
}
</style>
background-color css
<style>
a { background-color: #044137; }
a { background-color: rgb(4,65,55); }
div.DivClassName
{
background-color: #044137;
}
.BgClassName
{
background-color: #044137;
}
</style>
border-color css
<style>
span { border-color: #044137; }
span { border-color: rgb(4,65,55); }
td.TdClassName
{
border-color: #044137;
}
.TagClassName
{
border-color: #044137;
}
</style>