Shades of Deep Teal #144138
Tints of Deep Teal #144138
RGB
CMYK
RGB Variations
Color information
#144138 (or 0x144138) is known color: Deep Teal. HEX triplet: 14, 41 and 38. RGB value is (20,65,56). Sum of RGB (Red+Green+Blue) = 20+65+56=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #144138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144138 is #EBBEC7. Grayscale: #323232. Windows color (decimal): -15449800 or 3686676. OLE color: 3686676.
HSL color Cylindrical-coordinate representation of color #144138: hue angle of 168º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144138 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 56 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.75 |
| HSL | 168º | 0.53% | 0.17% | - |
| HSV(B) | 168º | 0.69% | 0.25% | - |
| XYZ | 2.89 | 4.21 | 4.4 | - |
| YUV | 50.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 56 | 0.69 | 0 | 0.14 | 0.75 | 168 | 0.53 | 0.17 |
| Hex | 14 | 41 | 38 | 45 | 0 | E | 4B | A8 | 35 | 11 |
| Octal | 24 | 101 | 70 | 105 | 0 | 16 | 113 | 250 | 65 | 21 |
| Binary | 10100 | 1000001 | 111000 | 1000101 | 0 | 1110 | 1001011 | 10101000 | 110101 | 10001 |
Color Harmonies of #144138
Complementary color
Monochromatic Colors of #144138
Black with #144138
Text Example
Text Example
White with #144138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144138; }
p { color: rgb(20,65,56); }
H1.HeaderClassName
{
color: #144138;
}
.AnyTagClassName
{
color: #144138;
}
</style>
background-color css
<style>
a { background-color: #144138; }
a { background-color: rgb(20,65,56); }
div.DivClassName
{
background-color: #144138;
}
.BgClassName
{
background-color: #144138;
}
</style>
border-color css
<style>
span { border-color: #144138; }
span { border-color: rgb(20,65,56); }
td.TdClassName
{
border-color: #144138;
}
.TagClassName
{
border-color: #144138;
}
</style>