Shades of Deep Teal #143631
Tints of Deep Teal #143631
RGB
CMYK
RGB Variations
Color information
#143631 (or 0x143631) is known color: Deep Teal. HEX triplet: 14, 36 and 31. RGB value is (20,54,49). Sum of RGB (Red+Green+Blue) = 20+54+49=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #143631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143631 is #EBC9CE. Grayscale: #2B2B2B. Windows color (decimal): -15452623 or 3225108. OLE color: 3225108.
HSL color Cylindrical-coordinate representation of color #143631: hue angle of 171.18º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143631 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 49 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.79 |
| HSL | 171.18º | 0.46% | 0.15% | - |
| HSV(B) | 171.18º | 0.63% | 0.21% | - |
| XYZ | 2.16 | 3.01 | 3.37 | - |
| YUV | 43.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 49 | 0.63 | 0 | 0.09 | 0.79 | 171.18 | 0.46 | 0.15 |
| Hex | 14 | 36 | 31 | 3F | 0 | 9 | 4F | AB | 2E | F |
| Octal | 24 | 66 | 61 | 77 | 0 | 11 | 117 | 253 | 56 | 17 |
| Binary | 10100 | 110110 | 110001 | 111111 | 0 | 1001 | 1001111 | 10101011 | 101110 | 1111 |
Color Harmonies of #143631
Complementary color
Monochromatic Colors of #143631
Black with #143631
Text Example
Text Example
White with #143631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143631; }
p { color: rgb(20,54,49); }
H1.HeaderClassName
{
color: #143631;
}
.AnyTagClassName
{
color: #143631;
}
</style>
background-color css
<style>
a { background-color: #143631; }
a { background-color: rgb(20,54,49); }
div.DivClassName
{
background-color: #143631;
}
.BgClassName
{
background-color: #143631;
}
</style>
border-color css
<style>
span { border-color: #143631; }
span { border-color: rgb(20,54,49); }
td.TdClassName
{
border-color: #143631;
}
.TagClassName
{
border-color: #143631;
}
</style>