Shades of Deep Teal #174641
Tints of Deep Teal #174641
RGB
CMYK
RGB Variations
Color information
#174641 (or 0x174641) is known color: Deep Teal. HEX triplet: 17, 46 and 41. RGB value is (23,70,65). Sum of RGB (Red+Green+Blue) = 23+70+65=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #174641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174641 is #E8B9BE. Grayscale: #373737. Windows color (decimal): -15251903 or 4277783. OLE color: 4277783.
HSL color Cylindrical-coordinate representation of color #174641: hue angle of 173.62º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174641 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 70 | 65 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.73 |
| HSL | 173.62º | 0.51% | 0.18% | - |
| HSV(B) | 173.62º | 0.67% | 0.27% | - |
| XYZ | 3.5 | 4.94 | 5.77 | - |
| YUV | 55.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 65 | 0.67 | 0 | 0.07 | 0.73 | 173.62 | 0.51 | 0.18 |
| Hex | 17 | 46 | 41 | 43 | 0 | 7 | 49 | AE | 33 | 12 |
| Octal | 27 | 106 | 101 | 103 | 0 | 7 | 111 | 256 | 63 | 22 |
| Binary | 10111 | 1000110 | 1000001 | 1000011 | 0 | 111 | 1001001 | 10101110 | 110011 | 10010 |
Color Harmonies of #174641
Complementary color
Monochromatic Colors of #174641
Black with #174641
Text Example
Text Example
White with #174641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174641; }
p { color: rgb(23,70,65); }
H1.HeaderClassName
{
color: #174641;
}
.AnyTagClassName
{
color: #174641;
}
</style>
background-color css
<style>
a { background-color: #174641; }
a { background-color: rgb(23,70,65); }
div.DivClassName
{
background-color: #174641;
}
.BgClassName
{
background-color: #174641;
}
</style>
border-color css
<style>
span { border-color: #174641; }
span { border-color: rgb(23,70,65); }
td.TdClassName
{
border-color: #174641;
}
.TagClassName
{
border-color: #174641;
}
</style>