Shades of Deep Teal #16413C
Tints of Deep Teal #16413C
RGB
CMYK
RGB Variations
Color information
#16413C (or 0x16413C) is known color: Deep Teal. HEX triplet: 16, 41 and 3C. RGB value is (22,65,60). Sum of RGB (Red+Green+Blue) = 22+65+60=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #16413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16413C is #E9BEC3. Grayscale: #333333. Windows color (decimal): -15318724 or 3948822. OLE color: 3948822.
HSL color Cylindrical-coordinate representation of color #16413C: hue angle of 173.02º 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 #16413C is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 60 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.75 |
| HSL | 173.02º | 0.49% | 0.17% | - |
| HSV(B) | 173.02º | 0.66% | 0.25% | - |
| XYZ | 3.04 | 4.28 | 4.94 | - |
| YUV | 51.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 60 | 0.66 | 0 | 0.08 | 0.75 | 173.02 | 0.49 | 0.17 |
| Hex | 16 | 41 | 3C | 42 | 0 | 8 | 4B | AD | 31 | 11 |
| Octal | 26 | 101 | 74 | 102 | 0 | 10 | 113 | 255 | 61 | 21 |
| Binary | 10110 | 1000001 | 111100 | 1000010 | 0 | 1000 | 1001011 | 10101101 | 110001 | 10001 |
Color Harmonies of #16413C
Complementary color
Monochromatic Colors of #16413C
Black with #16413C
Text Example
Text Example
White with #16413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16413C; }
p { color: rgb(22,65,60); }
H1.HeaderClassName
{
color: #16413C;
}
.AnyTagClassName
{
color: #16413C;
}
</style>
background-color css
<style>
a { background-color: #16413C; }
a { background-color: rgb(22,65,60); }
div.DivClassName
{
background-color: #16413C;
}
.BgClassName
{
background-color: #16413C;
}
</style>
border-color css
<style>
span { border-color: #16413C; }
span { border-color: rgb(22,65,60); }
td.TdClassName
{
border-color: #16413C;
}
.TagClassName
{
border-color: #16413C;
}
</style>