Shades of Deep Teal #173932
Tints of Deep Teal #173932
RGB
CMYK
RGB Variations
Color information
#173932 (or 0x173932) is known color: Deep Teal. HEX triplet: 17, 39 and 32. RGB value is (23,57,50). Sum of RGB (Red+Green+Blue) = 23+57+50=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #173932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173932 is #E8C6CD. Grayscale: #2E2E2E. Windows color (decimal): -15255246 or 3291415. OLE color: 3291415.
HSL color Cylindrical-coordinate representation of color #173932: hue angle of 167.65º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173932 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 57 | 50 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.78 |
| HSL | 167.65º | 0.43% | 0.16% | - |
| HSV(B) | 167.65º | 0.6% | 0.22% | - |
| XYZ | 2.39 | 3.34 | 3.54 | - |
| YUV | 46.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 50 | 0.60 | 0 | 0.12 | 0.78 | 167.65 | 0.43 | 0.16 |
| Hex | 17 | 39 | 32 | 3C | 0 | C | 4E | A8 | 2A | 10 |
| Octal | 27 | 71 | 62 | 74 | 0 | 14 | 116 | 250 | 52 | 20 |
| Binary | 10111 | 111001 | 110010 | 111100 | 0 | 1100 | 1001110 | 10101000 | 101010 | 10000 |
Color Harmonies of #173932
Complementary color
Monochromatic Colors of #173932
Black with #173932
Text Example
Text Example
White with #173932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173932; }
p { color: rgb(23,57,50); }
H1.HeaderClassName
{
color: #173932;
}
.AnyTagClassName
{
color: #173932;
}
</style>
background-color css
<style>
a { background-color: #173932; }
a { background-color: rgb(23,57,50); }
div.DivClassName
{
background-color: #173932;
}
.BgClassName
{
background-color: #173932;
}
</style>
border-color css
<style>
span { border-color: #173932; }
span { border-color: rgb(23,57,50); }
td.TdClassName
{
border-color: #173932;
}
.TagClassName
{
border-color: #173932;
}
</style>