Shades of Deep Teal #16463B
Tints of Deep Teal #16463B
RGB
CMYK
RGB Variations
Color information
#16463B (or 0x16463B) is known color: Deep Teal. HEX triplet: 16, 46 and 3B. RGB value is (22,70,59). Sum of RGB (Red+Green+Blue) = 22+70+59=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #16463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16463B is #E9B9C4. Grayscale: #363636. Windows color (decimal): -15317445 or 3884566. OLE color: 3884566.
HSL color Cylindrical-coordinate representation of color #16463B: hue angle of 166.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16463B is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 59 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.73 |
| HSL | 166.25º | 0.52% | 0.18% | - |
| HSV(B) | 166.25º | 0.69% | 0.27% | - |
| XYZ | 3.31 | 4.87 | 4.9 | - |
| YUV | 54.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 59 | 0.69 | 0 | 0.16 | 0.73 | 166.25 | 0.52 | 0.18 |
| Hex | 16 | 46 | 3B | 45 | 0 | 10 | 49 | A6 | 34 | 12 |
| Octal | 26 | 106 | 73 | 105 | 0 | 20 | 111 | 246 | 64 | 22 |
| Binary | 10110 | 1000110 | 111011 | 1000101 | 0 | 10000 | 1001001 | 10100110 | 110100 | 10010 |
Color Harmonies of #16463B
Complementary color
Monochromatic Colors of #16463B
Black with #16463B
Text Example
Text Example
White with #16463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16463B; }
p { color: rgb(22,70,59); }
H1.HeaderClassName
{
color: #16463B;
}
.AnyTagClassName
{
color: #16463B;
}
</style>
background-color css
<style>
a { background-color: #16463B; }
a { background-color: rgb(22,70,59); }
div.DivClassName
{
background-color: #16463B;
}
.BgClassName
{
background-color: #16463B;
}
</style>
border-color css
<style>
span { border-color: #16463B; }
span { border-color: rgb(22,70,59); }
td.TdClassName
{
border-color: #16463B;
}
.TagClassName
{
border-color: #16463B;
}
</style>