Shades of Deep Teal #16413A
Tints of Deep Teal #16413A
RGB
CMYK
RGB Variations
Color information
#16413A (or 0x16413A) is known color: Deep Teal. HEX triplet: 16, 41 and 3A. RGB value is (22,65,58). Sum of RGB (Red+Green+Blue) = 22+65+58=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #16413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16413A is #E9BEC5. Grayscale: #333333. Windows color (decimal): -15318726 or 3817750. OLE color: 3817750.
HSL color Cylindrical-coordinate representation of color #16413A: hue angle of 170.23º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #16413A is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 58 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.75 |
| HSL | 170.23º | 0.49% | 0.17% | - |
| HSV(B) | 170.23º | 0.66% | 0.25% | - |
| XYZ | 2.98 | 4.26 | 4.67 | - |
| YUV | 51.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 58 | 0.66 | 0 | 0.11 | 0.75 | 170.23 | 0.49 | 0.17 |
| Hex | 16 | 41 | 3A | 42 | 0 | B | 4B | AA | 31 | 11 |
| Octal | 26 | 101 | 72 | 102 | 0 | 13 | 113 | 252 | 61 | 21 |
| Binary | 10110 | 1000001 | 111010 | 1000010 | 0 | 1011 | 1001011 | 10101010 | 110001 | 10001 |
Color Harmonies of #16413A
Complementary color
Monochromatic Colors of #16413A
Black with #16413A
Text Example
Text Example
White with #16413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16413A; }
p { color: rgb(22,65,58); }
H1.HeaderClassName
{
color: #16413A;
}
.AnyTagClassName
{
color: #16413A;
}
</style>
background-color css
<style>
a { background-color: #16413A; }
a { background-color: rgb(22,65,58); }
div.DivClassName
{
background-color: #16413A;
}
.BgClassName
{
background-color: #16413A;
}
</style>
border-color css
<style>
span { border-color: #16413A; }
span { border-color: rgb(22,65,58); }
td.TdClassName
{
border-color: #16413A;
}
.TagClassName
{
border-color: #16413A;
}
</style>