Shades of Deep Teal #173936
Tints of Deep Teal #173936
RGB
CMYK
RGB Variations
Color information
#173936 (or 0x173936) is known color: Deep Teal. HEX triplet: 17, 39 and 36. RGB value is (23,57,54). Sum of RGB (Red+Green+Blue) = 23+57+54=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #173936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173936 is #E8C6C9. Grayscale: #2E2E2E. Windows color (decimal): -15255242 or 3553559. OLE color: 3553559.
HSL color Cylindrical-coordinate representation of color #173936: hue angle of 174.71º 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 #173936 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 57 | 54 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.78 |
| HSL | 174.71º | 0.43% | 0.16% | - |
| HSV(B) | 174.71º | 0.6% | 0.22% | - |
| XYZ | 2.48 | 3.37 | 4.01 | - |
| YUV | 46.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 54 | 0.60 | 0 | 0.05 | 0.78 | 174.71 | 0.43 | 0.16 |
| Hex | 17 | 39 | 36 | 3C | 0 | 5 | 4E | AF | 2A | 10 |
| Octal | 27 | 71 | 66 | 74 | 0 | 5 | 116 | 257 | 52 | 20 |
| Binary | 10111 | 111001 | 110110 | 111100 | 0 | 101 | 1001110 | 10101111 | 101010 | 10000 |
Color Harmonies of #173936
Complementary color
Monochromatic Colors of #173936
Black with #173936
Text Example
Text Example
White with #173936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173936; }
p { color: rgb(23,57,54); }
H1.HeaderClassName
{
color: #173936;
}
.AnyTagClassName
{
color: #173936;
}
</style>
background-color css
<style>
a { background-color: #173936; }
a { background-color: rgb(23,57,54); }
div.DivClassName
{
background-color: #173936;
}
.BgClassName
{
background-color: #173936;
}
</style>
border-color css
<style>
span { border-color: #173936; }
span { border-color: rgb(23,57,54); }
td.TdClassName
{
border-color: #173936;
}
.TagClassName
{
border-color: #173936;
}
</style>