Shades of Deep Teal #163B32
Tints of Deep Teal #163B32
RGB
CMYK
RGB Variations
Color information
#163B32 (or 0x163B32) is known color: Deep Teal. HEX triplet: 16, 3B and 32. RGB value is (22,59,50). Sum of RGB (Red+Green+Blue) = 22+59+50=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #163B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B32 is #E9C4CD. Grayscale: #2E2E2E. Windows color (decimal): -15320270 or 3291926. OLE color: 3291926.
HSL color Cylindrical-coordinate representation of color #163B32: hue angle of 165.41º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163B32 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 59 | 50 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.77 |
| HSL | 165.41º | 0.46% | 0.16% | - |
| HSV(B) | 165.41º | 0.63% | 0.23% | - |
| XYZ | 2.47 | 3.53 | 3.57 | - |
| YUV | 46.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 50 | 0.63 | 0 | 0.15 | 0.77 | 165.41 | 0.46 | 0.16 |
| Hex | 16 | 3B | 32 | 3F | 0 | F | 4D | A5 | 2E | 10 |
| Octal | 26 | 73 | 62 | 77 | 0 | 17 | 115 | 245 | 56 | 20 |
| Binary | 10110 | 111011 | 110010 | 111111 | 0 | 1111 | 1001101 | 10100101 | 101110 | 10000 |
Color Harmonies of #163B32
Complementary color
Monochromatic Colors of #163B32
Black with #163B32
Text Example
Text Example
White with #163B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B32; }
p { color: rgb(22,59,50); }
H1.HeaderClassName
{
color: #163B32;
}
.AnyTagClassName
{
color: #163B32;
}
</style>
background-color css
<style>
a { background-color: #163B32; }
a { background-color: rgb(22,59,50); }
div.DivClassName
{
background-color: #163B32;
}
.BgClassName
{
background-color: #163B32;
}
</style>
border-color css
<style>
span { border-color: #163B32; }
span { border-color: rgb(22,59,50); }
td.TdClassName
{
border-color: #163B32;
}
.TagClassName
{
border-color: #163B32;
}
</style>