Shades of Deep Teal #143E38
Tints of Deep Teal #143E38
RGB
CMYK
RGB Variations
Color information
#143E38 (or 0x143E38) is known color: Deep Teal. HEX triplet: 14, 3E and 38. RGB value is (20,62,56). Sum of RGB (Red+Green+Blue) = 20+62+56=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #143E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E38 is #EBC1C7. Grayscale: #303030. Windows color (decimal): -15450568 or 3685908. OLE color: 3685908.
HSL color Cylindrical-coordinate representation of color #143E38: hue angle of 171.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143E38 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 62 | 56 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.76 |
| HSL | 171.43º | 0.51% | 0.16% | - |
| HSV(B) | 171.43º | 0.68% | 0.24% | - |
| XYZ | 2.72 | 3.88 | 4.35 | - |
| YUV | 48.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 56 | 0.68 | 0 | 0.10 | 0.76 | 171.43 | 0.51 | 0.16 |
| Hex | 14 | 3E | 38 | 44 | 0 | A | 4C | AB | 33 | 10 |
| Octal | 24 | 76 | 70 | 104 | 0 | 12 | 114 | 253 | 63 | 20 |
| Binary | 10100 | 111110 | 111000 | 1000100 | 0 | 1010 | 1001100 | 10101011 | 110011 | 10000 |
Color Harmonies of #143E38
Complementary color
Monochromatic Colors of #143E38
Black with #143E38
Text Example
Text Example
White with #143E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E38; }
p { color: rgb(20,62,56); }
H1.HeaderClassName
{
color: #143E38;
}
.AnyTagClassName
{
color: #143E38;
}
</style>
background-color css
<style>
a { background-color: #143E38; }
a { background-color: rgb(20,62,56); }
div.DivClassName
{
background-color: #143E38;
}
.BgClassName
{
background-color: #143E38;
}
</style>
border-color css
<style>
span { border-color: #143E38; }
span { border-color: rgb(20,62,56); }
td.TdClassName
{
border-color: #143E38;
}
.TagClassName
{
border-color: #143E38;
}
</style>