Shades of Deep Teal #174C3E
Tints of Deep Teal #174C3E
RGB
CMYK
RGB Variations
Color information
#174C3E (or 0x174C3E) is known color: Deep Teal. HEX triplet: 17, 4C and 3E. RGB value is (23,76,62). Sum of RGB (Red+Green+Blue) = 23+76+62=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #174C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C3E is #E8B3C1. Grayscale: #3A3A3A. Windows color (decimal): -15250370 or 4082711. OLE color: 4082711.
HSL color Cylindrical-coordinate representation of color #174C3E: hue angle of 164.15º 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 #174C3E is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 62 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.70 |
| HSL | 164.15º | 0.54% | 0.19% | - |
| HSV(B) | 164.15º | 0.7% | 0.3% | - |
| XYZ | 3.81 | 5.7 | 5.46 | - |
| YUV | 58.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 62 | 0.70 | 0 | 0.18 | 0.70 | 164.15 | 0.54 | 0.19 |
| Hex | 17 | 4C | 3E | 46 | 0 | 12 | 46 | A4 | 36 | 13 |
| Octal | 27 | 114 | 76 | 106 | 0 | 22 | 106 | 244 | 66 | 23 |
| Binary | 10111 | 1001100 | 111110 | 1000110 | 0 | 10010 | 1000110 | 10100100 | 110110 | 10011 |
Color Harmonies of #174C3E
Complementary color
Monochromatic Colors of #174C3E
Black with #174C3E
Text Example
Text Example
White with #174C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C3E; }
p { color: rgb(23,76,62); }
H1.HeaderClassName
{
color: #174C3E;
}
.AnyTagClassName
{
color: #174C3E;
}
</style>
background-color css
<style>
a { background-color: #174C3E; }
a { background-color: rgb(23,76,62); }
div.DivClassName
{
background-color: #174C3E;
}
.BgClassName
{
background-color: #174C3E;
}
</style>
border-color css
<style>
span { border-color: #174C3E; }
span { border-color: rgb(23,76,62); }
td.TdClassName
{
border-color: #174C3E;
}
.TagClassName
{
border-color: #174C3E;
}
</style>