Shades of Teal Blue #144B59
Tints of Teal Blue #144B59
RGB
CMYK
RGB Variations
Color information
#144B59 (or 0x144B59) is known color: Teal Blue. HEX triplet: 14, 4B and 59. RGB value is (20,75,89). Sum of RGB (Red+Green+Blue) = 20+75+89=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #144B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B59 is #EBB4A6. Grayscale: #3C3C3C. Windows color (decimal): -15447207 or 5851924. OLE color: 5851924.
HSL color Cylindrical-coordinate representation of color #144B59: hue angle of 192.17º 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 #144B59 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 75 | 89 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.65 |
| HSL | 192.17º | 0.63% | 0.21% | - |
| HSV(B) | 192.17º | 0.78% | 0.35% | - |
| XYZ | 4.61 | 5.9 | 10.35 | - |
| YUV | 60.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 89 | 0.78 | 0.16 | 0 | 0.65 | 192.17 | 0.63 | 0.21 |
| Hex | 14 | 4B | 59 | 4E | 10 | 0 | 41 | C0 | 3F | 15 |
| Octal | 24 | 113 | 131 | 116 | 20 | 0 | 101 | 300 | 77 | 25 |
| Binary | 10100 | 1001011 | 1011001 | 1001110 | 10000 | 0 | 1000001 | 11000000 | 111111 | 10101 |
Color Harmonies of #144B59
Complementary color
Monochromatic Colors of #144B59
Black with #144B59
Text Example
Text Example
White with #144B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B59; }
p { color: rgb(20,75,89); }
H1.HeaderClassName
{
color: #144B59;
}
.AnyTagClassName
{
color: #144B59;
}
</style>
background-color css
<style>
a { background-color: #144B59; }
a { background-color: rgb(20,75,89); }
div.DivClassName
{
background-color: #144B59;
}
.BgClassName
{
background-color: #144B59;
}
</style>
border-color css
<style>
span { border-color: #144B59; }
span { border-color: rgb(20,75,89); }
td.TdClassName
{
border-color: #144B59;
}
.TagClassName
{
border-color: #144B59;
}
</style>