Shades of Deep Teal #144438
Tints of Deep Teal #144438
RGB
CMYK
RGB Variations
Color information
#144438 (or 0x144438) is known color: Deep Teal. HEX triplet: 14, 44 and 38. RGB value is (20,68,56). Sum of RGB (Red+Green+Blue) = 20+68+56=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #144438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144438 is #EBBBC7. Grayscale: #343434. Windows color (decimal): -15449032 or 3687444. OLE color: 3687444.
HSL color Cylindrical-coordinate representation of color #144438: hue angle of 165º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144438 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 68 | 56 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.73 |
| HSL | 165º | 0.55% | 0.17% | - |
| HSV(B) | 165º | 0.71% | 0.27% | - |
| XYZ | 3.07 | 4.57 | 4.46 | - |
| YUV | 52.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 56 | 0.71 | 0 | 0.18 | 0.73 | 165 | 0.55 | 0.17 |
| Hex | 14 | 44 | 38 | 47 | 0 | 12 | 49 | A5 | 37 | 11 |
| Octal | 24 | 104 | 70 | 107 | 0 | 22 | 111 | 245 | 67 | 21 |
| Binary | 10100 | 1000100 | 111000 | 1000111 | 0 | 10010 | 1001001 | 10100101 | 110111 | 10001 |
Color Harmonies of #144438
Complementary color
Monochromatic Colors of #144438
Black with #144438
Text Example
Text Example
White with #144438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144438; }
p { color: rgb(20,68,56); }
H1.HeaderClassName
{
color: #144438;
}
.AnyTagClassName
{
color: #144438;
}
</style>
background-color css
<style>
a { background-color: #144438; }
a { background-color: rgb(20,68,56); }
div.DivClassName
{
background-color: #144438;
}
.BgClassName
{
background-color: #144438;
}
</style>
border-color css
<style>
span { border-color: #144438; }
span { border-color: rgb(20,68,56); }
td.TdClassName
{
border-color: #144438;
}
.TagClassName
{
border-color: #144438;
}
</style>