Shades of Deep Teal #144E3E
Tints of Deep Teal #144E3E
RGB
CMYK
RGB Variations
Color information
#144E3E (or 0x144E3E) is known color: Deep Teal. HEX triplet: 14, 4E and 3E. RGB value is (20,78,62). Sum of RGB (Red+Green+Blue) = 20+78+62=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #144E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E3E is #EBB1C1. Grayscale: #3A3A3A. Windows color (decimal): -15446466 or 4083220. OLE color: 4083220.
HSL color Cylindrical-coordinate representation of color #144E3E: hue angle of 163.45º 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 #144E3E is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 62 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.69 |
| HSL | 163.45º | 0.59% | 0.19% | - |
| HSV(B) | 163.45º | 0.74% | 0.31% | - |
| XYZ | 3.88 | 5.95 | 5.5 | - |
| YUV | 58.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 62 | 0.74 | 0 | 0.21 | 0.69 | 163.45 | 0.59 | 0.19 |
| Hex | 14 | 4E | 3E | 4A | 0 | 15 | 45 | A3 | 3B | 13 |
| Octal | 24 | 116 | 76 | 112 | 0 | 25 | 105 | 243 | 73 | 23 |
| Binary | 10100 | 1001110 | 111110 | 1001010 | 0 | 10101 | 1000101 | 10100011 | 111011 | 10011 |
Color Harmonies of #144E3E
Complementary color
Monochromatic Colors of #144E3E
Black with #144E3E
Text Example
Text Example
White with #144E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E3E; }
p { color: rgb(20,78,62); }
H1.HeaderClassName
{
color: #144E3E;
}
.AnyTagClassName
{
color: #144E3E;
}
</style>
background-color css
<style>
a { background-color: #144E3E; }
a { background-color: rgb(20,78,62); }
div.DivClassName
{
background-color: #144E3E;
}
.BgClassName
{
background-color: #144E3E;
}
</style>
border-color css
<style>
span { border-color: #144E3E; }
span { border-color: rgb(20,78,62); }
td.TdClassName
{
border-color: #144E3E;
}
.TagClassName
{
border-color: #144E3E;
}
</style>