Shades of Teal Blue #144856
Tints of Teal Blue #144856
RGB
CMYK
RGB Variations
Color information
#144856 (or 0x144856) is known color: Teal Blue. HEX triplet: 14, 48 and 56. RGB value is (20,72,86). Sum of RGB (Red+Green+Blue) = 20+72+86=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #144856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144856 is #EBB7A9. Grayscale: #393939. Windows color (decimal): -15447978 or 5654548. OLE color: 5654548.
HSL color Cylindrical-coordinate representation of color #144856: hue angle of 192.73º 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 #144856 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 72 | 86 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.66 |
| HSL | 192.73º | 0.62% | 0.21% | - |
| HSV(B) | 192.73º | 0.77% | 0.34% | - |
| XYZ | 4.29 | 5.46 | 9.63 | - |
| YUV | 58.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 86 | 0.77 | 0.16 | 0 | 0.66 | 192.73 | 0.62 | 0.21 |
| Hex | 14 | 48 | 56 | 4D | 10 | 0 | 42 | C1 | 3E | 15 |
| Octal | 24 | 110 | 126 | 115 | 20 | 0 | 102 | 301 | 76 | 25 |
| Binary | 10100 | 1001000 | 1010110 | 1001101 | 10000 | 0 | 1000010 | 11000001 | 111110 | 10101 |
Color Harmonies of #144856
Complementary color
Monochromatic Colors of #144856
Black with #144856
Text Example
Text Example
White with #144856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144856; }
p { color: rgb(20,72,86); }
H1.HeaderClassName
{
color: #144856;
}
.AnyTagClassName
{
color: #144856;
}
</style>
background-color css
<style>
a { background-color: #144856; }
a { background-color: rgb(20,72,86); }
div.DivClassName
{
background-color: #144856;
}
.BgClassName
{
background-color: #144856;
}
</style>
border-color css
<style>
span { border-color: #144856; }
span { border-color: rgb(20,72,86); }
td.TdClassName
{
border-color: #144856;
}
.TagClassName
{
border-color: #144856;
}
</style>