Shades of Deep Teal #173A35
Tints of Deep Teal #173A35
RGB
CMYK
RGB Variations
Color information
#173A35 (or 0x173A35) is known color: Deep Teal. HEX triplet: 17, 3A and 35. RGB value is (23,58,53). Sum of RGB (Red+Green+Blue) = 23+58+53=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #173A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A35 is #E8C5CA. Grayscale: #2E2E2E. Windows color (decimal): -15254987 or 3488279. OLE color: 3488279.
HSL color Cylindrical-coordinate representation of color #173A35: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173A35 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 58 | 53 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.77 |
| HSL | 171.43º | 0.43% | 0.16% | - |
| HSV(B) | 171.43º | 0.6% | 0.23% | - |
| XYZ | 2.51 | 3.47 | 3.9 | - |
| YUV | 46.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 53 | 0.60 | 0 | 0.09 | 0.77 | 171.43 | 0.43 | 0.16 |
| Hex | 17 | 3A | 35 | 3C | 0 | 9 | 4D | AB | 2B | 10 |
| Octal | 27 | 72 | 65 | 74 | 0 | 11 | 115 | 253 | 53 | 20 |
| Binary | 10111 | 111010 | 110101 | 111100 | 0 | 1001 | 1001101 | 10101011 | 101011 | 10000 |
Color Harmonies of #173A35
Complementary color
Monochromatic Colors of #173A35
Black with #173A35
Text Example
Text Example
White with #173A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173A35; }
p { color: rgb(23,58,53); }
H1.HeaderClassName
{
color: #173A35;
}
.AnyTagClassName
{
color: #173A35;
}
</style>
background-color css
<style>
a { background-color: #173A35; }
a { background-color: rgb(23,58,53); }
div.DivClassName
{
background-color: #173A35;
}
.BgClassName
{
background-color: #173A35;
}
</style>
border-color css
<style>
span { border-color: #173A35; }
span { border-color: rgb(23,58,53); }
td.TdClassName
{
border-color: #173A35;
}
.TagClassName
{
border-color: #173A35;
}
</style>