Shades of Deep Teal #143B38
Tints of Deep Teal #143B38
RGB
CMYK
RGB Variations
Color information
#143B38 (or 0x143B38) is known color: Deep Teal. HEX triplet: 14, 3B and 38. RGB value is (20,59,56). Sum of RGB (Red+Green+Blue) = 20+59+56=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 59 - color contains mainly: green. Hex color #143B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B38 is #EBC4C7. Grayscale: #2E2E2E. Windows color (decimal): -15451336 or 3685140. OLE color: 3685140.
HSL color Cylindrical-coordinate representation of color #143B38: hue angle of 175.38º 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 #143B38 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 56 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.77 |
| HSL | 175.38º | 0.49% | 0.15% | - |
| HSV(B) | 175.38º | 0.66% | 0.23% | - |
| XYZ | 2.57 | 3.56 | 4.29 | - |
| YUV | 47 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 56 | 0.66 | 0 | 0.05 | 0.77 | 175.38 | 0.49 | 0.15 |
| Hex | 14 | 3B | 38 | 42 | 0 | 5 | 4D | AF | 31 | F |
| Octal | 24 | 73 | 70 | 102 | 0 | 5 | 115 | 257 | 61 | 17 |
| Binary | 10100 | 111011 | 111000 | 1000010 | 0 | 101 | 1001101 | 10101111 | 110001 | 1111 |
Color Harmonies of #143B38
Complementary color
Monochromatic Colors of #143B38
Black with #143B38
Text Example
Text Example
White with #143B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B38; }
p { color: rgb(20,59,56); }
H1.HeaderClassName
{
color: #143B38;
}
.AnyTagClassName
{
color: #143B38;
}
</style>
background-color css
<style>
a { background-color: #143B38; }
a { background-color: rgb(20,59,56); }
div.DivClassName
{
background-color: #143B38;
}
.BgClassName
{
background-color: #143B38;
}
</style>
border-color css
<style>
span { border-color: #143B38; }
span { border-color: rgb(20,59,56); }
td.TdClassName
{
border-color: #143B38;
}
.TagClassName
{
border-color: #143B38;
}
</style>