Shades of Deep Teal #144942
Tints of Deep Teal #144942
RGB
CMYK
RGB Variations
Color information
#144942 (or 0x144942) is known color: Deep Teal. HEX triplet: 14, 49 and 42. RGB value is (20,73,66). Sum of RGB (Red+Green+Blue) = 20+73+66=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #144942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144942 is #EBB6BD. Grayscale: #383838. Windows color (decimal): -15447742 or 4344084. OLE color: 4344084.
HSL color Cylindrical-coordinate representation of color #144942: hue angle of 172.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144942 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 66 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.71 |
| HSL | 172.08º | 0.57% | 0.18% | - |
| HSV(B) | 172.08º | 0.73% | 0.29% | - |
| XYZ | 3.65 | 5.31 | 5.99 | - |
| YUV | 56.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 66 | 0.73 | 0 | 0.10 | 0.71 | 172.08 | 0.57 | 0.18 |
| Hex | 14 | 49 | 42 | 49 | 0 | A | 47 | AC | 39 | 12 |
| Octal | 24 | 111 | 102 | 111 | 0 | 12 | 107 | 254 | 71 | 22 |
| Binary | 10100 | 1001001 | 1000010 | 1001001 | 0 | 1010 | 1000111 | 10101100 | 111001 | 10010 |
Color Harmonies of #144942
Complementary color
Monochromatic Colors of #144942
Black with #144942
Text Example
Text Example
White with #144942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144942; }
p { color: rgb(20,73,66); }
H1.HeaderClassName
{
color: #144942;
}
.AnyTagClassName
{
color: #144942;
}
</style>
background-color css
<style>
a { background-color: #144942; }
a { background-color: rgb(20,73,66); }
div.DivClassName
{
background-color: #144942;
}
.BgClassName
{
background-color: #144942;
}
</style>
border-color css
<style>
span { border-color: #144942; }
span { border-color: rgb(20,73,66); }
td.TdClassName
{
border-color: #144942;
}
.TagClassName
{
border-color: #144942;
}
</style>