Shades of Deep Teal #004A39
Tints of Deep Teal #004A39
RGB
CMYK
RGB Variations
Color information
#004A39 (or 0x004A39) is known color: Deep Teal. HEX triplet: 00, 4A and 39. RGB value is (0,74,57). Sum of RGB (Red+Green+Blue) = 0+74+57=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #004A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A39 is #FFB5C6. Grayscale: #313131. Windows color (decimal): -16758215 or 3754496. OLE color: 3754496.
HSL color Cylindrical-coordinate representation of color #004A39: hue angle of 166.22º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A39 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 57 | - |
| CMYK | 1 | 0 | 0.23 | 0.71 |
| HSL | 166.22º | 1% | 0.15% | - |
| HSV(B) | 166.22º | 1% | 0.29% | - |
| XYZ | 3.19 | 5.19 | 4.71 | - |
| YUV | 49.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 57 | 1 | 0 | 0.23 | 0.71 | 166.22 | 1 | 0.15 |
| Hex | 0 | 4A | 39 | 64 | 0 | 17 | 47 | A6 | 64 | F |
| Octal | 0 | 112 | 71 | 144 | 0 | 27 | 107 | 246 | 144 | 17 |
| Binary | 0 | 1001010 | 111001 | 1100100 | 0 | 10111 | 1000111 | 10100110 | 1100100 | 1111 |
Color Harmonies of #004A39
Complementary color
Monochromatic Colors of #004A39
Black with #004A39
Text Example
Text Example
White with #004A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A39; }
p { color: rgb(0,74,57); }
H1.HeaderClassName
{
color: #004A39;
}
.AnyTagClassName
{
color: #004A39;
}
</style>
background-color css
<style>
a { background-color: #004A39; }
a { background-color: rgb(0,74,57); }
div.DivClassName
{
background-color: #004A39;
}
.BgClassName
{
background-color: #004A39;
}
</style>
border-color css
<style>
span { border-color: #004A39; }
span { border-color: rgb(0,74,57); }
td.TdClassName
{
border-color: #004A39;
}
.TagClassName
{
border-color: #004A39;
}
</style>