Shades of Deep Teal #044C3C
Tints of Deep Teal #044C3C
RGB
CMYK
RGB Variations
Color information
#044C3C (or 0x044C3C) is known color: Deep Teal. HEX triplet: 04, 4C and 3C. RGB value is (4,76,60). Sum of RGB (Red+Green+Blue) = 4+76+60=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #044C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C3C is #FBB3C3. Grayscale: #343434. Windows color (decimal): -16495556 or 3951620. OLE color: 3951620.
HSL color Cylindrical-coordinate representation of color #044C3C: hue angle of 166.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C3C is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 76 | 60 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.70 |
| HSL | 166.67º | 0.9% | 0.16% | - |
| HSV(B) | 166.67º | 0.95% | 0.3% | - |
| XYZ | 3.45 | 5.52 | 5.16 | - |
| YUV | 52.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 60 | 0.95 | 0 | 0.21 | 0.70 | 166.67 | 0.9 | 0.16 |
| Hex | 4 | 4C | 3C | 5F | 0 | 15 | 46 | A7 | 5A | 10 |
| Octal | 4 | 114 | 74 | 137 | 0 | 25 | 106 | 247 | 132 | 20 |
| Binary | 100 | 1001100 | 111100 | 1011111 | 0 | 10101 | 1000110 | 10100111 | 1011010 | 10000 |
Color Harmonies of #044C3C
Complementary color
Monochromatic Colors of #044C3C
Black with #044C3C
Text Example
Text Example
White with #044C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C3C; }
p { color: rgb(4,76,60); }
H1.HeaderClassName
{
color: #044C3C;
}
.AnyTagClassName
{
color: #044C3C;
}
</style>
background-color css
<style>
a { background-color: #044C3C; }
a { background-color: rgb(4,76,60); }
div.DivClassName
{
background-color: #044C3C;
}
.BgClassName
{
background-color: #044C3C;
}
</style>
border-color css
<style>
span { border-color: #044C3C; }
span { border-color: rgb(4,76,60); }
td.TdClassName
{
border-color: #044C3C;
}
.TagClassName
{
border-color: #044C3C;
}
</style>