Shades of Deep Teal #144C3D
Tints of Deep Teal #144C3D
RGB
CMYK
RGB Variations
Color information
#144C3D (or 0x144C3D) is known color: Deep Teal. HEX triplet: 14, 4C and 3D. RGB value is (20,76,61). Sum of RGB (Red+Green+Blue) = 20+76+61=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #144C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C3D is #EBB3C2. Grayscale: #393939. Windows color (decimal): -15446979 or 4017172. OLE color: 4017172.
HSL color Cylindrical-coordinate representation of color #144C3D: hue angle of 163.93º 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 #144C3D is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 61 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.70 |
| HSL | 163.93º | 0.58% | 0.19% | - |
| HSV(B) | 163.93º | 0.74% | 0.3% | - |
| XYZ | 3.72 | 5.65 | 5.31 | - |
| YUV | 57.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 61 | 0.74 | 0 | 0.20 | 0.70 | 163.93 | 0.58 | 0.19 |
| Hex | 14 | 4C | 3D | 4A | 0 | 14 | 46 | A4 | 3A | 13 |
| Octal | 24 | 114 | 75 | 112 | 0 | 24 | 106 | 244 | 72 | 23 |
| Binary | 10100 | 1001100 | 111101 | 1001010 | 0 | 10100 | 1000110 | 10100100 | 111010 | 10011 |
Color Harmonies of #144C3D
Complementary color
Monochromatic Colors of #144C3D
Black with #144C3D
Text Example
Text Example
White with #144C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C3D; }
p { color: rgb(20,76,61); }
H1.HeaderClassName
{
color: #144C3D;
}
.AnyTagClassName
{
color: #144C3D;
}
</style>
background-color css
<style>
a { background-color: #144C3D; }
a { background-color: rgb(20,76,61); }
div.DivClassName
{
background-color: #144C3D;
}
.BgClassName
{
background-color: #144C3D;
}
</style>
border-color css
<style>
span { border-color: #144C3D; }
span { border-color: rgb(20,76,61); }
td.TdClassName
{
border-color: #144C3D;
}
.TagClassName
{
border-color: #144C3D;
}
</style>