Shades of Deep Teal #144D3D
Tints of Deep Teal #144D3D
RGB
CMYK
RGB Variations
Color information
#144D3D (or 0x144D3D) is known color: Deep Teal. HEX triplet: 14, 4D and 3D. RGB value is (20,77,61). Sum of RGB (Red+Green+Blue) = 20+77+61=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #144D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D3D is #EBB2C2. Grayscale: #3A3A3A. Windows color (decimal): -15446723 or 4017428. OLE color: 4017428.
HSL color Cylindrical-coordinate representation of color #144D3D: hue angle of 163.16º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D3D is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 61 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.70 |
| HSL | 163.16º | 0.59% | 0.19% | - |
| HSV(B) | 163.16º | 0.74% | 0.3% | - |
| XYZ | 3.78 | 5.79 | 5.33 | - |
| YUV | 58.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 61 | 0.74 | 0 | 0.21 | 0.70 | 163.16 | 0.59 | 0.19 |
| Hex | 14 | 4D | 3D | 4A | 0 | 15 | 46 | A3 | 3B | 13 |
| Octal | 24 | 115 | 75 | 112 | 0 | 25 | 106 | 243 | 73 | 23 |
| Binary | 10100 | 1001101 | 111101 | 1001010 | 0 | 10101 | 1000110 | 10100011 | 111011 | 10011 |
Color Harmonies of #144D3D
Complementary color
Monochromatic Colors of #144D3D
Black with #144D3D
Text Example
Text Example
White with #144D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D3D; }
p { color: rgb(20,77,61); }
H1.HeaderClassName
{
color: #144D3D;
}
.AnyTagClassName
{
color: #144D3D;
}
</style>
background-color css
<style>
a { background-color: #144D3D; }
a { background-color: rgb(20,77,61); }
div.DivClassName
{
background-color: #144D3D;
}
.BgClassName
{
background-color: #144D3D;
}
</style>
border-color css
<style>
span { border-color: #144D3D; }
span { border-color: rgb(20,77,61); }
td.TdClassName
{
border-color: #144D3D;
}
.TagClassName
{
border-color: #144D3D;
}
</style>