Shades of Deep Teal #145040
Tints of Deep Teal #145040
RGB
CMYK
RGB Variations
Color information
#145040 (or 0x145040) is known color: Deep Teal. HEX triplet: 14, 50 and 40. RGB value is (20,80,64). Sum of RGB (Red+Green+Blue) = 20+80+64=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #145040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145040 is #EBAFBF. Grayscale: #3C3C3C. Windows color (decimal): -15445952 or 4214804. OLE color: 4214804.
HSL color Cylindrical-coordinate representation of color #145040: hue angle of 164º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145040 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 64 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.69 |
| HSL | 164º | 0.6% | 0.2% | - |
| HSV(B) | 164º | 0.75% | 0.31% | - |
| XYZ | 4.08 | 6.26 | 5.84 | - |
| YUV | 60.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 64 | 0.75 | 0 | 0.20 | 0.69 | 164 | 0.6 | 0.2 |
| Hex | 14 | 50 | 40 | 4B | 0 | 14 | 45 | A4 | 3C | 14 |
| Octal | 24 | 120 | 100 | 113 | 0 | 24 | 105 | 244 | 74 | 24 |
| Binary | 10100 | 1010000 | 1000000 | 1001011 | 0 | 10100 | 1000101 | 10100100 | 111100 | 10100 |
Color Harmonies of #145040
Complementary color
Monochromatic Colors of #145040
Black with #145040
Text Example
Text Example
White with #145040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145040; }
p { color: rgb(20,80,64); }
H1.HeaderClassName
{
color: #145040;
}
.AnyTagClassName
{
color: #145040;
}
</style>
background-color css
<style>
a { background-color: #145040; }
a { background-color: rgb(20,80,64); }
div.DivClassName
{
background-color: #145040;
}
.BgClassName
{
background-color: #145040;
}
</style>
border-color css
<style>
span { border-color: #145040; }
span { border-color: rgb(20,80,64); }
td.TdClassName
{
border-color: #145040;
}
.TagClassName
{
border-color: #145040;
}
</style>