Shades of Deep Teal #043D32
Tints of Deep Teal #043D32
RGB
CMYK
RGB Variations
Color information
#043D32 (or 0x043D32) is known color: Deep Teal. HEX triplet: 04, 3D and 32. RGB value is (4,61,50). Sum of RGB (Red+Green+Blue) = 4+61+50=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #043D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D32 is #FBC2CD. Grayscale: #2A2A2A. Windows color (decimal): -16499406 or 3292420. OLE color: 3292420.
HSL color Cylindrical-coordinate representation of color #043D32: hue angle of 168.42º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043D32 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 61 | 50 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.76 |
| HSL | 168.42º | 0.88% | 0.13% | - |
| HSV(B) | 168.42º | 0.93% | 0.24% | - |
| XYZ | 2.29 | 3.59 | 3.59 | - |
| YUV | 42.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 50 | 0.93 | 0 | 0.18 | 0.76 | 168.42 | 0.88 | 0.13 |
| Hex | 4 | 3D | 32 | 5D | 0 | 12 | 4C | A8 | 58 | D |
| Octal | 4 | 75 | 62 | 135 | 0 | 22 | 114 | 250 | 130 | 15 |
| Binary | 100 | 111101 | 110010 | 1011101 | 0 | 10010 | 1001100 | 10101000 | 1011000 | 1101 |
Color Harmonies of #043D32
Complementary color
Monochromatic Colors of #043D32
Black with #043D32
Text Example
Text Example
White with #043D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D32; }
p { color: rgb(4,61,50); }
H1.HeaderClassName
{
color: #043D32;
}
.AnyTagClassName
{
color: #043D32;
}
</style>
background-color css
<style>
a { background-color: #043D32; }
a { background-color: rgb(4,61,50); }
div.DivClassName
{
background-color: #043D32;
}
.BgClassName
{
background-color: #043D32;
}
</style>
border-color css
<style>
span { border-color: #043D32; }
span { border-color: rgb(4,61,50); }
td.TdClassName
{
border-color: #043D32;
}
.TagClassName
{
border-color: #043D32;
}
</style>