Shades of Deep Teal #144E41
Tints of Deep Teal #144E41
RGB
CMYK
RGB Variations
Color information
#144E41 (or 0x144E41) is known color: Deep Teal. HEX triplet: 14, 4E and 41. RGB value is (20,78,65). Sum of RGB (Red+Green+Blue) = 20+78+65=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #144E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E41 is #EBB1BE. Grayscale: #3B3B3B. Windows color (decimal): -15446463 or 4279828. OLE color: 4279828.
HSL color Cylindrical-coordinate representation of color #144E41: hue angle of 166.55º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144E41 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 65 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.69 |
| HSL | 166.55º | 0.59% | 0.19% | - |
| HSV(B) | 166.55º | 0.74% | 0.31% | - |
| XYZ | 3.97 | 5.98 | 5.95 | - |
| YUV | 59.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 65 | 0.74 | 0 | 0.17 | 0.69 | 166.55 | 0.59 | 0.19 |
| Hex | 14 | 4E | 41 | 4A | 0 | 11 | 45 | A7 | 3B | 13 |
| Octal | 24 | 116 | 101 | 112 | 0 | 21 | 105 | 247 | 73 | 23 |
| Binary | 10100 | 1001110 | 1000001 | 1001010 | 0 | 10001 | 1000101 | 10100111 | 111011 | 10011 |
Color Harmonies of #144E41
Complementary color
Monochromatic Colors of #144E41
Black with #144E41
Text Example
Text Example
White with #144E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E41; }
p { color: rgb(20,78,65); }
H1.HeaderClassName
{
color: #144E41;
}
.AnyTagClassName
{
color: #144E41;
}
</style>
background-color css
<style>
a { background-color: #144E41; }
a { background-color: rgb(20,78,65); }
div.DivClassName
{
background-color: #144E41;
}
.BgClassName
{
background-color: #144E41;
}
</style>
border-color css
<style>
span { border-color: #144E41; }
span { border-color: rgb(20,78,65); }
td.TdClassName
{
border-color: #144E41;
}
.TagClassName
{
border-color: #144E41;
}
</style>