Shades of Deep Teal #014738
Tints of Deep Teal #014738
RGB
CMYK
RGB Variations
Color information
#014738 (or 0x014738) is known color: Deep Teal. HEX triplet: 01, 47 and 38. RGB value is (1,71,56). Sum of RGB (Red+Green+Blue) = 1+71+56=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #014738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014738 is #FEB8C7. Grayscale: #303030. Windows color (decimal): -16693448 or 3688193. OLE color: 3688193.
HSL color Cylindrical-coordinate representation of color #014738: hue angle of 167.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014738 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 56 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.72 |
| HSL | 167.14º | 0.97% | 0.14% | - |
| HSV(B) | 167.14º | 0.99% | 0.28% | - |
| XYZ | 2.98 | 4.8 | 4.51 | - |
| YUV | 48.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 56 | 0.99 | 0 | 0.21 | 0.72 | 167.14 | 0.97 | 0.14 |
| Hex | 1 | 47 | 38 | 63 | 0 | 15 | 48 | A7 | 61 | E |
| Octal | 1 | 107 | 70 | 143 | 0 | 25 | 110 | 247 | 141 | 16 |
| Binary | 1 | 1000111 | 111000 | 1100011 | 0 | 10101 | 1001000 | 10100111 | 1100001 | 1110 |
Color Harmonies of #014738
Complementary color
Monochromatic Colors of #014738
Black with #014738
Text Example
Text Example
White with #014738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014738; }
p { color: rgb(1,71,56); }
H1.HeaderClassName
{
color: #014738;
}
.AnyTagClassName
{
color: #014738;
}
</style>
background-color css
<style>
a { background-color: #014738; }
a { background-color: rgb(1,71,56); }
div.DivClassName
{
background-color: #014738;
}
.BgClassName
{
background-color: #014738;
}
</style>
border-color css
<style>
span { border-color: #014738; }
span { border-color: rgb(1,71,56); }
td.TdClassName
{
border-color: #014738;
}
.TagClassName
{
border-color: #014738;
}
</style>