Shades of Deep Teal #143733
Tints of Deep Teal #143733
RGB
CMYK
RGB Variations
Color information
#143733 (or 0x143733) is known color: Deep Teal. HEX triplet: 14, 37 and 33. RGB value is (20,55,51). Sum of RGB (Red+Green+Blue) = 20+55+51=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #143733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143733 is #EBC8CC. Grayscale: #2C2C2C. Windows color (decimal): -15452365 or 3356436. OLE color: 3356436.
HSL color Cylindrical-coordinate representation of color #143733: hue angle of 173.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143733 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 55 | 51 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.78 |
| HSL | 173.14º | 0.47% | 0.15% | - |
| HSV(B) | 173.14º | 0.64% | 0.22% | - |
| XYZ | 2.25 | 3.12 | 3.62 | - |
| YUV | 44.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 51 | 0.64 | 0 | 0.07 | 0.78 | 173.14 | 0.47 | 0.15 |
| Hex | 14 | 37 | 33 | 40 | 0 | 7 | 4E | AD | 2F | F |
| Octal | 24 | 67 | 63 | 100 | 0 | 7 | 116 | 255 | 57 | 17 |
| Binary | 10100 | 110111 | 110011 | 1000000 | 0 | 111 | 1001110 | 10101101 | 101111 | 1111 |
Color Harmonies of #143733
Complementary color
Monochromatic Colors of #143733
Black with #143733
Text Example
Text Example
White with #143733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143733; }
p { color: rgb(20,55,51); }
H1.HeaderClassName
{
color: #143733;
}
.AnyTagClassName
{
color: #143733;
}
</style>
background-color css
<style>
a { background-color: #143733; }
a { background-color: rgb(20,55,51); }
div.DivClassName
{
background-color: #143733;
}
.BgClassName
{
background-color: #143733;
}
</style>
border-color css
<style>
span { border-color: #143733; }
span { border-color: rgb(20,55,51); }
td.TdClassName
{
border-color: #143733;
}
.TagClassName
{
border-color: #143733;
}
</style>