Shades of Deep Teal #164A43
Tints of Deep Teal #164A43
RGB
CMYK
RGB Variations
Color information
#164A43 (or 0x164A43) is known color: Deep Teal. HEX triplet: 16, 4A and 43. RGB value is (22,74,67). Sum of RGB (Red+Green+Blue) = 22+74+67=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #164A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A43 is #E9B5BC. Grayscale: #393939. Windows color (decimal): -15316413 or 4409878. OLE color: 4409878.
HSL color Cylindrical-coordinate representation of color #164A43: hue angle of 171.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A43 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 67 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.71 |
| HSL | 171.92º | 0.54% | 0.19% | - |
| HSV(B) | 171.92º | 0.7% | 0.29% | - |
| XYZ | 3.79 | 5.47 | 6.17 | - |
| YUV | 57.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 67 | 0.70 | 0 | 0.09 | 0.71 | 171.92 | 0.54 | 0.19 |
| Hex | 16 | 4A | 43 | 46 | 0 | 9 | 47 | AC | 36 | 13 |
| Octal | 26 | 112 | 103 | 106 | 0 | 11 | 107 | 254 | 66 | 23 |
| Binary | 10110 | 1001010 | 1000011 | 1000110 | 0 | 1001 | 1000111 | 10101100 | 110110 | 10011 |
Color Harmonies of #164A43
Complementary color
Monochromatic Colors of #164A43
Black with #164A43
Text Example
Text Example
White with #164A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A43; }
p { color: rgb(22,74,67); }
H1.HeaderClassName
{
color: #164A43;
}
.AnyTagClassName
{
color: #164A43;
}
</style>
background-color css
<style>
a { background-color: #164A43; }
a { background-color: rgb(22,74,67); }
div.DivClassName
{
background-color: #164A43;
}
.BgClassName
{
background-color: #164A43;
}
</style>
border-color css
<style>
span { border-color: #164A43; }
span { border-color: rgb(22,74,67); }
td.TdClassName
{
border-color: #164A43;
}
.TagClassName
{
border-color: #164A43;
}
</style>