Shades of Deep Teal #165040
Tints of Deep Teal #165040
RGB
CMYK
RGB Variations
Color information
#165040 (or 0x165040) is known color: Deep Teal. HEX triplet: 16, 50 and 40. RGB value is (22,80,64). Sum of RGB (Red+Green+Blue) = 22+80+64=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #165040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165040 is #E9AFBF. Grayscale: #3C3C3C. Windows color (decimal): -15314880 or 4214806. OLE color: 4214806.
HSL color Cylindrical-coordinate representation of color #165040: hue angle of 163.45º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165040 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 64 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.69 |
| HSL | 163.45º | 0.57% | 0.2% | - |
| HSV(B) | 163.45º | 0.73% | 0.31% | - |
| XYZ | 4.12 | 6.28 | 5.84 | - |
| YUV | 60.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 64 | 0.72 | 0 | 0.20 | 0.69 | 163.45 | 0.57 | 0.2 |
| Hex | 16 | 50 | 40 | 48 | 0 | 14 | 45 | A3 | 39 | 14 |
| Octal | 26 | 120 | 100 | 110 | 0 | 24 | 105 | 243 | 71 | 24 |
| Binary | 10110 | 1010000 | 1000000 | 1001000 | 0 | 10100 | 1000101 | 10100011 | 111001 | 10100 |
Color Harmonies of #165040
Complementary color
Monochromatic Colors of #165040
Black with #165040
Text Example
Text Example
White with #165040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165040; }
p { color: rgb(22,80,64); }
H1.HeaderClassName
{
color: #165040;
}
.AnyTagClassName
{
color: #165040;
}
</style>
background-color css
<style>
a { background-color: #165040; }
a { background-color: rgb(22,80,64); }
div.DivClassName
{
background-color: #165040;
}
.BgClassName
{
background-color: #165040;
}
</style>
border-color css
<style>
span { border-color: #165040; }
span { border-color: rgb(22,80,64); }
td.TdClassName
{
border-color: #165040;
}
.TagClassName
{
border-color: #165040;
}
</style>