Shades of Deep Teal #144A3E
Tints of Deep Teal #144A3E
RGB
CMYK
RGB Variations
Color information
#144A3E (or 0x144A3E) is known color: Deep Teal. HEX triplet: 14, 4A and 3E. RGB value is (20,74,62). Sum of RGB (Red+Green+Blue) = 20+74+62=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #144A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A3E is #EBB5C1. Grayscale: #383838. Windows color (decimal): -15447490 or 4082196. OLE color: 4082196.
HSL color Cylindrical-coordinate representation of color #144A3E: hue angle of 166.67º 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 #144A3E is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 62 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.71 |
| HSL | 166.67º | 0.57% | 0.18% | - |
| HSV(B) | 166.67º | 0.73% | 0.29% | - |
| XYZ | 3.61 | 5.39 | 5.41 | - |
| YUV | 56.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 62 | 0.73 | 0 | 0.16 | 0.71 | 166.67 | 0.57 | 0.18 |
| Hex | 14 | 4A | 3E | 49 | 0 | 10 | 47 | A7 | 39 | 12 |
| Octal | 24 | 112 | 76 | 111 | 0 | 20 | 107 | 247 | 71 | 22 |
| Binary | 10100 | 1001010 | 111110 | 1001001 | 0 | 10000 | 1000111 | 10100111 | 111001 | 10010 |
Color Harmonies of #144A3E
Complementary color
Monochromatic Colors of #144A3E
Black with #144A3E
Text Example
Text Example
White with #144A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A3E; }
p { color: rgb(20,74,62); }
H1.HeaderClassName
{
color: #144A3E;
}
.AnyTagClassName
{
color: #144A3E;
}
</style>
background-color css
<style>
a { background-color: #144A3E; }
a { background-color: rgb(20,74,62); }
div.DivClassName
{
background-color: #144A3E;
}
.BgClassName
{
background-color: #144A3E;
}
</style>
border-color css
<style>
span { border-color: #144A3E; }
span { border-color: rgb(20,74,62); }
td.TdClassName
{
border-color: #144A3E;
}
.TagClassName
{
border-color: #144A3E;
}
</style>