Shades of Deep Teal #014638
Tints of Deep Teal #014638
RGB
CMYK
RGB Variations
Color information
#014638 (or 0x014638) is known color: Deep Teal. HEX triplet: 01, 46 and 38. RGB value is (1,70,56). Sum of RGB (Red+Green+Blue) = 1+70+56=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #014638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014638 is #FEB9C7. Grayscale: #2F2F2F. Windows color (decimal): -16693704 or 3687937. OLE color: 3687937.
HSL color Cylindrical-coordinate representation of color #014638: hue angle of 167.83º 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 #014638 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 56 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.73 |
| HSL | 167.83º | 0.97% | 0.14% | - |
| HSV(B) | 167.83º | 0.99% | 0.27% | - |
| XYZ | 2.92 | 4.67 | 4.49 | - |
| YUV | 47.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 56 | 0.99 | 0 | 0.20 | 0.73 | 167.83 | 0.97 | 0.14 |
| Hex | 1 | 46 | 38 | 63 | 0 | 14 | 49 | A8 | 61 | E |
| Octal | 1 | 106 | 70 | 143 | 0 | 24 | 111 | 250 | 141 | 16 |
| Binary | 1 | 1000110 | 111000 | 1100011 | 0 | 10100 | 1001001 | 10101000 | 1100001 | 1110 |
Color Harmonies of #014638
Complementary color
Monochromatic Colors of #014638
Black with #014638
Text Example
Text Example
White with #014638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014638; }
p { color: rgb(1,70,56); }
H1.HeaderClassName
{
color: #014638;
}
.AnyTagClassName
{
color: #014638;
}
</style>
background-color css
<style>
a { background-color: #014638; }
a { background-color: rgb(1,70,56); }
div.DivClassName
{
background-color: #014638;
}
.BgClassName
{
background-color: #014638;
}
</style>
border-color css
<style>
span { border-color: #014638; }
span { border-color: rgb(1,70,56); }
td.TdClassName
{
border-color: #014638;
}
.TagClassName
{
border-color: #014638;
}
</style>