Shades of Deep Teal #14433C
Tints of Deep Teal #14433C
RGB
CMYK
RGB Variations
Color information
#14433C (or 0x14433C) is known color: Deep Teal. HEX triplet: 14, 43 and 3C. RGB value is (20,67,60). Sum of RGB (Red+Green+Blue) = 20+67+60=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #14433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14433C is #EBBCC3. Grayscale: #343434. Windows color (decimal): -15449284 or 3949332. OLE color: 3949332.
HSL color Cylindrical-coordinate representation of color #14433C: hue angle of 171.06º degrees, saturation: 0.54, 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 #14433C is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 60 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.74 |
| HSL | 171.06º | 0.54% | 0.17% | - |
| HSV(B) | 171.06º | 0.7% | 0.26% | - |
| XYZ | 3.11 | 4.49 | 4.98 | - |
| YUV | 52.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 60 | 0.70 | 0 | 0.10 | 0.74 | 171.06 | 0.54 | 0.17 |
| Hex | 14 | 43 | 3C | 46 | 0 | A | 4A | AB | 36 | 11 |
| Octal | 24 | 103 | 74 | 106 | 0 | 12 | 112 | 253 | 66 | 21 |
| Binary | 10100 | 1000011 | 111100 | 1000110 | 0 | 1010 | 1001010 | 10101011 | 110110 | 10001 |
Color Harmonies of #14433C
Complementary color
Monochromatic Colors of #14433C
Black with #14433C
Text Example
Text Example
White with #14433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14433C; }
p { color: rgb(20,67,60); }
H1.HeaderClassName
{
color: #14433C;
}
.AnyTagClassName
{
color: #14433C;
}
</style>
background-color css
<style>
a { background-color: #14433C; }
a { background-color: rgb(20,67,60); }
div.DivClassName
{
background-color: #14433C;
}
.BgClassName
{
background-color: #14433C;
}
</style>
border-color css
<style>
span { border-color: #14433C; }
span { border-color: rgb(20,67,60); }
td.TdClassName
{
border-color: #14433C;
}
.TagClassName
{
border-color: #14433C;
}
</style>