Shades of Deep Teal #164A41
Tints of Deep Teal #164A41
RGB
CMYK
RGB Variations
Color information
#164A41 (or 0x164A41) is known color: Deep Teal. HEX triplet: 16, 4A and 41. RGB value is (22,74,65). Sum of RGB (Red+Green+Blue) = 22+74+65=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #164A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A41 is #E9B5BE. Grayscale: #393939. Windows color (decimal): -15316415 or 4278806. OLE color: 4278806.
HSL color Cylindrical-coordinate representation of color #164A41: hue angle of 169.62º 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 #164A41 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 65 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.71 |
| HSL | 169.62º | 0.54% | 0.19% | - |
| HSV(B) | 169.62º | 0.7% | 0.29% | - |
| XYZ | 3.73 | 5.45 | 5.86 | - |
| YUV | 57.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 65 | 0.70 | 0 | 0.12 | 0.71 | 169.62 | 0.54 | 0.19 |
| Hex | 16 | 4A | 41 | 46 | 0 | C | 47 | AA | 36 | 13 |
| Octal | 26 | 112 | 101 | 106 | 0 | 14 | 107 | 252 | 66 | 23 |
| Binary | 10110 | 1001010 | 1000001 | 1000110 | 0 | 1100 | 1000111 | 10101010 | 110110 | 10011 |
Color Harmonies of #164A41
Complementary color
Monochromatic Colors of #164A41
Black with #164A41
Text Example
Text Example
White with #164A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A41; }
p { color: rgb(22,74,65); }
H1.HeaderClassName
{
color: #164A41;
}
.AnyTagClassName
{
color: #164A41;
}
</style>
background-color css
<style>
a { background-color: #164A41; }
a { background-color: rgb(22,74,65); }
div.DivClassName
{
background-color: #164A41;
}
.BgClassName
{
background-color: #164A41;
}
</style>
border-color css
<style>
span { border-color: #164A41; }
span { border-color: rgb(22,74,65); }
td.TdClassName
{
border-color: #164A41;
}
.TagClassName
{
border-color: #164A41;
}
</style>