Shades of Teal Blue #174D56
Tints of Teal Blue #174D56
RGB
CMYK
RGB Variations
Color information
#174D56 (or 0x174D56) is known color: Teal Blue. HEX triplet: 17, 4D and 56. RGB value is (23,77,86). Sum of RGB (Red+Green+Blue) = 23+77+86=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #174D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D56 is #E8B2A9. Grayscale: #3D3D3D. Windows color (decimal): -15250090 or 5655831. OLE color: 5655831.
HSL color Cylindrical-coordinate representation of color #174D56: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174D56 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 77 | 86 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.66 |
| HSL | 188.57º | 0.58% | 0.21% | - |
| HSV(B) | 188.57º | 0.73% | 0.34% | - |
| XYZ | 4.69 | 6.16 | 9.75 | - |
| YUV | 61.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 86 | 0.73 | 0.10 | 0 | 0.66 | 188.57 | 0.58 | 0.21 |
| Hex | 17 | 4D | 56 | 49 | A | 0 | 42 | BD | 3A | 15 |
| Octal | 27 | 115 | 126 | 111 | 12 | 0 | 102 | 275 | 72 | 25 |
| Binary | 10111 | 1001101 | 1010110 | 1001001 | 1010 | 0 | 1000010 | 10111101 | 111010 | 10101 |
Color Harmonies of #174D56
Complementary color
Monochromatic Colors of #174D56
Black with #174D56
Text Example
Text Example
White with #174D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D56; }
p { color: rgb(23,77,86); }
H1.HeaderClassName
{
color: #174D56;
}
.AnyTagClassName
{
color: #174D56;
}
</style>
background-color css
<style>
a { background-color: #174D56; }
a { background-color: rgb(23,77,86); }
div.DivClassName
{
background-color: #174D56;
}
.BgClassName
{
background-color: #174D56;
}
</style>
border-color css
<style>
span { border-color: #174D56; }
span { border-color: rgb(23,77,86); }
td.TdClassName
{
border-color: #174D56;
}
.TagClassName
{
border-color: #174D56;
}
</style>