Shades of Deep Teal #144A3C
Tints of Deep Teal #144A3C
RGB
CMYK
RGB Variations
Color information
#144A3C (or 0x144A3C) is known color: Deep Teal. HEX triplet: 14, 4A and 3C. RGB value is (20,74,60). Sum of RGB (Red+Green+Blue) = 20+74+60=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #144A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A3C is #EBB5C3. Grayscale: #383838. Windows color (decimal): -15447492 or 3951124. OLE color: 3951124.
HSL color Cylindrical-coordinate representation of color #144A3C: hue angle of 164.44º 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 #144A3C is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 60 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.71 |
| HSL | 164.44º | 0.57% | 0.18% | - |
| HSV(B) | 164.44º | 0.73% | 0.29% | - |
| XYZ | 3.55 | 5.37 | 5.12 | - |
| YUV | 56.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 60 | 0.73 | 0 | 0.19 | 0.71 | 164.44 | 0.57 | 0.18 |
| Hex | 14 | 4A | 3C | 49 | 0 | 13 | 47 | A4 | 39 | 12 |
| Octal | 24 | 112 | 74 | 111 | 0 | 23 | 107 | 244 | 71 | 22 |
| Binary | 10100 | 1001010 | 111100 | 1001001 | 0 | 10011 | 1000111 | 10100100 | 111001 | 10010 |
Color Harmonies of #144A3C
Complementary color
Monochromatic Colors of #144A3C
Black with #144A3C
Text Example
Text Example
White with #144A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A3C; }
p { color: rgb(20,74,60); }
H1.HeaderClassName
{
color: #144A3C;
}
.AnyTagClassName
{
color: #144A3C;
}
</style>
background-color css
<style>
a { background-color: #144A3C; }
a { background-color: rgb(20,74,60); }
div.DivClassName
{
background-color: #144A3C;
}
.BgClassName
{
background-color: #144A3C;
}
</style>
border-color css
<style>
span { border-color: #144A3C; }
span { border-color: rgb(20,74,60); }
td.TdClassName
{
border-color: #144A3C;
}
.TagClassName
{
border-color: #144A3C;
}
</style>