Shades of Deep Teal #143932
Tints of Deep Teal #143932
RGB
CMYK
RGB Variations
Color information
#143932 (or 0x143932) is known color: Deep Teal. HEX triplet: 14, 39 and 32. RGB value is (20,57,50). Sum of RGB (Red+Green+Blue) = 20+57+50=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #143932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143932 is #EBC6CD. Grayscale: #2D2D2D. Windows color (decimal): -15451854 or 3291412. OLE color: 3291412.
HSL color Cylindrical-coordinate representation of color #143932: hue angle of 168.65º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143932 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 57 | 50 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.78 |
| HSL | 168.65º | 0.48% | 0.15% | - |
| HSV(B) | 168.65º | 0.65% | 0.22% | - |
| XYZ | 2.33 | 3.31 | 3.53 | - |
| YUV | 45.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 50 | 0.65 | 0 | 0.12 | 0.78 | 168.65 | 0.48 | 0.15 |
| Hex | 14 | 39 | 32 | 41 | 0 | C | 4E | A9 | 30 | F |
| Octal | 24 | 71 | 62 | 101 | 0 | 14 | 116 | 251 | 60 | 17 |
| Binary | 10100 | 111001 | 110010 | 1000001 | 0 | 1100 | 1001110 | 10101001 | 110000 | 1111 |
Color Harmonies of #143932
Complementary color
Monochromatic Colors of #143932
Black with #143932
Text Example
Text Example
White with #143932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143932; }
p { color: rgb(20,57,50); }
H1.HeaderClassName
{
color: #143932;
}
.AnyTagClassName
{
color: #143932;
}
</style>
background-color css
<style>
a { background-color: #143932; }
a { background-color: rgb(20,57,50); }
div.DivClassName
{
background-color: #143932;
}
.BgClassName
{
background-color: #143932;
}
</style>
border-color css
<style>
span { border-color: #143932; }
span { border-color: rgb(20,57,50); }
td.TdClassName
{
border-color: #143932;
}
.TagClassName
{
border-color: #143932;
}
</style>