Shades of Deep Teal #014437
Tints of Deep Teal #014437
RGB
CMYK
RGB Variations
Color information
#014437 (or 0x014437) is known color: Deep Teal. HEX triplet: 01, 44 and 37. RGB value is (1,68,55). Sum of RGB (Red+Green+Blue) = 1+68+55=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #014437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014437 is #FEBBC8. Grayscale: #2E2E2E. Windows color (decimal): -16694217 or 3621889. OLE color: 3621889.
HSL color Cylindrical-coordinate representation of color #014437: hue angle of 168.36º 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 #014437 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 68 | 55 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.73 |
| HSL | 168.36º | 0.97% | 0.14% | - |
| HSV(B) | 168.36º | 0.99% | 0.27% | - |
| XYZ | 2.77 | 4.42 | 4.32 | - |
| YUV | 46.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 55 | 0.99 | 0 | 0.19 | 0.73 | 168.36 | 0.97 | 0.14 |
| Hex | 1 | 44 | 37 | 63 | 0 | 13 | 49 | A8 | 61 | E |
| Octal | 1 | 104 | 67 | 143 | 0 | 23 | 111 | 250 | 141 | 16 |
| Binary | 1 | 1000100 | 110111 | 1100011 | 0 | 10011 | 1001001 | 10101000 | 1100001 | 1110 |
Color Harmonies of #014437
Complementary color
Monochromatic Colors of #014437
Black with #014437
Text Example
Text Example
White with #014437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014437; }
p { color: rgb(1,68,55); }
H1.HeaderClassName
{
color: #014437;
}
.AnyTagClassName
{
color: #014437;
}
</style>
background-color css
<style>
a { background-color: #014437; }
a { background-color: rgb(1,68,55); }
div.DivClassName
{
background-color: #014437;
}
.BgClassName
{
background-color: #014437;
}
</style>
border-color css
<style>
span { border-color: #014437; }
span { border-color: rgb(1,68,55); }
td.TdClassName
{
border-color: #014437;
}
.TagClassName
{
border-color: #014437;
}
</style>