Shades of Teal Blue #144C59
Tints of Teal Blue #144C59
RGB
CMYK
RGB Variations
Color information
#144C59 (or 0x144C59) is known color: Teal Blue. HEX triplet: 14, 4C and 59. RGB value is (20,76,89). Sum of RGB (Red+Green+Blue) = 20+76+89=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #144C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C59 is #EBB3A6. Grayscale: #3C3C3C. Windows color (decimal): -15446951 or 5852180. OLE color: 5852180.
HSL color Cylindrical-coordinate representation of color #144C59: hue angle of 191.3º 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 #144C59 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 76 | 89 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.65 |
| HSL | 191.3º | 0.63% | 0.21% | - |
| HSV(B) | 191.3º | 0.78% | 0.35% | - |
| XYZ | 4.68 | 6.04 | 10.37 | - |
| YUV | 60.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 89 | 0.78 | 0.15 | 0 | 0.65 | 191.3 | 0.63 | 0.21 |
| Hex | 14 | 4C | 59 | 4E | F | 0 | 41 | BF | 3F | 15 |
| Octal | 24 | 114 | 131 | 116 | 17 | 0 | 101 | 277 | 77 | 25 |
| Binary | 10100 | 1001100 | 1011001 | 1001110 | 1111 | 0 | 1000001 | 10111111 | 111111 | 10101 |
Color Harmonies of #144C59
Complementary color
Monochromatic Colors of #144C59
Black with #144C59
Text Example
Text Example
White with #144C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C59; }
p { color: rgb(20,76,89); }
H1.HeaderClassName
{
color: #144C59;
}
.AnyTagClassName
{
color: #144C59;
}
</style>
background-color css
<style>
a { background-color: #144C59; }
a { background-color: rgb(20,76,89); }
div.DivClassName
{
background-color: #144C59;
}
.BgClassName
{
background-color: #144C59;
}
</style>
border-color css
<style>
span { border-color: #144C59; }
span { border-color: rgb(20,76,89); }
td.TdClassName
{
border-color: #144C59;
}
.TagClassName
{
border-color: #144C59;
}
</style>