Shades of Teal Blue #174A59
Tints of Teal Blue #174A59
RGB
CMYK
RGB Variations
Color information
#174A59 (or 0x174A59) is known color: Teal Blue. HEX triplet: 17, 4A and 59. RGB value is (23,74,89). Sum of RGB (Red+Green+Blue) = 23+74+89=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #174A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A59 is #E8B5A6. Grayscale: #3C3C3C. Windows color (decimal): -15250855 or 5851671. OLE color: 5851671.
HSL color Cylindrical-coordinate representation of color #174A59: hue angle of 193.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174A59 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 74 | 89 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.65 |
| HSL | 193.64º | 0.59% | 0.22% | - |
| HSV(B) | 193.64º | 0.74% | 0.35% | - |
| XYZ | 4.61 | 5.8 | 10.33 | - |
| YUV | 60.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 89 | 0.74 | 0.17 | 0 | 0.65 | 193.64 | 0.59 | 0.22 |
| Hex | 17 | 4A | 59 | 4A | 11 | 0 | 41 | C2 | 3B | 16 |
| Octal | 27 | 112 | 131 | 112 | 21 | 0 | 101 | 302 | 73 | 26 |
| Binary | 10111 | 1001010 | 1011001 | 1001010 | 10001 | 0 | 1000001 | 11000010 | 111011 | 10110 |
Color Harmonies of #174A59
Complementary color
Monochromatic Colors of #174A59
Black with #174A59
Text Example
Text Example
White with #174A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A59; }
p { color: rgb(23,74,89); }
H1.HeaderClassName
{
color: #174A59;
}
.AnyTagClassName
{
color: #174A59;
}
</style>
background-color css
<style>
a { background-color: #174A59; }
a { background-color: rgb(23,74,89); }
div.DivClassName
{
background-color: #174A59;
}
.BgClassName
{
background-color: #174A59;
}
</style>
border-color css
<style>
span { border-color: #174A59; }
span { border-color: rgb(23,74,89); }
td.TdClassName
{
border-color: #174A59;
}
.TagClassName
{
border-color: #174A59;
}
</style>