Shades of Deep Teal #143D39
Tints of Deep Teal #143D39
RGB
CMYK
RGB Variations
Color information
#143D39 (or 0x143D39) is known color: Deep Teal. HEX triplet: 14, 3D and 39. RGB value is (20,61,57). Sum of RGB (Red+Green+Blue) = 20+61+57=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #143D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D39 is #EBC2C6. Grayscale: #303030. Windows color (decimal): -15450823 or 3751188. OLE color: 3751188.
HSL color Cylindrical-coordinate representation of color #143D39: hue angle of 174.15º degrees, saturation: 0.51, 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 #143D39 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 57 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.76 |
| HSL | 174.15º | 0.51% | 0.16% | - |
| HSV(B) | 174.15º | 0.67% | 0.24% | - |
| XYZ | 2.7 | 3.78 | 4.46 | - |
| YUV | 48.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 57 | 0.67 | 0 | 0.07 | 0.76 | 174.15 | 0.51 | 0.16 |
| Hex | 14 | 3D | 39 | 43 | 0 | 7 | 4C | AE | 33 | 10 |
| Octal | 24 | 75 | 71 | 103 | 0 | 7 | 114 | 256 | 63 | 20 |
| Binary | 10100 | 111101 | 111001 | 1000011 | 0 | 111 | 1001100 | 10101110 | 110011 | 10000 |
Color Harmonies of #143D39
Complementary color
Monochromatic Colors of #143D39
Black with #143D39
Text Example
Text Example
White with #143D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D39; }
p { color: rgb(20,61,57); }
H1.HeaderClassName
{
color: #143D39;
}
.AnyTagClassName
{
color: #143D39;
}
</style>
background-color css
<style>
a { background-color: #143D39; }
a { background-color: rgb(20,61,57); }
div.DivClassName
{
background-color: #143D39;
}
.BgClassName
{
background-color: #143D39;
}
</style>
border-color css
<style>
span { border-color: #143D39; }
span { border-color: rgb(20,61,57); }
td.TdClassName
{
border-color: #143D39;
}
.TagClassName
{
border-color: #143D39;
}
</style>