Shades of Deep Teal #145649
Tints of Deep Teal #145649
RGB
CMYK
RGB Variations
Color information
#145649 (or 0x145649) is known color: Deep Teal. HEX triplet: 14, 56 and 49. RGB value is (20,86,73). Sum of RGB (Red+Green+Blue) = 20+86+73=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #145649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145649 is #EBA9B6. Grayscale: #404040. Windows color (decimal): -15444407 or 4806164. OLE color: 4806164.
HSL color Cylindrical-coordinate representation of color #145649: hue angle of 168.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145649 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 73 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.66 |
| HSL | 168.18º | 0.62% | 0.21% | - |
| HSV(B) | 168.18º | 0.77% | 0.34% | - |
| XYZ | 4.82 | 7.29 | 7.46 | - |
| YUV | 64.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 73 | 0.77 | 0 | 0.15 | 0.66 | 168.18 | 0.62 | 0.21 |
| Hex | 14 | 56 | 49 | 4D | 0 | F | 42 | A8 | 3E | 15 |
| Octal | 24 | 126 | 111 | 115 | 0 | 17 | 102 | 250 | 76 | 25 |
| Binary | 10100 | 1010110 | 1001001 | 1001101 | 0 | 1111 | 1000010 | 10101000 | 111110 | 10101 |
Color Harmonies of #145649
Complementary color
Monochromatic Colors of #145649
Black with #145649
Text Example
Text Example
White with #145649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145649; }
p { color: rgb(20,86,73); }
H1.HeaderClassName
{
color: #145649;
}
.AnyTagClassName
{
color: #145649;
}
</style>
background-color css
<style>
a { background-color: #145649; }
a { background-color: rgb(20,86,73); }
div.DivClassName
{
background-color: #145649;
}
.BgClassName
{
background-color: #145649;
}
</style>
border-color css
<style>
span { border-color: #145649; }
span { border-color: rgb(20,86,73); }
td.TdClassName
{
border-color: #145649;
}
.TagClassName
{
border-color: #145649;
}
</style>