Shades of Deep Teal #16413B
Tints of Deep Teal #16413B
RGB
CMYK
RGB Variations
Color information
#16413B (or 0x16413B) is known color: Deep Teal. HEX triplet: 16, 41 and 3B. RGB value is (22,65,59). Sum of RGB (Red+Green+Blue) = 22+65+59=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #16413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16413B is #E9BEC4. Grayscale: #333333. Windows color (decimal): -15318725 or 3883286. OLE color: 3883286.
HSL color Cylindrical-coordinate representation of color #16413B: hue angle of 171.63º 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 #16413B is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 59 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.75 |
| HSL | 171.63º | 0.49% | 0.17% | - |
| HSV(B) | 171.63º | 0.66% | 0.25% | - |
| XYZ | 3.01 | 4.27 | 4.8 | - |
| YUV | 51.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 59 | 0.66 | 0 | 0.09 | 0.75 | 171.63 | 0.49 | 0.17 |
| Hex | 16 | 41 | 3B | 42 | 0 | 9 | 4B | AC | 31 | 11 |
| Octal | 26 | 101 | 73 | 102 | 0 | 11 | 113 | 254 | 61 | 21 |
| Binary | 10110 | 1000001 | 111011 | 1000010 | 0 | 1001 | 1001011 | 10101100 | 110001 | 10001 |
Color Harmonies of #16413B
Complementary color
Monochromatic Colors of #16413B
Black with #16413B
Text Example
Text Example
White with #16413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16413B; }
p { color: rgb(22,65,59); }
H1.HeaderClassName
{
color: #16413B;
}
.AnyTagClassName
{
color: #16413B;
}
</style>
background-color css
<style>
a { background-color: #16413B; }
a { background-color: rgb(22,65,59); }
div.DivClassName
{
background-color: #16413B;
}
.BgClassName
{
background-color: #16413B;
}
</style>
border-color css
<style>
span { border-color: #16413B; }
span { border-color: rgb(22,65,59); }
td.TdClassName
{
border-color: #16413B;
}
.TagClassName
{
border-color: #16413B;
}
</style>