Shades of Deep Teal #163E37
Tints of Deep Teal #163E37
RGB
CMYK
RGB Variations
Color information
#163E37 (or 0x163E37) is known color: Deep Teal. HEX triplet: 16, 3E and 37. RGB value is (22,62,55). Sum of RGB (Red+Green+Blue) = 22+62+55=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #163E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E37 is #E9C1C8. Grayscale: #313131. Windows color (decimal): -15319497 or 3620374. OLE color: 3620374.
HSL color Cylindrical-coordinate representation of color #163E37: hue angle of 169.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163E37 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 62 | 55 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.76 |
| HSL | 169.5º | 0.48% | 0.16% | - |
| HSV(B) | 169.5º | 0.65% | 0.24% | - |
| XYZ | 2.74 | 3.89 | 4.22 | - |
| YUV | 49.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 55 | 0.65 | 0 | 0.11 | 0.76 | 169.5 | 0.48 | 0.16 |
| Hex | 16 | 3E | 37 | 41 | 0 | B | 4C | AA | 30 | 10 |
| Octal | 26 | 76 | 67 | 101 | 0 | 13 | 114 | 252 | 60 | 20 |
| Binary | 10110 | 111110 | 110111 | 1000001 | 0 | 1011 | 1001100 | 10101010 | 110000 | 10000 |
Color Harmonies of #163E37
Complementary color
Monochromatic Colors of #163E37
Black with #163E37
Text Example
Text Example
White with #163E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E37; }
p { color: rgb(22,62,55); }
H1.HeaderClassName
{
color: #163E37;
}
.AnyTagClassName
{
color: #163E37;
}
</style>
background-color css
<style>
a { background-color: #163E37; }
a { background-color: rgb(22,62,55); }
div.DivClassName
{
background-color: #163E37;
}
.BgClassName
{
background-color: #163E37;
}
</style>
border-color css
<style>
span { border-color: #163E37; }
span { border-color: rgb(22,62,55); }
td.TdClassName
{
border-color: #163E37;
}
.TagClassName
{
border-color: #163E37;
}
</style>