Shades of Deep Teal #144C3F
Tints of Deep Teal #144C3F
RGB
CMYK
RGB Variations
Color information
#144C3F (or 0x144C3F) is known color: Deep Teal. HEX triplet: 14, 4C and 3F. RGB value is (20,76,63). Sum of RGB (Red+Green+Blue) = 20+76+63=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #144C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C3F is #EBB3C0. Grayscale: #393939. Windows color (decimal): -15446977 or 4148244. OLE color: 4148244.
HSL color Cylindrical-coordinate representation of color #144C3F: hue angle of 166.07º 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 #144C3F is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 63 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.70 |
| HSL | 166.07º | 0.58% | 0.19% | - |
| HSV(B) | 166.07º | 0.74% | 0.3% | - |
| XYZ | 3.77 | 5.68 | 5.6 | - |
| YUV | 57.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 63 | 0.74 | 0 | 0.17 | 0.70 | 166.07 | 0.58 | 0.19 |
| Hex | 14 | 4C | 3F | 4A | 0 | 11 | 46 | A6 | 3A | 13 |
| Octal | 24 | 114 | 77 | 112 | 0 | 21 | 106 | 246 | 72 | 23 |
| Binary | 10100 | 1001100 | 111111 | 1001010 | 0 | 10001 | 1000110 | 10100110 | 111010 | 10011 |
Color Harmonies of #144C3F
Complementary color
Monochromatic Colors of #144C3F
Black with #144C3F
Text Example
Text Example
White with #144C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C3F; }
p { color: rgb(20,76,63); }
H1.HeaderClassName
{
color: #144C3F;
}
.AnyTagClassName
{
color: #144C3F;
}
</style>
background-color css
<style>
a { background-color: #144C3F; }
a { background-color: rgb(20,76,63); }
div.DivClassName
{
background-color: #144C3F;
}
.BgClassName
{
background-color: #144C3F;
}
</style>
border-color css
<style>
span { border-color: #144C3F; }
span { border-color: rgb(20,76,63); }
td.TdClassName
{
border-color: #144C3F;
}
.TagClassName
{
border-color: #144C3F;
}
</style>