Shades of Deep Teal #174C40
Tints of Deep Teal #174C40
RGB
CMYK
RGB Variations
Color information
#174C40 (or 0x174C40) is known color: Deep Teal. HEX triplet: 17, 4C and 40. RGB value is (23,76,64). Sum of RGB (Red+Green+Blue) = 23+76+64=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #174C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C40 is #E8B3BF. Grayscale: #3A3A3A. Windows color (decimal): -15250368 or 4213783. OLE color: 4213783.
HSL color Cylindrical-coordinate representation of color #174C40: hue angle of 166.42º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C40 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 64 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.70 |
| HSL | 166.42º | 0.54% | 0.19% | - |
| HSV(B) | 166.42º | 0.7% | 0.3% | - |
| XYZ | 3.86 | 5.72 | 5.75 | - |
| YUV | 58.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 64 | 0.70 | 0 | 0.16 | 0.70 | 166.42 | 0.54 | 0.19 |
| Hex | 17 | 4C | 40 | 46 | 0 | 10 | 46 | A6 | 36 | 13 |
| Octal | 27 | 114 | 100 | 106 | 0 | 20 | 106 | 246 | 66 | 23 |
| Binary | 10111 | 1001100 | 1000000 | 1000110 | 0 | 10000 | 1000110 | 10100110 | 110110 | 10011 |
Color Harmonies of #174C40
Complementary color
Monochromatic Colors of #174C40
Black with #174C40
Text Example
Text Example
White with #174C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C40; }
p { color: rgb(23,76,64); }
H1.HeaderClassName
{
color: #174C40;
}
.AnyTagClassName
{
color: #174C40;
}
</style>
background-color css
<style>
a { background-color: #174C40; }
a { background-color: rgb(23,76,64); }
div.DivClassName
{
background-color: #174C40;
}
.BgClassName
{
background-color: #174C40;
}
</style>
border-color css
<style>
span { border-color: #174C40; }
span { border-color: rgb(23,76,64); }
td.TdClassName
{
border-color: #174C40;
}
.TagClassName
{
border-color: #174C40;
}
</style>