Shades of Deep Teal #173E38
Tints of Deep Teal #173E38
RGB
CMYK
RGB Variations
Color information
#173E38 (or 0x173E38) is known color: Deep Teal. HEX triplet: 17, 3E and 38. RGB value is (23,62,56). Sum of RGB (Red+Green+Blue) = 23+62+56=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #173E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173E38 is #E8C1C7. Grayscale: #313131. Windows color (decimal): -15253960 or 3685911. OLE color: 3685911.
HSL color Cylindrical-coordinate representation of color #173E38: hue angle of 170.77º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173E38 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 62 | 56 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.76 |
| HSL | 170.77º | 0.46% | 0.17% | - |
| HSV(B) | 170.77º | 0.63% | 0.24% | - |
| XYZ | 2.79 | 3.91 | 4.35 | - |
| YUV | 49.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 56 | 0.63 | 0 | 0.10 | 0.76 | 170.77 | 0.46 | 0.17 |
| Hex | 17 | 3E | 38 | 3F | 0 | A | 4C | AB | 2E | 11 |
| Octal | 27 | 76 | 70 | 77 | 0 | 12 | 114 | 253 | 56 | 21 |
| Binary | 10111 | 111110 | 111000 | 111111 | 0 | 1010 | 1001100 | 10101011 | 101110 | 10001 |
Color Harmonies of #173E38
Complementary color
Monochromatic Colors of #173E38
Black with #173E38
Text Example
Text Example
White with #173E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173E38; }
p { color: rgb(23,62,56); }
H1.HeaderClassName
{
color: #173E38;
}
.AnyTagClassName
{
color: #173E38;
}
</style>
background-color css
<style>
a { background-color: #173E38; }
a { background-color: rgb(23,62,56); }
div.DivClassName
{
background-color: #173E38;
}
.BgClassName
{
background-color: #173E38;
}
</style>
border-color css
<style>
span { border-color: #173E38; }
span { border-color: rgb(23,62,56); }
td.TdClassName
{
border-color: #173E38;
}
.TagClassName
{
border-color: #173E38;
}
</style>