Shades of Deep Teal #143832
Tints of Deep Teal #143832
RGB
CMYK
RGB Variations
Color information
#143832 (or 0x143832) is known color: Deep Teal. HEX triplet: 14, 38 and 32. RGB value is (20,56,50). Sum of RGB (Red+Green+Blue) = 20+56+50=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #143832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143832 is #EBC7CD. Grayscale: #2C2C2C. Windows color (decimal): -15452110 or 3291156. OLE color: 3291156.
HSL color Cylindrical-coordinate representation of color #143832: hue angle of 170º 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 #143832 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 50 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.78 |
| HSL | 170º | 0.47% | 0.15% | - |
| HSV(B) | 170º | 0.64% | 0.22% | - |
| XYZ | 2.28 | 3.21 | 3.52 | - |
| YUV | 44.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 50 | 0.64 | 0 | 0.11 | 0.78 | 170 | 0.47 | 0.15 |
| Hex | 14 | 38 | 32 | 40 | 0 | B | 4E | AA | 2F | F |
| Octal | 24 | 70 | 62 | 100 | 0 | 13 | 116 | 252 | 57 | 17 |
| Binary | 10100 | 111000 | 110010 | 1000000 | 0 | 1011 | 1001110 | 10101010 | 101111 | 1111 |
Color Harmonies of #143832
Complementary color
Monochromatic Colors of #143832
Black with #143832
Text Example
Text Example
White with #143832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143832; }
p { color: rgb(20,56,50); }
H1.HeaderClassName
{
color: #143832;
}
.AnyTagClassName
{
color: #143832;
}
</style>
background-color css
<style>
a { background-color: #143832; }
a { background-color: rgb(20,56,50); }
div.DivClassName
{
background-color: #143832;
}
.BgClassName
{
background-color: #143832;
}
</style>
border-color css
<style>
span { border-color: #143832; }
span { border-color: rgb(20,56,50); }
td.TdClassName
{
border-color: #143832;
}
.TagClassName
{
border-color: #143832;
}
</style>