Shades of Teal Blue #144957
Tints of Teal Blue #144957
RGB
CMYK
RGB Variations
Color information
#144957 (or 0x144957) is known color: Teal Blue. HEX triplet: 14, 49 and 57. RGB value is (20,73,87). Sum of RGB (Red+Green+Blue) = 20+73+87=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #144957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144957 is #EBB6A8. Grayscale: #3A3A3A. Windows color (decimal): -15447721 or 5720340. OLE color: 5720340.
HSL color Cylindrical-coordinate representation of color #144957: hue angle of 192.54º 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 #144957 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 73 | 87 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.66 |
| HSL | 192.54º | 0.63% | 0.21% | - |
| HSV(B) | 192.54º | 0.77% | 0.34% | - |
| XYZ | 4.39 | 5.6 | 9.87 | - |
| YUV | 58.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 87 | 0.77 | 0.16 | 0 | 0.66 | 192.54 | 0.63 | 0.21 |
| Hex | 14 | 49 | 57 | 4D | 10 | 0 | 42 | C1 | 3F | 15 |
| Octal | 24 | 111 | 127 | 115 | 20 | 0 | 102 | 301 | 77 | 25 |
| Binary | 10100 | 1001001 | 1010111 | 1001101 | 10000 | 0 | 1000010 | 11000001 | 111111 | 10101 |
Color Harmonies of #144957
Complementary color
Monochromatic Colors of #144957
Black with #144957
Text Example
Text Example
White with #144957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144957; }
p { color: rgb(20,73,87); }
H1.HeaderClassName
{
color: #144957;
}
.AnyTagClassName
{
color: #144957;
}
</style>
background-color css
<style>
a { background-color: #144957; }
a { background-color: rgb(20,73,87); }
div.DivClassName
{
background-color: #144957;
}
.BgClassName
{
background-color: #144957;
}
</style>
border-color css
<style>
span { border-color: #144957; }
span { border-color: rgb(20,73,87); }
td.TdClassName
{
border-color: #144957;
}
.TagClassName
{
border-color: #144957;
}
</style>