Shades of Teal Blue #144B54
Tints of Teal Blue #144B54
RGB
CMYK
RGB Variations
Color information
#144B54 (or 0x144B54) is known color: Teal Blue. HEX triplet: 14, 4B and 54. RGB value is (20,75,84). Sum of RGB (Red+Green+Blue) = 20+75+84=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #144B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B54 is #EBB4AB. Grayscale: #3B3B3B. Windows color (decimal): -15447212 or 5524244. OLE color: 5524244.
HSL color Cylindrical-coordinate representation of color #144B54: hue angle of 188.44º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144B54 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 75 | 84 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.67 |
| HSL | 188.44º | 0.62% | 0.2% | - |
| HSV(B) | 188.44º | 0.76% | 0.33% | - |
| XYZ | 4.4 | 5.82 | 9.28 | - |
| YUV | 59.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 84 | 0.76 | 0.11 | 0 | 0.67 | 188.44 | 0.62 | 0.2 |
| Hex | 14 | 4B | 54 | 4C | B | 0 | 43 | BC | 3E | 14 |
| Octal | 24 | 113 | 124 | 114 | 13 | 0 | 103 | 274 | 76 | 24 |
| Binary | 10100 | 1001011 | 1010100 | 1001100 | 1011 | 0 | 1000011 | 10111100 | 111110 | 10100 |
Color Harmonies of #144B54
Complementary color
Monochromatic Colors of #144B54
Black with #144B54
Text Example
Text Example
White with #144B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B54; }
p { color: rgb(20,75,84); }
H1.HeaderClassName
{
color: #144B54;
}
.AnyTagClassName
{
color: #144B54;
}
</style>
background-color css
<style>
a { background-color: #144B54; }
a { background-color: rgb(20,75,84); }
div.DivClassName
{
background-color: #144B54;
}
.BgClassName
{
background-color: #144B54;
}
</style>
border-color css
<style>
span { border-color: #144B54; }
span { border-color: rgb(20,75,84); }
td.TdClassName
{
border-color: #144B54;
}
.TagClassName
{
border-color: #144B54;
}
</style>