Shades of Teal Blue #144652
Tints of Teal Blue #144652
RGB
CMYK
RGB Variations
Color information
#144652 (or 0x144652) is known color: Teal Blue. HEX triplet: 14, 46 and 52. RGB value is (20,70,82). Sum of RGB (Red+Green+Blue) = 20+70+82=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #144652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144652 is #EBB9AD. Grayscale: #383838. Windows color (decimal): -15448494 or 5391892. OLE color: 5391892.
HSL color Cylindrical-coordinate representation of color #144652: hue angle of 191.61º 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 #144652 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 70 | 82 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.68 |
| HSL | 191.61º | 0.61% | 0.2% | - |
| HSV(B) | 191.61º | 0.76% | 0.32% | - |
| XYZ | 4 | 5.14 | 8.76 | - |
| YUV | 56.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 82 | 0.76 | 0.15 | 0 | 0.68 | 191.61 | 0.61 | 0.2 |
| Hex | 14 | 46 | 52 | 4C | F | 0 | 44 | C0 | 3D | 14 |
| Octal | 24 | 106 | 122 | 114 | 17 | 0 | 104 | 300 | 75 | 24 |
| Binary | 10100 | 1000110 | 1010010 | 1001100 | 1111 | 0 | 1000100 | 11000000 | 111101 | 10100 |
Color Harmonies of #144652
Complementary color
Monochromatic Colors of #144652
Black with #144652
Text Example
Text Example
White with #144652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144652; }
p { color: rgb(20,70,82); }
H1.HeaderClassName
{
color: #144652;
}
.AnyTagClassName
{
color: #144652;
}
</style>
background-color css
<style>
a { background-color: #144652; }
a { background-color: rgb(20,70,82); }
div.DivClassName
{
background-color: #144652;
}
.BgClassName
{
background-color: #144652;
}
</style>
border-color css
<style>
span { border-color: #144652; }
span { border-color: rgb(20,70,82); }
td.TdClassName
{
border-color: #144652;
}
.TagClassName
{
border-color: #144652;
}
</style>