Shades of Teal Blue #144A56
Tints of Teal Blue #144A56
RGB
CMYK
RGB Variations
Color information
#144A56 (or 0x144A56) is known color: Teal Blue. HEX triplet: 14, 4A and 56. RGB value is (20,74,86). Sum of RGB (Red+Green+Blue) = 20+74+86=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #144A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A56 is #EBB5A9. Grayscale: #3B3B3B. Windows color (decimal): -15447466 or 5655060. OLE color: 5655060.
HSL color Cylindrical-coordinate representation of color #144A56: hue angle of 190.91º degrees, saturation: 0.62, 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 #144A56 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 74 | 86 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.66 |
| HSL | 190.91º | 0.62% | 0.21% | - |
| HSV(B) | 190.91º | 0.77% | 0.34% | - |
| XYZ | 4.42 | 5.72 | 9.68 | - |
| YUV | 59.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 86 | 0.77 | 0.14 | 0 | 0.66 | 190.91 | 0.62 | 0.21 |
| Hex | 14 | 4A | 56 | 4D | E | 0 | 42 | BF | 3E | 15 |
| Octal | 24 | 112 | 126 | 115 | 16 | 0 | 102 | 277 | 76 | 25 |
| Binary | 10100 | 1001010 | 1010110 | 1001101 | 1110 | 0 | 1000010 | 10111111 | 111110 | 10101 |
Color Harmonies of #144A56
Complementary color
Monochromatic Colors of #144A56
Black with #144A56
Text Example
Text Example
White with #144A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A56; }
p { color: rgb(20,74,86); }
H1.HeaderClassName
{
color: #144A56;
}
.AnyTagClassName
{
color: #144A56;
}
</style>
background-color css
<style>
a { background-color: #144A56; }
a { background-color: rgb(20,74,86); }
div.DivClassName
{
background-color: #144A56;
}
.BgClassName
{
background-color: #144A56;
}
</style>
border-color css
<style>
span { border-color: #144A56; }
span { border-color: rgb(20,74,86); }
td.TdClassName
{
border-color: #144A56;
}
.TagClassName
{
border-color: #144A56;
}
</style>