Shades of Deep Teal #004738
Tints of Deep Teal #004738
RGB
CMYK
RGB Variations
Color information
#004738 (or 0x004738) is known color: Deep Teal. HEX triplet: 00, 47 and 38. RGB value is (0,71,56). Sum of RGB (Red+Green+Blue) = 0+71+56=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #004738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004738 is #FFB8C7. Grayscale: #303030. Windows color (decimal): -16758984 or 3688192. OLE color: 3688192.
HSL color Cylindrical-coordinate representation of color #004738: hue angle of 167.32º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004738 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 71 | 56 | - |
| CMYK | 1 | 0 | 0.21 | 0.72 |
| HSL | 167.32º | 1% | 0.14% | - |
| HSV(B) | 167.32º | 1% | 0.28% | - |
| XYZ | 2.97 | 4.79 | 4.51 | - |
| YUV | 48.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 56 | 1 | 0 | 0.21 | 0.72 | 167.32 | 1 | 0.14 |
| Hex | 0 | 47 | 38 | 64 | 0 | 15 | 48 | A7 | 64 | E |
| Octal | 0 | 107 | 70 | 144 | 0 | 25 | 110 | 247 | 144 | 16 |
| Binary | 0 | 1000111 | 111000 | 1100100 | 0 | 10101 | 1001000 | 10100111 | 1100100 | 1110 |
Color Harmonies of #004738
Complementary color
Monochromatic Colors of #004738
Black with #004738
Text Example
Text Example
White with #004738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004738; }
p { color: rgb(0,71,56); }
H1.HeaderClassName
{
color: #004738;
}
.AnyTagClassName
{
color: #004738;
}
</style>
background-color css
<style>
a { background-color: #004738; }
a { background-color: rgb(0,71,56); }
div.DivClassName
{
background-color: #004738;
}
.BgClassName
{
background-color: #004738;
}
</style>
border-color css
<style>
span { border-color: #004738; }
span { border-color: rgb(0,71,56); }
td.TdClassName
{
border-color: #004738;
}
.TagClassName
{
border-color: #004738;
}
</style>