Shades of Teal Blue #174C58
Tints of Teal Blue #174C58
RGB
CMYK
RGB Variations
Color information
#174C58 (or 0x174C58) is known color: Teal Blue. HEX triplet: 17, 4C and 58. RGB value is (23,76,88). Sum of RGB (Red+Green+Blue) = 23+76+88=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #174C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C58 is #E8B3A7. Grayscale: #3D3D3D. Windows color (decimal): -15250344 or 5786647. OLE color: 5786647.
HSL color Cylindrical-coordinate representation of color #174C58: hue angle of 191.08º 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 #174C58 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 76 | 88 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.65 |
| HSL | 191.08º | 0.59% | 0.22% | - |
| HSV(B) | 191.08º | 0.74% | 0.35% | - |
| XYZ | 4.7 | 6.06 | 10.15 | - |
| YUV | 61.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 88 | 0.74 | 0.14 | 0 | 0.65 | 191.08 | 0.59 | 0.22 |
| Hex | 17 | 4C | 58 | 4A | E | 0 | 41 | BF | 3B | 16 |
| Octal | 27 | 114 | 130 | 112 | 16 | 0 | 101 | 277 | 73 | 26 |
| Binary | 10111 | 1001100 | 1011000 | 1001010 | 1110 | 0 | 1000001 | 10111111 | 111011 | 10110 |
Color Harmonies of #174C58
Complementary color
Monochromatic Colors of #174C58
Black with #174C58
Text Example
Text Example
White with #174C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C58; }
p { color: rgb(23,76,88); }
H1.HeaderClassName
{
color: #174C58;
}
.AnyTagClassName
{
color: #174C58;
}
</style>
background-color css
<style>
a { background-color: #174C58; }
a { background-color: rgb(23,76,88); }
div.DivClassName
{
background-color: #174C58;
}
.BgClassName
{
background-color: #174C58;
}
</style>
border-color css
<style>
span { border-color: #174C58; }
span { border-color: rgb(23,76,88); }
td.TdClassName
{
border-color: #174C58;
}
.TagClassName
{
border-color: #174C58;
}
</style>