Shades of Deep Teal #143A34
Tints of Deep Teal #143A34
RGB
CMYK
RGB Variations
Color information
#143A34 (or 0x143A34) is known color: Deep Teal. HEX triplet: 14, 3A and 34. RGB value is (20,58,52). Sum of RGB (Red+Green+Blue) = 20+58+52=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #143A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A34 is #EBC5CB. Grayscale: #2D2D2D. Windows color (decimal): -15451596 or 3422740. OLE color: 3422740.
HSL color Cylindrical-coordinate representation of color #143A34: hue angle of 170.53º 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 #143A34 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 58 | 52 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.77 |
| HSL | 170.53º | 0.49% | 0.15% | - |
| HSV(B) | 170.53º | 0.66% | 0.23% | - |
| XYZ | 2.42 | 3.42 | 3.78 | - |
| YUV | 45.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 52 | 0.66 | 0 | 0.10 | 0.77 | 170.53 | 0.49 | 0.15 |
| Hex | 14 | 3A | 34 | 42 | 0 | A | 4D | AB | 31 | F |
| Octal | 24 | 72 | 64 | 102 | 0 | 12 | 115 | 253 | 61 | 17 |
| Binary | 10100 | 111010 | 110100 | 1000010 | 0 | 1010 | 1001101 | 10101011 | 110001 | 1111 |
Color Harmonies of #143A34
Complementary color
Monochromatic Colors of #143A34
Black with #143A34
Text Example
Text Example
White with #143A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A34; }
p { color: rgb(20,58,52); }
H1.HeaderClassName
{
color: #143A34;
}
.AnyTagClassName
{
color: #143A34;
}
</style>
background-color css
<style>
a { background-color: #143A34; }
a { background-color: rgb(20,58,52); }
div.DivClassName
{
background-color: #143A34;
}
.BgClassName
{
background-color: #143A34;
}
</style>
border-color css
<style>
span { border-color: #143A34; }
span { border-color: rgb(20,58,52); }
td.TdClassName
{
border-color: #143A34;
}
.TagClassName
{
border-color: #143A34;
}
</style>