Shades of Teal Blue #144E59
Tints of Teal Blue #144E59
RGB
CMYK
RGB Variations
Color information
#144E59 (or 0x144E59) is known color: Teal Blue. HEX triplet: 14, 4E and 59. RGB value is (20,78,89). Sum of RGB (Red+Green+Blue) = 20+78+89=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #144E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E59 is #EBB1A6. Grayscale: #3D3D3D. Windows color (decimal): -15446439 or 5852692. OLE color: 5852692.
HSL color Cylindrical-coordinate representation of color #144E59: hue angle of 189.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144E59 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 78 | 89 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.65 |
| HSL | 189.57º | 0.63% | 0.21% | - |
| HSV(B) | 189.57º | 0.78% | 0.35% | - |
| XYZ | 4.82 | 6.32 | 10.42 | - |
| YUV | 61.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 89 | 0.78 | 0.12 | 0 | 0.65 | 189.57 | 0.63 | 0.21 |
| Hex | 14 | 4E | 59 | 4E | C | 0 | 41 | BE | 3F | 15 |
| Octal | 24 | 116 | 131 | 116 | 14 | 0 | 101 | 276 | 77 | 25 |
| Binary | 10100 | 1001110 | 1011001 | 1001110 | 1100 | 0 | 1000001 | 10111110 | 111111 | 10101 |
Color Harmonies of #144E59
Complementary color
Monochromatic Colors of #144E59
Black with #144E59
Text Example
Text Example
White with #144E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E59; }
p { color: rgb(20,78,89); }
H1.HeaderClassName
{
color: #144E59;
}
.AnyTagClassName
{
color: #144E59;
}
</style>
background-color css
<style>
a { background-color: #144E59; }
a { background-color: rgb(20,78,89); }
div.DivClassName
{
background-color: #144E59;
}
.BgClassName
{
background-color: #144E59;
}
</style>
border-color css
<style>
span { border-color: #144E59; }
span { border-color: rgb(20,78,89); }
td.TdClassName
{
border-color: #144E59;
}
.TagClassName
{
border-color: #144E59;
}
</style>