Shades of Deep Teal #004637
Tints of Deep Teal #004637
RGB
CMYK
RGB Variations
Color information
#004637 (or 0x004637) is known color: Deep Teal. HEX triplet: 00, 46 and 37. RGB value is (0,70,55). Sum of RGB (Red+Green+Blue) = 0+70+55=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #004637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004637 is #FFB9C8. Grayscale: #2F2F2F. Windows color (decimal): -16759241 or 3622400. OLE color: 3622400.
HSL color Cylindrical-coordinate representation of color #004637: hue angle of 167.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004637 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 55 | - |
| CMYK | 1 | 0 | 0.21 | 0.73 |
| HSL | 167.14º | 1% | 0.14% | - |
| HSV(B) | 167.14º | 1% | 0.27% | - |
| XYZ | 2.88 | 4.66 | 4.36 | - |
| YUV | 47.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 55 | 1 | 0 | 0.21 | 0.73 | 167.14 | 1 | 0.14 |
| Hex | 0 | 46 | 37 | 64 | 0 | 15 | 49 | A7 | 64 | E |
| Octal | 0 | 106 | 67 | 144 | 0 | 25 | 111 | 247 | 144 | 16 |
| Binary | 0 | 1000110 | 110111 | 1100100 | 0 | 10101 | 1001001 | 10100111 | 1100100 | 1110 |
Color Harmonies of #004637
Complementary color
Monochromatic Colors of #004637
Black with #004637
Text Example
Text Example
White with #004637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004637; }
p { color: rgb(0,70,55); }
H1.HeaderClassName
{
color: #004637;
}
.AnyTagClassName
{
color: #004637;
}
</style>
background-color css
<style>
a { background-color: #004637; }
a { background-color: rgb(0,70,55); }
div.DivClassName
{
background-color: #004637;
}
.BgClassName
{
background-color: #004637;
}
</style>
border-color css
<style>
span { border-color: #004637; }
span { border-color: rgb(0,70,55); }
td.TdClassName
{
border-color: #004637;
}
.TagClassName
{
border-color: #004637;
}
</style>