Shades of Deep Teal #144D43
Tints of Deep Teal #144D43
RGB
CMYK
RGB Variations
Color information
#144D43 (or 0x144D43) is known color: Deep Teal. HEX triplet: 14, 4D and 43. RGB value is (20,77,67). Sum of RGB (Red+Green+Blue) = 20+77+67=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #144D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D43 is #EBB2BC. Grayscale: #3A3A3A. Windows color (decimal): -15446717 or 4410644. OLE color: 4410644.
HSL color Cylindrical-coordinate representation of color #144D43: hue angle of 169.47º 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 #144D43 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 67 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.70 |
| HSL | 169.47º | 0.59% | 0.19% | - |
| HSV(B) | 169.47º | 0.74% | 0.3% | - |
| XYZ | 3.96 | 5.86 | 6.23 | - |
| YUV | 58.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 67 | 0.74 | 0 | 0.13 | 0.70 | 169.47 | 0.59 | 0.19 |
| Hex | 14 | 4D | 43 | 4A | 0 | D | 46 | A9 | 3B | 13 |
| Octal | 24 | 115 | 103 | 112 | 0 | 15 | 106 | 251 | 73 | 23 |
| Binary | 10100 | 1001101 | 1000011 | 1001010 | 0 | 1101 | 1000110 | 10101001 | 111011 | 10011 |
Color Harmonies of #144D43
Complementary color
Monochromatic Colors of #144D43
Black with #144D43
Text Example
Text Example
White with #144D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D43; }
p { color: rgb(20,77,67); }
H1.HeaderClassName
{
color: #144D43;
}
.AnyTagClassName
{
color: #144D43;
}
</style>
background-color css
<style>
a { background-color: #144D43; }
a { background-color: rgb(20,77,67); }
div.DivClassName
{
background-color: #144D43;
}
.BgClassName
{
background-color: #144D43;
}
</style>
border-color css
<style>
span { border-color: #144D43; }
span { border-color: rgb(20,77,67); }
td.TdClassName
{
border-color: #144D43;
}
.TagClassName
{
border-color: #144D43;
}
</style>