Shades of Teal Blue #144A57
Tints of Teal Blue #144A57
RGB
CMYK
RGB Variations
Color information
#144A57 (or 0x144A57) is known color: Teal Blue. HEX triplet: 14, 4A and 57. RGB value is (20,74,87). Sum of RGB (Red+Green+Blue) = 20+74+87=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #144A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A57 is #EBB5A8. Grayscale: #3B3B3B. Windows color (decimal): -15447465 or 5720596. OLE color: 5720596.
HSL color Cylindrical-coordinate representation of color #144A57: hue angle of 191.64º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144A57 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 74 | 87 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.66 |
| HSL | 191.64º | 0.63% | 0.21% | - |
| HSV(B) | 191.64º | 0.77% | 0.34% | - |
| XYZ | 4.46 | 5.73 | 9.89 | - |
| YUV | 59.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 87 | 0.77 | 0.15 | 0 | 0.66 | 191.64 | 0.63 | 0.21 |
| Hex | 14 | 4A | 57 | 4D | F | 0 | 42 | C0 | 3F | 15 |
| Octal | 24 | 112 | 127 | 115 | 17 | 0 | 102 | 300 | 77 | 25 |
| Binary | 10100 | 1001010 | 1010111 | 1001101 | 1111 | 0 | 1000010 | 11000000 | 111111 | 10101 |
Color Harmonies of #144A57
Complementary color
Monochromatic Colors of #144A57
Black with #144A57
Text Example
Text Example
White with #144A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A57; }
p { color: rgb(20,74,87); }
H1.HeaderClassName
{
color: #144A57;
}
.AnyTagClassName
{
color: #144A57;
}
</style>
background-color css
<style>
a { background-color: #144A57; }
a { background-color: rgb(20,74,87); }
div.DivClassName
{
background-color: #144A57;
}
.BgClassName
{
background-color: #144A57;
}
</style>
border-color css
<style>
span { border-color: #144A57; }
span { border-color: rgb(20,74,87); }
td.TdClassName
{
border-color: #144A57;
}
.TagClassName
{
border-color: #144A57;
}
</style>