Shades of Deep Teal #165146
Tints of Deep Teal #165146
RGB
CMYK
RGB Variations
Color information
#165146 (or 0x165146) is known color: Deep Teal. HEX triplet: 16, 51 and 46. RGB value is (22,81,70). Sum of RGB (Red+Green+Blue) = 22+81+70=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #165146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165146 is #E9AEB9. Grayscale: #3E3E3E. Windows color (decimal): -15314618 or 4608278. OLE color: 4608278.
HSL color Cylindrical-coordinate representation of color #165146: hue angle of 168.81º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165146 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 70 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.68 |
| HSL | 168.81º | 0.57% | 0.2% | - |
| HSV(B) | 168.81º | 0.73% | 0.32% | - |
| XYZ | 4.38 | 6.5 | 6.82 | - |
| YUV | 62.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 70 | 0.73 | 0 | 0.14 | 0.68 | 168.81 | 0.57 | 0.2 |
| Hex | 16 | 51 | 46 | 49 | 0 | E | 44 | A9 | 39 | 14 |
| Octal | 26 | 121 | 106 | 111 | 0 | 16 | 104 | 251 | 71 | 24 |
| Binary | 10110 | 1010001 | 1000110 | 1001001 | 0 | 1110 | 1000100 | 10101001 | 111001 | 10100 |
Color Harmonies of #165146
Complementary color
Monochromatic Colors of #165146
Black with #165146
Text Example
Text Example
White with #165146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165146; }
p { color: rgb(22,81,70); }
H1.HeaderClassName
{
color: #165146;
}
.AnyTagClassName
{
color: #165146;
}
</style>
background-color css
<style>
a { background-color: #165146; }
a { background-color: rgb(22,81,70); }
div.DivClassName
{
background-color: #165146;
}
.BgClassName
{
background-color: #165146;
}
</style>
border-color css
<style>
span { border-color: #165146; }
span { border-color: rgb(22,81,70); }
td.TdClassName
{
border-color: #165146;
}
.TagClassName
{
border-color: #165146;
}
</style>