Shades of Deep Teal #143C39
Tints of Deep Teal #143C39
RGB
CMYK
RGB Variations
Color information
#143C39 (or 0x143C39) is known color: Deep Teal. HEX triplet: 14, 3C and 39. RGB value is (20,60,57). Sum of RGB (Red+Green+Blue) = 20+60+57=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #143C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C39 is #EBC3C6. Grayscale: #2F2F2F. Windows color (decimal): -15451079 or 3750932. OLE color: 3750932.
HSL color Cylindrical-coordinate representation of color #143C39: hue angle of 175.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143C39 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 57 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.76 |
| HSL | 175.5º | 0.5% | 0.16% | - |
| HSV(B) | 175.5º | 0.67% | 0.24% | - |
| XYZ | 2.64 | 3.68 | 4.44 | - |
| YUV | 47.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 57 | 0.67 | 0 | 0.05 | 0.76 | 175.5 | 0.5 | 0.16 |
| Hex | 14 | 3C | 39 | 43 | 0 | 5 | 4C | B0 | 32 | 10 |
| Octal | 24 | 74 | 71 | 103 | 0 | 5 | 114 | 260 | 62 | 20 |
| Binary | 10100 | 111100 | 111001 | 1000011 | 0 | 101 | 1001100 | 10110000 | 110010 | 10000 |
Color Harmonies of #143C39
Complementary color
Monochromatic Colors of #143C39
Black with #143C39
Text Example
Text Example
White with #143C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C39; }
p { color: rgb(20,60,57); }
H1.HeaderClassName
{
color: #143C39;
}
.AnyTagClassName
{
color: #143C39;
}
</style>
background-color css
<style>
a { background-color: #143C39; }
a { background-color: rgb(20,60,57); }
div.DivClassName
{
background-color: #143C39;
}
.BgClassName
{
background-color: #143C39;
}
</style>
border-color css
<style>
span { border-color: #143C39; }
span { border-color: rgb(20,60,57); }
td.TdClassName
{
border-color: #143C39;
}
.TagClassName
{
border-color: #143C39;
}
</style>