Shades of Deep Teal #173F35
Tints of Deep Teal #173F35
RGB
CMYK
RGB Variations
Color information
#173F35 (or 0x173F35) is known color: Deep Teal. HEX triplet: 17, 3F and 35. RGB value is (23,63,53). Sum of RGB (Red+Green+Blue) = 23+63+53=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #173F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F35 is #E8C0CA. Grayscale: #313131. Windows color (decimal): -15253707 or 3489559. OLE color: 3489559.
HSL color Cylindrical-coordinate representation of color #173F35: hue angle of 165º 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 #173F35 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 63 | 53 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.75 |
| HSL | 165º | 0.47% | 0.17% | - |
| HSV(B) | 165º | 0.63% | 0.25% | - |
| XYZ | 2.77 | 3.99 | 3.99 | - |
| YUV | 49.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 53 | 0.63 | 0 | 0.16 | 0.75 | 165 | 0.47 | 0.17 |
| Hex | 17 | 3F | 35 | 3F | 0 | 10 | 4B | A5 | 2F | 11 |
| Octal | 27 | 77 | 65 | 77 | 0 | 20 | 113 | 245 | 57 | 21 |
| Binary | 10111 | 111111 | 110101 | 111111 | 0 | 10000 | 1001011 | 10100101 | 101111 | 10001 |
Color Harmonies of #173F35
Complementary color
Monochromatic Colors of #173F35
Black with #173F35
Text Example
Text Example
White with #173F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F35; }
p { color: rgb(23,63,53); }
H1.HeaderClassName
{
color: #173F35;
}
.AnyTagClassName
{
color: #173F35;
}
</style>
background-color css
<style>
a { background-color: #173F35; }
a { background-color: rgb(23,63,53); }
div.DivClassName
{
background-color: #173F35;
}
.BgClassName
{
background-color: #173F35;
}
</style>
border-color css
<style>
span { border-color: #173F35; }
span { border-color: rgb(23,63,53); }
td.TdClassName
{
border-color: #173F35;
}
.TagClassName
{
border-color: #173F35;
}
</style>