Shades of Teal Blue #174C55
Tints of Teal Blue #174C55
RGB
CMYK
RGB Variations
Color information
#174C55 (or 0x174C55) is known color: Teal Blue. HEX triplet: 17, 4C and 55. RGB value is (23,76,85). Sum of RGB (Red+Green+Blue) = 23+76+85=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #174C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C55 is #E8B3AA. Grayscale: #3D3D3D. Windows color (decimal): -15250347 or 5590039. OLE color: 5590039.
HSL color Cylindrical-coordinate representation of color #174C55: hue angle of 188.71º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174C55 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 76 | 85 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.67 |
| HSL | 188.71º | 0.57% | 0.21% | - |
| HSV(B) | 188.71º | 0.73% | 0.33% | - |
| XYZ | 4.58 | 6.01 | 9.51 | - |
| YUV | 61.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 85 | 0.73 | 0.11 | 0 | 0.67 | 188.71 | 0.57 | 0.21 |
| Hex | 17 | 4C | 55 | 49 | B | 0 | 43 | BD | 39 | 15 |
| Octal | 27 | 114 | 125 | 111 | 13 | 0 | 103 | 275 | 71 | 25 |
| Binary | 10111 | 1001100 | 1010101 | 1001001 | 1011 | 0 | 1000011 | 10111101 | 111001 | 10101 |
Color Harmonies of #174C55
Complementary color
Monochromatic Colors of #174C55
Black with #174C55
Text Example
Text Example
White with #174C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C55; }
p { color: rgb(23,76,85); }
H1.HeaderClassName
{
color: #174C55;
}
.AnyTagClassName
{
color: #174C55;
}
</style>
background-color css
<style>
a { background-color: #174C55; }
a { background-color: rgb(23,76,85); }
div.DivClassName
{
background-color: #174C55;
}
.BgClassName
{
background-color: #174C55;
}
</style>
border-color css
<style>
span { border-color: #174C55; }
span { border-color: rgb(23,76,85); }
td.TdClassName
{
border-color: #174C55;
}
.TagClassName
{
border-color: #174C55;
}
</style>