Shades of Deep Teal #144C40
Tints of Deep Teal #144C40
RGB
CMYK
RGB Variations
Color information
#144C40 (or 0x144C40) is known color: Deep Teal. HEX triplet: 14, 4C and 40. RGB value is (20,76,64). Sum of RGB (Red+Green+Blue) = 20+76+64=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #144C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C40 is #EBB3BF. Grayscale: #393939. Windows color (decimal): -15446976 or 4213780. OLE color: 4213780.
HSL color Cylindrical-coordinate representation of color #144C40: hue angle of 167.14º degrees, saturation: 0.58, 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 #144C40 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 64 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.70 |
| HSL | 167.14º | 0.58% | 0.19% | - |
| HSV(B) | 167.14º | 0.74% | 0.3% | - |
| XYZ | 3.8 | 5.69 | 5.75 | - |
| YUV | 57.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 64 | 0.74 | 0 | 0.16 | 0.70 | 167.14 | 0.58 | 0.19 |
| Hex | 14 | 4C | 40 | 4A | 0 | 10 | 46 | A7 | 3A | 13 |
| Octal | 24 | 114 | 100 | 112 | 0 | 20 | 106 | 247 | 72 | 23 |
| Binary | 10100 | 1001100 | 1000000 | 1001010 | 0 | 10000 | 1000110 | 10100111 | 111010 | 10011 |
Color Harmonies of #144C40
Complementary color
Monochromatic Colors of #144C40
Black with #144C40
Text Example
Text Example
White with #144C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C40; }
p { color: rgb(20,76,64); }
H1.HeaderClassName
{
color: #144C40;
}
.AnyTagClassName
{
color: #144C40;
}
</style>
background-color css
<style>
a { background-color: #144C40; }
a { background-color: rgb(20,76,64); }
div.DivClassName
{
background-color: #144C40;
}
.BgClassName
{
background-color: #144C40;
}
</style>
border-color css
<style>
span { border-color: #144C40; }
span { border-color: rgb(20,76,64); }
td.TdClassName
{
border-color: #144C40;
}
.TagClassName
{
border-color: #144C40;
}
</style>