Shades of Teal Blue #144F5B
Tints of Teal Blue #144F5B
RGB
CMYK
RGB Variations
Color information
#144F5B (or 0x144F5B) is known color: Teal Blue. HEX triplet: 14, 4F and 5B. RGB value is (20,79,91). Sum of RGB (Red+Green+Blue) = 20+79+91=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #144F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F5B is #EBB0A4. Grayscale: #3E3E3E. Windows color (decimal): -15446181 or 5984020. OLE color: 5984020.
HSL color Cylindrical-coordinate representation of color #144F5B: hue angle of 190.14º degrees, saturation: 0.64, 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 #144F5B is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 79 | 91 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.64 |
| HSL | 190.14º | 0.64% | 0.22% | - |
| HSV(B) | 190.14º | 0.78% | 0.36% | - |
| XYZ | 4.97 | 6.5 | 10.89 | - |
| YUV | 62.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 91 | 0.78 | 0.13 | 0 | 0.64 | 190.14 | 0.64 | 0.22 |
| Hex | 14 | 4F | 5B | 4E | D | 0 | 40 | BE | 40 | 16 |
| Octal | 24 | 117 | 133 | 116 | 15 | 0 | 100 | 276 | 100 | 26 |
| Binary | 10100 | 1001111 | 1011011 | 1001110 | 1101 | 0 | 1000000 | 10111110 | 1000000 | 10110 |
Color Harmonies of #144F5B
Complementary color
Monochromatic Colors of #144F5B
Black with #144F5B
Text Example
Text Example
White with #144F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F5B; }
p { color: rgb(20,79,91); }
H1.HeaderClassName
{
color: #144F5B;
}
.AnyTagClassName
{
color: #144F5B;
}
</style>
background-color css
<style>
a { background-color: #144F5B; }
a { background-color: rgb(20,79,91); }
div.DivClassName
{
background-color: #144F5B;
}
.BgClassName
{
background-color: #144F5B;
}
</style>
border-color css
<style>
span { border-color: #144F5B; }
span { border-color: rgb(20,79,91); }
td.TdClassName
{
border-color: #144F5B;
}
.TagClassName
{
border-color: #144F5B;
}
</style>