Shades of Teal Blue #174C56
Tints of Teal Blue #174C56
RGB
CMYK
RGB Variations
Color information
#174C56 (or 0x174C56) is known color: Teal Blue. HEX triplet: 17, 4C and 56. RGB value is (23,76,86). Sum of RGB (Red+Green+Blue) = 23+76+86=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #174C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C56 is #E8B3A9. Grayscale: #3D3D3D. Windows color (decimal): -15250346 or 5655575. OLE color: 5655575.
HSL color Cylindrical-coordinate representation of color #174C56: hue angle of 189.52º 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 #174C56 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 76 | 86 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.66 |
| HSL | 189.52º | 0.58% | 0.21% | - |
| HSV(B) | 189.52º | 0.73% | 0.34% | - |
| XYZ | 4.62 | 6.02 | 9.72 | - |
| YUV | 61.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 86 | 0.73 | 0.12 | 0 | 0.66 | 189.52 | 0.58 | 0.21 |
| Hex | 17 | 4C | 56 | 49 | C | 0 | 42 | BE | 3A | 15 |
| Octal | 27 | 114 | 126 | 111 | 14 | 0 | 102 | 276 | 72 | 25 |
| Binary | 10111 | 1001100 | 1010110 | 1001001 | 1100 | 0 | 1000010 | 10111110 | 111010 | 10101 |
Color Harmonies of #174C56
Complementary color
Monochromatic Colors of #174C56
Black with #174C56
Text Example
Text Example
White with #174C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C56; }
p { color: rgb(23,76,86); }
H1.HeaderClassName
{
color: #174C56;
}
.AnyTagClassName
{
color: #174C56;
}
</style>
background-color css
<style>
a { background-color: #174C56; }
a { background-color: rgb(23,76,86); }
div.DivClassName
{
background-color: #174C56;
}
.BgClassName
{
background-color: #174C56;
}
</style>
border-color css
<style>
span { border-color: #174C56; }
span { border-color: rgb(23,76,86); }
td.TdClassName
{
border-color: #174C56;
}
.TagClassName
{
border-color: #174C56;
}
</style>