Shades of Teal Blue #174958
Tints of Teal Blue #174958
RGB
CMYK
RGB Variations
Color information
#174958 (or 0x174958) is known color: Teal Blue. HEX triplet: 17, 49 and 58. RGB value is (23,73,88). Sum of RGB (Red+Green+Blue) = 23+73+88=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #174958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174958 is #E8B6A7. Grayscale: #3B3B3B. Windows color (decimal): -15251112 or 5785879. OLE color: 5785879.
HSL color Cylindrical-coordinate representation of color #174958: hue angle of 193.85º 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 #174958 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 73 | 88 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.65 |
| HSL | 193.85º | 0.59% | 0.22% | - |
| HSV(B) | 193.85º | 0.74% | 0.35% | - |
| XYZ | 4.5 | 5.65 | 10.09 | - |
| YUV | 59.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 88 | 0.74 | 0.17 | 0 | 0.65 | 193.85 | 0.59 | 0.22 |
| Hex | 17 | 49 | 58 | 4A | 11 | 0 | 41 | C2 | 3B | 16 |
| Octal | 27 | 111 | 130 | 112 | 21 | 0 | 101 | 302 | 73 | 26 |
| Binary | 10111 | 1001001 | 1011000 | 1001010 | 10001 | 0 | 1000001 | 11000010 | 111011 | 10110 |
Color Harmonies of #174958
Complementary color
Monochromatic Colors of #174958
Black with #174958
Text Example
Text Example
White with #174958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174958; }
p { color: rgb(23,73,88); }
H1.HeaderClassName
{
color: #174958;
}
.AnyTagClassName
{
color: #174958;
}
</style>
background-color css
<style>
a { background-color: #174958; }
a { background-color: rgb(23,73,88); }
div.DivClassName
{
background-color: #174958;
}
.BgClassName
{
background-color: #174958;
}
</style>
border-color css
<style>
span { border-color: #174958; }
span { border-color: rgb(23,73,88); }
td.TdClassName
{
border-color: #174958;
}
.TagClassName
{
border-color: #174958;
}
</style>