Shades of Deep Teal #16493E
Tints of Deep Teal #16493E
RGB
CMYK
RGB Variations
Color information
#16493E (or 0x16493E) is known color: Deep Teal. HEX triplet: 16, 49 and 3E. RGB value is (22,73,62). Sum of RGB (Red+Green+Blue) = 22+73+62=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #16493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16493E is #E9B6C1. Grayscale: #383838. Windows color (decimal): -15316674 or 4081942. OLE color: 4081942.
HSL color Cylindrical-coordinate representation of color #16493E: hue angle of 167.06º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16493E is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 62 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.71 |
| HSL | 167.06º | 0.54% | 0.19% | - |
| HSV(B) | 167.06º | 0.7% | 0.29% | - |
| XYZ | 3.58 | 5.28 | 5.39 | - |
| YUV | 56.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 62 | 0.70 | 0 | 0.15 | 0.71 | 167.06 | 0.54 | 0.19 |
| Hex | 16 | 49 | 3E | 46 | 0 | F | 47 | A7 | 36 | 13 |
| Octal | 26 | 111 | 76 | 106 | 0 | 17 | 107 | 247 | 66 | 23 |
| Binary | 10110 | 1001001 | 111110 | 1000110 | 0 | 1111 | 1000111 | 10100111 | 110110 | 10011 |
Color Harmonies of #16493E
Complementary color
Monochromatic Colors of #16493E
Black with #16493E
Text Example
Text Example
White with #16493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16493E; }
p { color: rgb(22,73,62); }
H1.HeaderClassName
{
color: #16493E;
}
.AnyTagClassName
{
color: #16493E;
}
</style>
background-color css
<style>
a { background-color: #16493E; }
a { background-color: rgb(22,73,62); }
div.DivClassName
{
background-color: #16493E;
}
.BgClassName
{
background-color: #16493E;
}
</style>
border-color css
<style>
span { border-color: #16493E; }
span { border-color: rgb(22,73,62); }
td.TdClassName
{
border-color: #16493E;
}
.TagClassName
{
border-color: #16493E;
}
</style>