Shades of Teal Blue #174A57
Tints of Teal Blue #174A57
RGB
CMYK
RGB Variations
Color information
#174A57 (or 0x174A57) is known color: Teal Blue. HEX triplet: 17, 4A and 57. RGB value is (23,74,87). Sum of RGB (Red+Green+Blue) = 23+74+87=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #174A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A57 is #E8B5A8. Grayscale: #3C3C3C. Windows color (decimal): -15250857 or 5720599. OLE color: 5720599.
HSL color Cylindrical-coordinate representation of color #174A57: hue angle of 192.19º 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 #174A57 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 74 | 87 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.66 |
| HSL | 192.19º | 0.58% | 0.22% | - |
| HSV(B) | 192.19º | 0.74% | 0.34% | - |
| XYZ | 4.52 | 5.77 | 9.89 | - |
| YUV | 60.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 87 | 0.74 | 0.15 | 0 | 0.66 | 192.19 | 0.58 | 0.22 |
| Hex | 17 | 4A | 57 | 4A | F | 0 | 42 | C0 | 3A | 16 |
| Octal | 27 | 112 | 127 | 112 | 17 | 0 | 102 | 300 | 72 | 26 |
| Binary | 10111 | 1001010 | 1010111 | 1001010 | 1111 | 0 | 1000010 | 11000000 | 111010 | 10110 |
Color Harmonies of #174A57
Complementary color
Monochromatic Colors of #174A57
Black with #174A57
Text Example
Text Example
White with #174A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A57; }
p { color: rgb(23,74,87); }
H1.HeaderClassName
{
color: #174A57;
}
.AnyTagClassName
{
color: #174A57;
}
</style>
background-color css
<style>
a { background-color: #174A57; }
a { background-color: rgb(23,74,87); }
div.DivClassName
{
background-color: #174A57;
}
.BgClassName
{
background-color: #174A57;
}
</style>
border-color css
<style>
span { border-color: #174A57; }
span { border-color: rgb(23,74,87); }
td.TdClassName
{
border-color: #174A57;
}
.TagClassName
{
border-color: #174A57;
}
</style>