Shades of Deep Teal #165141
Tints of Deep Teal #165141
RGB
CMYK
RGB Variations
Color information
#165141 (or 0x165141) is known color: Deep Teal. HEX triplet: 16, 51 and 41. RGB value is (22,81,65). Sum of RGB (Red+Green+Blue) = 22+81+65=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #165141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165141 is #E9AEBE. Grayscale: #3D3D3D. Windows color (decimal): -15314623 or 4280598. OLE color: 4280598.
HSL color Cylindrical-coordinate representation of color #165141: hue angle of 163.73º 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 #165141 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 65 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.68 |
| HSL | 163.73º | 0.57% | 0.2% | - |
| HSV(B) | 163.73º | 0.73% | 0.32% | - |
| XYZ | 4.23 | 6.44 | 6.02 | - |
| YUV | 61.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 65 | 0.73 | 0 | 0.20 | 0.68 | 163.73 | 0.57 | 0.2 |
| Hex | 16 | 51 | 41 | 49 | 0 | 14 | 44 | A4 | 39 | 14 |
| Octal | 26 | 121 | 101 | 111 | 0 | 24 | 104 | 244 | 71 | 24 |
| Binary | 10110 | 1010001 | 1000001 | 1001001 | 0 | 10100 | 1000100 | 10100100 | 111001 | 10100 |
Color Harmonies of #165141
Complementary color
Monochromatic Colors of #165141
Black with #165141
Text Example
Text Example
White with #165141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165141; }
p { color: rgb(22,81,65); }
H1.HeaderClassName
{
color: #165141;
}
.AnyTagClassName
{
color: #165141;
}
</style>
background-color css
<style>
a { background-color: #165141; }
a { background-color: rgb(22,81,65); }
div.DivClassName
{
background-color: #165141;
}
.BgClassName
{
background-color: #165141;
}
</style>
border-color css
<style>
span { border-color: #165141; }
span { border-color: rgb(22,81,65); }
td.TdClassName
{
border-color: #165141;
}
.TagClassName
{
border-color: #165141;
}
</style>