Shades of Deep Teal #165247
Tints of Deep Teal #165247
RGB
CMYK
RGB Variations
Color information
#165247 (or 0x165247) is known color: Deep Teal. HEX triplet: 16, 52 and 47. RGB value is (22,82,71). Sum of RGB (Red+Green+Blue) = 22+82+71=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #165247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165247 is #E9ADB8. Grayscale: #3E3E3E. Windows color (decimal): -15314361 or 4674070. OLE color: 4674070.
HSL color Cylindrical-coordinate representation of color #165247: hue angle of 169º degrees, saturation: 0.58, 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 #165247 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 71 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.68 |
| HSL | 169º | 0.58% | 0.2% | - |
| HSV(B) | 169º | 0.73% | 0.32% | - |
| XYZ | 4.49 | 6.66 | 7.01 | - |
| YUV | 62.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 71 | 0.73 | 0 | 0.13 | 0.68 | 169 | 0.58 | 0.2 |
| Hex | 16 | 52 | 47 | 49 | 0 | D | 44 | A9 | 3A | 14 |
| Octal | 26 | 122 | 107 | 111 | 0 | 15 | 104 | 251 | 72 | 24 |
| Binary | 10110 | 1010010 | 1000111 | 1001001 | 0 | 1101 | 1000100 | 10101001 | 111010 | 10100 |
Color Harmonies of #165247
Complementary color
Monochromatic Colors of #165247
Black with #165247
Text Example
Text Example
White with #165247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165247; }
p { color: rgb(22,82,71); }
H1.HeaderClassName
{
color: #165247;
}
.AnyTagClassName
{
color: #165247;
}
</style>
background-color css
<style>
a { background-color: #165247; }
a { background-color: rgb(22,82,71); }
div.DivClassName
{
background-color: #165247;
}
.BgClassName
{
background-color: #165247;
}
</style>
border-color css
<style>
span { border-color: #165247; }
span { border-color: rgb(22,82,71); }
td.TdClassName
{
border-color: #165247;
}
.TagClassName
{
border-color: #165247;
}
</style>