Shades of Deep Teal #14423D
Tints of Deep Teal #14423D
RGB
CMYK
RGB Variations
Color information
#14423D (or 0x14423D) is known color: Deep Teal. HEX triplet: 14, 42 and 3D. RGB value is (20,66,61). Sum of RGB (Red+Green+Blue) = 20+66+61=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #14423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14423D is #EBBDC2. Grayscale: #333333. Windows color (decimal): -15449539 or 4014612. OLE color: 4014612.
HSL color Cylindrical-coordinate representation of color #14423D: hue angle of 173.48º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14423D is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 61 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.74 |
| HSL | 173.48º | 0.53% | 0.17% | - |
| HSV(B) | 173.48º | 0.7% | 0.26% | - |
| XYZ | 3.08 | 4.38 | 5.1 | - |
| YUV | 51.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 61 | 0.70 | 0 | 0.08 | 0.74 | 173.48 | 0.53 | 0.17 |
| Hex | 14 | 42 | 3D | 46 | 0 | 8 | 4A | AD | 35 | 11 |
| Octal | 24 | 102 | 75 | 106 | 0 | 10 | 112 | 255 | 65 | 21 |
| Binary | 10100 | 1000010 | 111101 | 1000110 | 0 | 1000 | 1001010 | 10101101 | 110101 | 10001 |
Color Harmonies of #14423D
Complementary color
Monochromatic Colors of #14423D
Black with #14423D
Text Example
Text Example
White with #14423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14423D; }
p { color: rgb(20,66,61); }
H1.HeaderClassName
{
color: #14423D;
}
.AnyTagClassName
{
color: #14423D;
}
</style>
background-color css
<style>
a { background-color: #14423D; }
a { background-color: rgb(20,66,61); }
div.DivClassName
{
background-color: #14423D;
}
.BgClassName
{
background-color: #14423D;
}
</style>
border-color css
<style>
span { border-color: #14423D; }
span { border-color: rgb(20,66,61); }
td.TdClassName
{
border-color: #14423D;
}
.TagClassName
{
border-color: #14423D;
}
</style>