Shades of Deep Teal #044135
Tints of Deep Teal #044135
RGB
CMYK
RGB Variations
Color information
#044135 (or 0x044135) is known color: Deep Teal. HEX triplet: 04, 41 and 35. RGB value is (4,65,53). Sum of RGB (Red+Green+Blue) = 4+65+53=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #044135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044135 is #FBBECA. Grayscale: #2D2D2D. Windows color (decimal): -16498379 or 3490052. OLE color: 3490052.
HSL color Cylindrical-coordinate representation of color #044135: hue angle of 168.2º 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 #044135 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 53 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.75 |
| HSL | 168.2º | 0.88% | 0.14% | - |
| HSV(B) | 168.2º | 0.94% | 0.25% | - |
| XYZ | 2.58 | 4.06 | 4.02 | - |
| YUV | 45.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 53 | 0.94 | 0 | 0.18 | 0.75 | 168.2 | 0.88 | 0.14 |
| Hex | 4 | 41 | 35 | 5E | 0 | 12 | 4B | A8 | 58 | E |
| Octal | 4 | 101 | 65 | 136 | 0 | 22 | 113 | 250 | 130 | 16 |
| Binary | 100 | 1000001 | 110101 | 1011110 | 0 | 10010 | 1001011 | 10101000 | 1011000 | 1110 |
Color Harmonies of #044135
Complementary color
Monochromatic Colors of #044135
Black with #044135
Text Example
Text Example
White with #044135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044135; }
p { color: rgb(4,65,53); }
H1.HeaderClassName
{
color: #044135;
}
.AnyTagClassName
{
color: #044135;
}
</style>
background-color css
<style>
a { background-color: #044135; }
a { background-color: rgb(4,65,53); }
div.DivClassName
{
background-color: #044135;
}
.BgClassName
{
background-color: #044135;
}
</style>
border-color css
<style>
span { border-color: #044135; }
span { border-color: rgb(4,65,53); }
td.TdClassName
{
border-color: #044135;
}
.TagClassName
{
border-color: #044135;
}
</style>