Shades of Deep Teal #173C38
Tints of Deep Teal #173C38
RGB
CMYK
RGB Variations
Color information
#173C38 (or 0x173C38) is known color: Deep Teal. HEX triplet: 17, 3C and 38. RGB value is (23,60,56). Sum of RGB (Red+Green+Blue) = 23+60+56=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #173C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C38 is #E8C3C7. Grayscale: #303030. Windows color (decimal): -15254472 or 3685399. OLE color: 3685399.
HSL color Cylindrical-coordinate representation of color #173C38: hue angle of 173.51º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173C38 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 60 | 56 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.76 |
| HSL | 173.51º | 0.45% | 0.16% | - |
| HSV(B) | 173.51º | 0.62% | 0.24% | - |
| XYZ | 2.68 | 3.7 | 4.31 | - |
| YUV | 48.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 56 | 0.62 | 0 | 0.07 | 0.76 | 173.51 | 0.45 | 0.16 |
| Hex | 17 | 3C | 38 | 3E | 0 | 7 | 4C | AE | 2D | 10 |
| Octal | 27 | 74 | 70 | 76 | 0 | 7 | 114 | 256 | 55 | 20 |
| Binary | 10111 | 111100 | 111000 | 111110 | 0 | 111 | 1001100 | 10101110 | 101101 | 10000 |
Color Harmonies of #173C38
Complementary color
Monochromatic Colors of #173C38
Black with #173C38
Text Example
Text Example
White with #173C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C38; }
p { color: rgb(23,60,56); }
H1.HeaderClassName
{
color: #173C38;
}
.AnyTagClassName
{
color: #173C38;
}
</style>
background-color css
<style>
a { background-color: #173C38; }
a { background-color: rgb(23,60,56); }
div.DivClassName
{
background-color: #173C38;
}
.BgClassName
{
background-color: #173C38;
}
</style>
border-color css
<style>
span { border-color: #173C38; }
span { border-color: rgb(23,60,56); }
td.TdClassName
{
border-color: #173C38;
}
.TagClassName
{
border-color: #173C38;
}
</style>