Shades of Deep Teal #173F37
Tints of Deep Teal #173F37
RGB
CMYK
RGB Variations
Color information
#173F37 (or 0x173F37) is known color: Deep Teal. HEX triplet: 17, 3F and 37. RGB value is (23,63,55). Sum of RGB (Red+Green+Blue) = 23+63+55=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #173F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F37 is #E8C0C8. Grayscale: #323232. Windows color (decimal): -15253705 or 3620631. OLE color: 3620631.
HSL color Cylindrical-coordinate representation of color #173F37: hue angle of 168º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173F37 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 63 | 55 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.75 |
| HSL | 168º | 0.47% | 0.17% | - |
| HSV(B) | 168º | 0.63% | 0.25% | - |
| XYZ | 2.82 | 4.01 | 4.24 | - |
| YUV | 50.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 55 | 0.63 | 0 | 0.13 | 0.75 | 168 | 0.47 | 0.17 |
| Hex | 17 | 3F | 37 | 3F | 0 | D | 4B | A8 | 2F | 11 |
| Octal | 27 | 77 | 67 | 77 | 0 | 15 | 113 | 250 | 57 | 21 |
| Binary | 10111 | 111111 | 110111 | 111111 | 0 | 1101 | 1001011 | 10101000 | 101111 | 10001 |
Color Harmonies of #173F37
Complementary color
Monochromatic Colors of #173F37
Black with #173F37
Text Example
Text Example
White with #173F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F37; }
p { color: rgb(23,63,55); }
H1.HeaderClassName
{
color: #173F37;
}
.AnyTagClassName
{
color: #173F37;
}
</style>
background-color css
<style>
a { background-color: #173F37; }
a { background-color: rgb(23,63,55); }
div.DivClassName
{
background-color: #173F37;
}
.BgClassName
{
background-color: #173F37;
}
</style>
border-color css
<style>
span { border-color: #173F37; }
span { border-color: rgb(23,63,55); }
td.TdClassName
{
border-color: #173F37;
}
.TagClassName
{
border-color: #173F37;
}
</style>