Shades of Deep Teal #14513F
Tints of Deep Teal #14513F
RGB
CMYK
RGB Variations
Color information
#14513F (or 0x14513F) is known color: Deep Teal. HEX triplet: 14, 51 and 3F. RGB value is (20,81,63). Sum of RGB (Red+Green+Blue) = 20+81+63=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #14513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14513F is #EBAEC0. Grayscale: #3C3C3C. Windows color (decimal): -15445697 or 4149524. OLE color: 4149524.
HSL color Cylindrical-coordinate representation of color #14513F: hue angle of 162.3º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14513F is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 63 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.68 |
| HSL | 162.3º | 0.6% | 0.2% | - |
| HSV(B) | 162.3º | 0.75% | 0.32% | - |
| XYZ | 4.13 | 6.39 | 5.72 | - |
| YUV | 60.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 63 | 0.75 | 0 | 0.22 | 0.68 | 162.3 | 0.6 | 0.2 |
| Hex | 14 | 51 | 3F | 4B | 0 | 16 | 44 | A2 | 3C | 14 |
| Octal | 24 | 121 | 77 | 113 | 0 | 26 | 104 | 242 | 74 | 24 |
| Binary | 10100 | 1010001 | 111111 | 1001011 | 0 | 10110 | 1000100 | 10100010 | 111100 | 10100 |
Color Harmonies of #14513F
Complementary color
Monochromatic Colors of #14513F
Black with #14513F
Text Example
Text Example
White with #14513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14513F; }
p { color: rgb(20,81,63); }
H1.HeaderClassName
{
color: #14513F;
}
.AnyTagClassName
{
color: #14513F;
}
</style>
background-color css
<style>
a { background-color: #14513F; }
a { background-color: rgb(20,81,63); }
div.DivClassName
{
background-color: #14513F;
}
.BgClassName
{
background-color: #14513F;
}
</style>
border-color css
<style>
span { border-color: #14513F; }
span { border-color: rgb(20,81,63); }
td.TdClassName
{
border-color: #14513F;
}
.TagClassName
{
border-color: #14513F;
}
</style>