Shades of Teal Blue #144752
Tints of Teal Blue #144752
RGB
CMYK
RGB Variations
Color information
#144752 (or 0x144752) is known color: Teal Blue. HEX triplet: 14, 47 and 52. RGB value is (20,71,82). Sum of RGB (Red+Green+Blue) = 20+71+82=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #144752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144752 is #EBB8AD. Grayscale: #383838. Windows color (decimal): -15448238 or 5392148. OLE color: 5392148.
HSL color Cylindrical-coordinate representation of color #144752: hue angle of 190.65º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144752 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 71 | 82 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.68 |
| HSL | 190.65º | 0.61% | 0.2% | - |
| HSV(B) | 190.65º | 0.76% | 0.32% | - |
| XYZ | 4.06 | 5.26 | 8.78 | - |
| YUV | 57.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 82 | 0.76 | 0.13 | 0 | 0.68 | 190.65 | 0.61 | 0.2 |
| Hex | 14 | 47 | 52 | 4C | D | 0 | 44 | BF | 3D | 14 |
| Octal | 24 | 107 | 122 | 114 | 15 | 0 | 104 | 277 | 75 | 24 |
| Binary | 10100 | 1000111 | 1010010 | 1001100 | 1101 | 0 | 1000100 | 10111111 | 111101 | 10100 |
Color Harmonies of #144752
Complementary color
Monochromatic Colors of #144752
Black with #144752
Text Example
Text Example
White with #144752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144752; }
p { color: rgb(20,71,82); }
H1.HeaderClassName
{
color: #144752;
}
.AnyTagClassName
{
color: #144752;
}
</style>
background-color css
<style>
a { background-color: #144752; }
a { background-color: rgb(20,71,82); }
div.DivClassName
{
background-color: #144752;
}
.BgClassName
{
background-color: #144752;
}
</style>
border-color css
<style>
span { border-color: #144752; }
span { border-color: rgb(20,71,82); }
td.TdClassName
{
border-color: #144752;
}
.TagClassName
{
border-color: #144752;
}
</style>