Shades of Teal Blue #174D55
Tints of Teal Blue #174D55
RGB
CMYK
RGB Variations
Color information
#174D55 (or 0x174D55) is known color: Teal Blue. HEX triplet: 17, 4D and 55. RGB value is (23,77,85). Sum of RGB (Red+Green+Blue) = 23+77+85=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #174D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D55 is #E8B2AA. Grayscale: #3D3D3D. Windows color (decimal): -15250091 or 5590295. OLE color: 5590295.
HSL color Cylindrical-coordinate representation of color #174D55: hue angle of 187.74º 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 #174D55 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 77 | 85 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.67 |
| HSL | 187.74º | 0.57% | 0.21% | - |
| HSV(B) | 187.74º | 0.73% | 0.33% | - |
| XYZ | 4.65 | 6.15 | 9.54 | - |
| YUV | 61.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 85 | 0.73 | 0.09 | 0 | 0.67 | 187.74 | 0.57 | 0.21 |
| Hex | 17 | 4D | 55 | 49 | 9 | 0 | 43 | BC | 39 | 15 |
| Octal | 27 | 115 | 125 | 111 | 11 | 0 | 103 | 274 | 71 | 25 |
| Binary | 10111 | 1001101 | 1010101 | 1001001 | 1001 | 0 | 1000011 | 10111100 | 111001 | 10101 |
Color Harmonies of #174D55
Complementary color
Monochromatic Colors of #174D55
Black with #174D55
Text Example
Text Example
White with #174D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D55; }
p { color: rgb(23,77,85); }
H1.HeaderClassName
{
color: #174D55;
}
.AnyTagClassName
{
color: #174D55;
}
</style>
background-color css
<style>
a { background-color: #174D55; }
a { background-color: rgb(23,77,85); }
div.DivClassName
{
background-color: #174D55;
}
.BgClassName
{
background-color: #174D55;
}
</style>
border-color css
<style>
span { border-color: #174D55; }
span { border-color: rgb(23,77,85); }
td.TdClassName
{
border-color: #174D55;
}
.TagClassName
{
border-color: #174D55;
}
</style>