Shades of Deep Teal #164B41
Tints of Deep Teal #164B41
RGB
CMYK
RGB Variations
Color information
#164B41 (or 0x164B41) is known color: Deep Teal. HEX triplet: 16, 4B and 41. RGB value is (22,75,65). Sum of RGB (Red+Green+Blue) = 22+75+65=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #164B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B41 is #E9B4BE. Grayscale: #3A3A3A. Windows color (decimal): -15316159 or 4279062. OLE color: 4279062.
HSL color Cylindrical-coordinate representation of color #164B41: hue angle of 168.68º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B41 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 75 | 65 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.71 |
| HSL | 168.68º | 0.55% | 0.19% | - |
| HSV(B) | 168.68º | 0.71% | 0.29% | - |
| XYZ | 3.8 | 5.58 | 5.88 | - |
| YUV | 58.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 65 | 0.71 | 0 | 0.13 | 0.71 | 168.68 | 0.55 | 0.19 |
| Hex | 16 | 4B | 41 | 47 | 0 | D | 47 | A9 | 37 | 13 |
| Octal | 26 | 113 | 101 | 107 | 0 | 15 | 107 | 251 | 67 | 23 |
| Binary | 10110 | 1001011 | 1000001 | 1000111 | 0 | 1101 | 1000111 | 10101001 | 110111 | 10011 |
Color Harmonies of #164B41
Complementary color
Monochromatic Colors of #164B41
Black with #164B41
Text Example
Text Example
White with #164B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B41; }
p { color: rgb(22,75,65); }
H1.HeaderClassName
{
color: #164B41;
}
.AnyTagClassName
{
color: #164B41;
}
</style>
background-color css
<style>
a { background-color: #164B41; }
a { background-color: rgb(22,75,65); }
div.DivClassName
{
background-color: #164B41;
}
.BgClassName
{
background-color: #164B41;
}
</style>
border-color css
<style>
span { border-color: #164B41; }
span { border-color: rgb(22,75,65); }
td.TdClassName
{
border-color: #164B41;
}
.TagClassName
{
border-color: #164B41;
}
</style>