Shades of Deep Teal #014637
Tints of Deep Teal #014637
RGB
CMYK
RGB Variations
Color information
#014637 (or 0x014637) is known color: Deep Teal. HEX triplet: 01, 46 and 37. RGB value is (1,70,55). Sum of RGB (Red+Green+Blue) = 1+70+55=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #014637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014637 is #FEB9C8. Grayscale: #2F2F2F. Windows color (decimal): -16693705 or 3622401. OLE color: 3622401.
HSL color Cylindrical-coordinate representation of color #014637: hue angle of 166.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014637 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 55 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.73 |
| HSL | 166.96º | 0.97% | 0.14% | - |
| HSV(B) | 166.96º | 0.99% | 0.27% | - |
| XYZ | 2.89 | 4.66 | 4.36 | - |
| YUV | 47.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 55 | 0.99 | 0 | 0.21 | 0.73 | 166.96 | 0.97 | 0.14 |
| Hex | 1 | 46 | 37 | 63 | 0 | 15 | 49 | A7 | 61 | E |
| Octal | 1 | 106 | 67 | 143 | 0 | 25 | 111 | 247 | 141 | 16 |
| Binary | 1 | 1000110 | 110111 | 1100011 | 0 | 10101 | 1001001 | 10100111 | 1100001 | 1110 |
Color Harmonies of #014637
Complementary color
Monochromatic Colors of #014637
Black with #014637
Text Example
Text Example
White with #014637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014637; }
p { color: rgb(1,70,55); }
H1.HeaderClassName
{
color: #014637;
}
.AnyTagClassName
{
color: #014637;
}
</style>
background-color css
<style>
a { background-color: #014637; }
a { background-color: rgb(1,70,55); }
div.DivClassName
{
background-color: #014637;
}
.BgClassName
{
background-color: #014637;
}
</style>
border-color css
<style>
span { border-color: #014637; }
span { border-color: rgb(1,70,55); }
td.TdClassName
{
border-color: #014637;
}
.TagClassName
{
border-color: #014637;
}
</style>