Shades of Deep Teal #143B37
Tints of Deep Teal #143B37
RGB
CMYK
RGB Variations
Color information
#143B37 (or 0x143B37) is known color: Deep Teal. HEX triplet: 14, 3B and 37. RGB value is (20,59,55). Sum of RGB (Red+Green+Blue) = 20+59+55=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #143B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B37 is #EBC4C8. Grayscale: #2E2E2E. Windows color (decimal): -15451337 or 3619604. OLE color: 3619604.
HSL color Cylindrical-coordinate representation of color #143B37: hue angle of 173.85º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B37 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 55 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.77 |
| HSL | 173.85º | 0.49% | 0.15% | - |
| HSV(B) | 173.85º | 0.66% | 0.23% | - |
| XYZ | 2.54 | 3.55 | 4.17 | - |
| YUV | 46.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 55 | 0.66 | 0 | 0.07 | 0.77 | 173.85 | 0.49 | 0.15 |
| Hex | 14 | 3B | 37 | 42 | 0 | 7 | 4D | AE | 31 | F |
| Octal | 24 | 73 | 67 | 102 | 0 | 7 | 115 | 256 | 61 | 17 |
| Binary | 10100 | 111011 | 110111 | 1000010 | 0 | 111 | 1001101 | 10101110 | 110001 | 1111 |
Color Harmonies of #143B37
Complementary color
Monochromatic Colors of #143B37
Black with #143B37
Text Example
Text Example
White with #143B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B37; }
p { color: rgb(20,59,55); }
H1.HeaderClassName
{
color: #143B37;
}
.AnyTagClassName
{
color: #143B37;
}
</style>
background-color css
<style>
a { background-color: #143B37; }
a { background-color: rgb(20,59,55); }
div.DivClassName
{
background-color: #143B37;
}
.BgClassName
{
background-color: #143B37;
}
</style>
border-color css
<style>
span { border-color: #143B37; }
span { border-color: rgb(20,59,55); }
td.TdClassName
{
border-color: #143B37;
}
.TagClassName
{
border-color: #143B37;
}
</style>