Shades of Teal Blue #144956
Tints of Teal Blue #144956
RGB
CMYK
RGB Variations
Color information
#144956 (or 0x144956) is known color: Teal Blue. HEX triplet: 14, 49 and 56. RGB value is (20,73,86). Sum of RGB (Red+Green+Blue) = 20+73+86=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #144956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144956 is #EBB6A9. Grayscale: #3A3A3A. Windows color (decimal): -15447722 or 5654804. OLE color: 5654804.
HSL color Cylindrical-coordinate representation of color #144956: hue angle of 191.82º 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 #144956 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 73 | 86 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.66 |
| HSL | 191.82º | 0.62% | 0.21% | - |
| HSV(B) | 191.82º | 0.77% | 0.34% | - |
| XYZ | 4.35 | 5.59 | 9.65 | - |
| YUV | 58.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 86 | 0.77 | 0.15 | 0 | 0.66 | 191.82 | 0.62 | 0.21 |
| Hex | 14 | 49 | 56 | 4D | F | 0 | 42 | C0 | 3E | 15 |
| Octal | 24 | 111 | 126 | 115 | 17 | 0 | 102 | 300 | 76 | 25 |
| Binary | 10100 | 1001001 | 1010110 | 1001101 | 1111 | 0 | 1000010 | 11000000 | 111110 | 10101 |
Color Harmonies of #144956
Complementary color
Monochromatic Colors of #144956
Black with #144956
Text Example
Text Example
White with #144956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144956; }
p { color: rgb(20,73,86); }
H1.HeaderClassName
{
color: #144956;
}
.AnyTagClassName
{
color: #144956;
}
</style>
background-color css
<style>
a { background-color: #144956; }
a { background-color: rgb(20,73,86); }
div.DivClassName
{
background-color: #144956;
}
.BgClassName
{
background-color: #144956;
}
</style>
border-color css
<style>
span { border-color: #144956; }
span { border-color: rgb(20,73,86); }
td.TdClassName
{
border-color: #144956;
}
.TagClassName
{
border-color: #144956;
}
</style>