Shades of Teal Blue #144E5A
Tints of Teal Blue #144E5A
RGB
CMYK
RGB Variations
Color information
#144E5A (or 0x144E5A) is known color: Teal Blue. HEX triplet: 14, 4E and 5A. RGB value is (20,78,90). Sum of RGB (Red+Green+Blue) = 20+78+90=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #144E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E5A is #EBB1A5. Grayscale: #3D3D3D. Windows color (decimal): -15446438 or 5918228. OLE color: 5918228.
HSL color Cylindrical-coordinate representation of color #144E5A: hue angle of 190.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144E5A is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 78 | 90 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.65 |
| HSL | 190.29º | 0.64% | 0.22% | - |
| HSV(B) | 190.29º | 0.78% | 0.35% | - |
| XYZ | 4.86 | 6.34 | 10.64 | - |
| YUV | 62.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 90 | 0.78 | 0.13 | 0 | 0.65 | 190.29 | 0.64 | 0.22 |
| Hex | 14 | 4E | 5A | 4E | D | 0 | 41 | BE | 40 | 16 |
| Octal | 24 | 116 | 132 | 116 | 15 | 0 | 101 | 276 | 100 | 26 |
| Binary | 10100 | 1001110 | 1011010 | 1001110 | 1101 | 0 | 1000001 | 10111110 | 1000000 | 10110 |
Color Harmonies of #144E5A
Complementary color
Monochromatic Colors of #144E5A
Black with #144E5A
Text Example
Text Example
White with #144E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E5A; }
p { color: rgb(20,78,90); }
H1.HeaderClassName
{
color: #144E5A;
}
.AnyTagClassName
{
color: #144E5A;
}
</style>
background-color css
<style>
a { background-color: #144E5A; }
a { background-color: rgb(20,78,90); }
div.DivClassName
{
background-color: #144E5A;
}
.BgClassName
{
background-color: #144E5A;
}
</style>
border-color css
<style>
span { border-color: #144E5A; }
span { border-color: rgb(20,78,90); }
td.TdClassName
{
border-color: #144E5A;
}
.TagClassName
{
border-color: #144E5A;
}
</style>