Shades of Deep Teal #16423D
Tints of Deep Teal #16423D
RGB
CMYK
RGB Variations
Color information
#16423D (or 0x16423D) is known color: Deep Teal. HEX triplet: 16, 42 and 3D. RGB value is (22,66,61). Sum of RGB (Red+Green+Blue) = 22+66+61=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #16423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16423D is #E9BDC2. Grayscale: #343434. Windows color (decimal): -15318467 or 4014614. OLE color: 4014614.
HSL color Cylindrical-coordinate representation of color #16423D: hue angle of 173.18º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16423D is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 61 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.74 |
| HSL | 173.18º | 0.5% | 0.17% | - |
| HSV(B) | 173.18º | 0.67% | 0.26% | - |
| XYZ | 3.12 | 4.4 | 5.1 | - |
| YUV | 52.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 61 | 0.67 | 0 | 0.08 | 0.74 | 173.18 | 0.5 | 0.17 |
| Hex | 16 | 42 | 3D | 43 | 0 | 8 | 4A | AD | 32 | 11 |
| Octal | 26 | 102 | 75 | 103 | 0 | 10 | 112 | 255 | 62 | 21 |
| Binary | 10110 | 1000010 | 111101 | 1000011 | 0 | 1000 | 1001010 | 10101101 | 110010 | 10001 |
Color Harmonies of #16423D
Complementary color
Monochromatic Colors of #16423D
Black with #16423D
Text Example
Text Example
White with #16423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16423D; }
p { color: rgb(22,66,61); }
H1.HeaderClassName
{
color: #16423D;
}
.AnyTagClassName
{
color: #16423D;
}
</style>
background-color css
<style>
a { background-color: #16423D; }
a { background-color: rgb(22,66,61); }
div.DivClassName
{
background-color: #16423D;
}
.BgClassName
{
background-color: #16423D;
}
</style>
border-color css
<style>
span { border-color: #16423D; }
span { border-color: rgb(22,66,61); }
td.TdClassName
{
border-color: #16423D;
}
.TagClassName
{
border-color: #16423D;
}
</style>