Shades of Teal Blue #144D5C
Tints of Teal Blue #144D5C
RGB
CMYK
RGB Variations
Color information
#144D5C (or 0x144D5C) is known color: Teal Blue. HEX triplet: 14, 4D and 5C. RGB value is (20,77,92). Sum of RGB (Red+Green+Blue) = 20+77+92=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #144D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D5C is #EBB2A3. Grayscale: #3D3D3D. Windows color (decimal): -15446692 or 6049044. OLE color: 6049044.
HSL color Cylindrical-coordinate representation of color #144D5C: hue angle of 192.5º 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 #144D5C is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 77 | 92 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.64 |
| HSL | 192.5º | 0.64% | 0.22% | - |
| HSV(B) | 192.5º | 0.78% | 0.36% | - |
| XYZ | 4.87 | 6.23 | 11.07 | - |
| YUV | 61.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 92 | 0.78 | 0.16 | 0 | 0.64 | 192.5 | 0.64 | 0.22 |
| Hex | 14 | 4D | 5C | 4E | 10 | 0 | 40 | C0 | 40 | 16 |
| Octal | 24 | 115 | 134 | 116 | 20 | 0 | 100 | 300 | 100 | 26 |
| Binary | 10100 | 1001101 | 1011100 | 1001110 | 10000 | 0 | 1000000 | 11000000 | 1000000 | 10110 |
Color Harmonies of #144D5C
Complementary color
Monochromatic Colors of #144D5C
Black with #144D5C
Text Example
Text Example
White with #144D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D5C; }
p { color: rgb(20,77,92); }
H1.HeaderClassName
{
color: #144D5C;
}
.AnyTagClassName
{
color: #144D5C;
}
</style>
background-color css
<style>
a { background-color: #144D5C; }
a { background-color: rgb(20,77,92); }
div.DivClassName
{
background-color: #144D5C;
}
.BgClassName
{
background-color: #144D5C;
}
</style>
border-color css
<style>
span { border-color: #144D5C; }
span { border-color: rgb(20,77,92); }
td.TdClassName
{
border-color: #144D5C;
}
.TagClassName
{
border-color: #144D5C;
}
</style>