Shades of Teal Blue #174C57
Tints of Teal Blue #174C57
RGB
CMYK
RGB Variations
Color information
#174C57 (or 0x174C57) is known color: Teal Blue. HEX triplet: 17, 4C and 57. RGB value is (23,76,87). Sum of RGB (Red+Green+Blue) = 23+76+87=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #174C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C57 is #E8B3A8. Grayscale: #3D3D3D. Windows color (decimal): -15250345 or 5721111. OLE color: 5721111.
HSL color Cylindrical-coordinate representation of color #174C57: hue angle of 190.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174C57 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 76 | 87 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.66 |
| HSL | 190.31º | 0.58% | 0.22% | - |
| HSV(B) | 190.31º | 0.74% | 0.34% | - |
| XYZ | 4.66 | 6.04 | 9.94 | - |
| YUV | 61.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 87 | 0.74 | 0.13 | 0 | 0.66 | 190.31 | 0.58 | 0.22 |
| Hex | 17 | 4C | 57 | 4A | D | 0 | 42 | BE | 3A | 16 |
| Octal | 27 | 114 | 127 | 112 | 15 | 0 | 102 | 276 | 72 | 26 |
| Binary | 10111 | 1001100 | 1010111 | 1001010 | 1101 | 0 | 1000010 | 10111110 | 111010 | 10110 |
Color Harmonies of #174C57
Complementary color
Monochromatic Colors of #174C57
Black with #174C57
Text Example
Text Example
White with #174C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C57; }
p { color: rgb(23,76,87); }
H1.HeaderClassName
{
color: #174C57;
}
.AnyTagClassName
{
color: #174C57;
}
</style>
background-color css
<style>
a { background-color: #174C57; }
a { background-color: rgb(23,76,87); }
div.DivClassName
{
background-color: #174C57;
}
.BgClassName
{
background-color: #174C57;
}
</style>
border-color css
<style>
span { border-color: #174C57; }
span { border-color: rgb(23,76,87); }
td.TdClassName
{
border-color: #174C57;
}
.TagClassName
{
border-color: #174C57;
}
</style>