Shades of Deep Teal #163A33
Tints of Deep Teal #163A33
RGB
CMYK
RGB Variations
Color information
#163A33 (or 0x163A33) is known color: Deep Teal. HEX triplet: 16, 3A and 33. RGB value is (22,58,51). Sum of RGB (Red+Green+Blue) = 22+58+51=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #163A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A33 is #E9C5CC. Grayscale: #2E2E2E. Windows color (decimal): -15320525 or 3357206. OLE color: 3357206.
HSL color Cylindrical-coordinate representation of color #163A33: hue angle of 168.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A33 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 51 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.77 |
| HSL | 168.33º | 0.45% | 0.16% | - |
| HSV(B) | 168.33º | 0.62% | 0.23% | - |
| XYZ | 2.44 | 3.44 | 3.67 | - |
| YUV | 46.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 51 | 0.62 | 0 | 0.12 | 0.77 | 168.33 | 0.45 | 0.16 |
| Hex | 16 | 3A | 33 | 3E | 0 | C | 4D | A8 | 2D | 10 |
| Octal | 26 | 72 | 63 | 76 | 0 | 14 | 115 | 250 | 55 | 20 |
| Binary | 10110 | 111010 | 110011 | 111110 | 0 | 1100 | 1001101 | 10101000 | 101101 | 10000 |
Color Harmonies of #163A33
Complementary color
Monochromatic Colors of #163A33
Black with #163A33
Text Example
Text Example
White with #163A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A33; }
p { color: rgb(22,58,51); }
H1.HeaderClassName
{
color: #163A33;
}
.AnyTagClassName
{
color: #163A33;
}
</style>
background-color css
<style>
a { background-color: #163A33; }
a { background-color: rgb(22,58,51); }
div.DivClassName
{
background-color: #163A33;
}
.BgClassName
{
background-color: #163A33;
}
</style>
border-color css
<style>
span { border-color: #163A33; }
span { border-color: rgb(22,58,51); }
td.TdClassName
{
border-color: #163A33;
}
.TagClassName
{
border-color: #163A33;
}
</style>