Shades of Teal Blue #144C5B
Tints of Teal Blue #144C5B
RGB
CMYK
RGB Variations
Color information
#144C5B (or 0x144C5B) is known color: Teal Blue. HEX triplet: 14, 4C and 5B. RGB value is (20,76,91). Sum of RGB (Red+Green+Blue) = 20+76+91=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #144C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C5B is #EBB3A4. Grayscale: #3C3C3C. Windows color (decimal): -15446949 or 5983252. OLE color: 5983252.
HSL color Cylindrical-coordinate representation of color #144C5B: hue angle of 192.68º 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 #144C5B is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 76 | 91 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.64 |
| HSL | 192.68º | 0.64% | 0.22% | - |
| HSV(B) | 192.68º | 0.78% | 0.36% | - |
| XYZ | 4.76 | 6.07 | 10.82 | - |
| YUV | 60.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 91 | 0.78 | 0.16 | 0 | 0.64 | 192.68 | 0.64 | 0.22 |
| Hex | 14 | 4C | 5B | 4E | 10 | 0 | 40 | C1 | 40 | 16 |
| Octal | 24 | 114 | 133 | 116 | 20 | 0 | 100 | 301 | 100 | 26 |
| Binary | 10100 | 1001100 | 1011011 | 1001110 | 10000 | 0 | 1000000 | 11000001 | 1000000 | 10110 |
Color Harmonies of #144C5B
Complementary color
Monochromatic Colors of #144C5B
Black with #144C5B
Text Example
Text Example
White with #144C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C5B; }
p { color: rgb(20,76,91); }
H1.HeaderClassName
{
color: #144C5B;
}
.AnyTagClassName
{
color: #144C5B;
}
</style>
background-color css
<style>
a { background-color: #144C5B; }
a { background-color: rgb(20,76,91); }
div.DivClassName
{
background-color: #144C5B;
}
.BgClassName
{
background-color: #144C5B;
}
</style>
border-color css
<style>
span { border-color: #144C5B; }
span { border-color: rgb(20,76,91); }
td.TdClassName
{
border-color: #144C5B;
}
.TagClassName
{
border-color: #144C5B;
}
</style>