Shades of Teal Blue #144E5D
Tints of Teal Blue #144E5D
RGB
CMYK
RGB Variations
Color information
#144E5D (or 0x144E5D) is known color: Teal Blue. HEX triplet: 14, 4E and 5D. RGB value is (20,78,93). Sum of RGB (Red+Green+Blue) = 20+78+93=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #144E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E5D is #EBB1A2. Grayscale: #3E3E3E. Windows color (decimal): -15446435 or 6114836. OLE color: 6114836.
HSL color Cylindrical-coordinate representation of color #144E5D: hue angle of 192.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144E5D is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 78 | 93 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.64 |
| HSL | 192.33º | 0.65% | 0.22% | - |
| HSV(B) | 192.33º | 0.78% | 0.36% | - |
| XYZ | 4.99 | 6.39 | 11.33 | - |
| YUV | 62.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 93 | 0.78 | 0.16 | 0 | 0.64 | 192.33 | 0.65 | 0.22 |
| Hex | 14 | 4E | 5D | 4E | 10 | 0 | 40 | C0 | 41 | 16 |
| Octal | 24 | 116 | 135 | 116 | 20 | 0 | 100 | 300 | 101 | 26 |
| Binary | 10100 | 1001110 | 1011101 | 1001110 | 10000 | 0 | 1000000 | 11000000 | 1000001 | 10110 |
Color Harmonies of #144E5D
Complementary color
Monochromatic Colors of #144E5D
Black with #144E5D
Text Example
Text Example
White with #144E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E5D; }
p { color: rgb(20,78,93); }
H1.HeaderClassName
{
color: #144E5D;
}
.AnyTagClassName
{
color: #144E5D;
}
</style>
background-color css
<style>
a { background-color: #144E5D; }
a { background-color: rgb(20,78,93); }
div.DivClassName
{
background-color: #144E5D;
}
.BgClassName
{
background-color: #144E5D;
}
</style>
border-color css
<style>
span { border-color: #144E5D; }
span { border-color: rgb(20,78,93); }
td.TdClassName
{
border-color: #144E5D;
}
.TagClassName
{
border-color: #144E5D;
}
</style>