Shades of Deep Teal #14463A
Tints of Deep Teal #14463A
RGB
CMYK
RGB Variations
Color information
#14463A (or 0x14463A) is known color: Deep Teal. HEX triplet: 14, 46 and 3A. RGB value is (20,70,58). Sum of RGB (Red+Green+Blue) = 20+70+58=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #14463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14463A is #EBB9C5. Grayscale: #353535. Windows color (decimal): -15448518 or 3819028. OLE color: 3819028.
HSL color Cylindrical-coordinate representation of color #14463A: hue angle of 165.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14463A is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 58 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.73 |
| HSL | 165.6º | 0.56% | 0.18% | - |
| HSV(B) | 165.6º | 0.71% | 0.27% | - |
| XYZ | 3.24 | 4.83 | 4.77 | - |
| YUV | 53.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 58 | 0.71 | 0 | 0.17 | 0.73 | 165.6 | 0.56 | 0.18 |
| Hex | 14 | 46 | 3A | 47 | 0 | 11 | 49 | A6 | 38 | 12 |
| Octal | 24 | 106 | 72 | 107 | 0 | 21 | 111 | 246 | 70 | 22 |
| Binary | 10100 | 1000110 | 111010 | 1000111 | 0 | 10001 | 1001001 | 10100110 | 111000 | 10010 |
Color Harmonies of #14463A
Complementary color
Monochromatic Colors of #14463A
Black with #14463A
Text Example
Text Example
White with #14463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14463A; }
p { color: rgb(20,70,58); }
H1.HeaderClassName
{
color: #14463A;
}
.AnyTagClassName
{
color: #14463A;
}
</style>
background-color css
<style>
a { background-color: #14463A; }
a { background-color: rgb(20,70,58); }
div.DivClassName
{
background-color: #14463A;
}
.BgClassName
{
background-color: #14463A;
}
</style>
border-color css
<style>
span { border-color: #14463A; }
span { border-color: rgb(20,70,58); }
td.TdClassName
{
border-color: #14463A;
}
.TagClassName
{
border-color: #14463A;
}
</style>