Shades of Teal Blue #175460
Tints of Teal Blue #175460
RGB
CMYK
RGB Variations
Color information
#175460 (or 0x175460) is known color: Teal Blue. HEX triplet: 17, 54 and 60. RGB value is (23,84,96). Sum of RGB (Red+Green+Blue) = 23+84+96=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #175460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175460 is #E8AB9F. Grayscale: #434343. Windows color (decimal): -15248288 or 6312983. OLE color: 6312983.
HSL color Cylindrical-coordinate representation of color #175460: hue angle of 189.86º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175460 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 84 | 96 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.62 |
| HSL | 189.86º | 0.61% | 0.23% | - |
| HSV(B) | 189.86º | 0.76% | 0.38% | - |
| XYZ | 5.63 | 7.37 | 12.19 | - |
| YUV | 67.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 96 | 0.76 | 0.12 | 0 | 0.62 | 189.86 | 0.61 | 0.23 |
| Hex | 17 | 54 | 60 | 4C | C | 0 | 3E | BE | 3D | 17 |
| Octal | 27 | 124 | 140 | 114 | 14 | 0 | 76 | 276 | 75 | 27 |
| Binary | 10111 | 1010100 | 1100000 | 1001100 | 1100 | 0 | 111110 | 10111110 | 111101 | 10111 |
Color Harmonies of #175460
Complementary color
Monochromatic Colors of #175460
Black with #175460
Text Example
Text Example
White with #175460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175460; }
p { color: rgb(23,84,96); }
H1.HeaderClassName
{
color: #175460;
}
.AnyTagClassName
{
color: #175460;
}
</style>
background-color css
<style>
a { background-color: #175460; }
a { background-color: rgb(23,84,96); }
div.DivClassName
{
background-color: #175460;
}
.BgClassName
{
background-color: #175460;
}
</style>
border-color css
<style>
span { border-color: #175460; }
span { border-color: rgb(23,84,96); }
td.TdClassName
{
border-color: #175460;
}
.TagClassName
{
border-color: #175460;
}
</style>