Shades of Deep Teal #044134
Tints of Deep Teal #044134
RGB
CMYK
RGB Variations
Color information
#044134 (or 0x044134) is known color: Deep Teal. HEX triplet: 04, 41 and 34. RGB value is (4,65,52). Sum of RGB (Red+Green+Blue) = 4+65+52=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #044134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044134 is #FBBECB. Grayscale: #2D2D2D. Windows color (decimal): -16498380 or 3424516. OLE color: 3424516.
HSL color Cylindrical-coordinate representation of color #044134: hue angle of 167.21º 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 #044134 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 52 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.75 |
| HSL | 167.21º | 0.88% | 0.14% | - |
| HSV(B) | 167.21º | 0.94% | 0.25% | - |
| XYZ | 2.56 | 4.05 | 3.9 | - |
| YUV | 45.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 52 | 0.94 | 0 | 0.20 | 0.75 | 167.21 | 0.88 | 0.14 |
| Hex | 4 | 41 | 34 | 5E | 0 | 14 | 4B | A7 | 58 | E |
| Octal | 4 | 101 | 64 | 136 | 0 | 24 | 113 | 247 | 130 | 16 |
| Binary | 100 | 1000001 | 110100 | 1011110 | 0 | 10100 | 1001011 | 10100111 | 1011000 | 1110 |
Color Harmonies of #044134
Complementary color
Monochromatic Colors of #044134
Black with #044134
Text Example
Text Example
White with #044134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044134; }
p { color: rgb(4,65,52); }
H1.HeaderClassName
{
color: #044134;
}
.AnyTagClassName
{
color: #044134;
}
</style>
background-color css
<style>
a { background-color: #044134; }
a { background-color: rgb(4,65,52); }
div.DivClassName
{
background-color: #044134;
}
.BgClassName
{
background-color: #044134;
}
</style>
border-color css
<style>
span { border-color: #044134; }
span { border-color: rgb(4,65,52); }
td.TdClassName
{
border-color: #044134;
}
.TagClassName
{
border-color: #044134;
}
</style>