Shades of Teal Blue #144C56
Tints of Teal Blue #144C56
RGB
CMYK
RGB Variations
Color information
#144C56 (or 0x144C56) is known color: Teal Blue. HEX triplet: 14, 4C and 56. RGB value is (20,76,86). Sum of RGB (Red+Green+Blue) = 20+76+86=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #144C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C56 is #EBB3A9. Grayscale: #3C3C3C. Windows color (decimal): -15446954 or 5655572. OLE color: 5655572.
HSL color Cylindrical-coordinate representation of color #144C56: hue angle of 189.09º 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 #144C56 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 76 | 86 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.66 |
| HSL | 189.09º | 0.62% | 0.21% | - |
| HSV(B) | 189.09º | 0.77% | 0.34% | - |
| XYZ | 4.55 | 5.99 | 9.72 | - |
| YUV | 60.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 86 | 0.77 | 0.12 | 0 | 0.66 | 189.09 | 0.62 | 0.21 |
| Hex | 14 | 4C | 56 | 4D | C | 0 | 42 | BD | 3E | 15 |
| Octal | 24 | 114 | 126 | 115 | 14 | 0 | 102 | 275 | 76 | 25 |
| Binary | 10100 | 1001100 | 1010110 | 1001101 | 1100 | 0 | 1000010 | 10111101 | 111110 | 10101 |
Color Harmonies of #144C56
Complementary color
Monochromatic Colors of #144C56
Black with #144C56
Text Example
Text Example
White with #144C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C56; }
p { color: rgb(20,76,86); }
H1.HeaderClassName
{
color: #144C56;
}
.AnyTagClassName
{
color: #144C56;
}
</style>
background-color css
<style>
a { background-color: #144C56; }
a { background-color: rgb(20,76,86); }
div.DivClassName
{
background-color: #144C56;
}
.BgClassName
{
background-color: #144C56;
}
</style>
border-color css
<style>
span { border-color: #144C56; }
span { border-color: rgb(20,76,86); }
td.TdClassName
{
border-color: #144C56;
}
.TagClassName
{
border-color: #144C56;
}
</style>