Shades of Teal Blue #175060
Tints of Teal Blue #175060
RGB
CMYK
RGB Variations
Color information
#175060 (or 0x175060) is known color: Teal Blue. HEX triplet: 17, 50 and 60. RGB value is (23,80,96). Sum of RGB (Red+Green+Blue) = 23+80+96=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #175060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175060 is #E8AF9F. Grayscale: #404040. Windows color (decimal): -15249312 or 6311959. OLE color: 6311959.
HSL color Cylindrical-coordinate representation of color #175060: hue angle of 193.15º 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 #175060 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 80 | 96 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.62 |
| HSL | 193.15º | 0.61% | 0.23% | - |
| HSV(B) | 193.15º | 0.76% | 0.38% | - |
| XYZ | 5.33 | 6.76 | 12.09 | - |
| YUV | 64.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 96 | 0.76 | 0.17 | 0 | 0.62 | 193.15 | 0.61 | 0.23 |
| Hex | 17 | 50 | 60 | 4C | 11 | 0 | 3E | C1 | 3D | 17 |
| Octal | 27 | 120 | 140 | 114 | 21 | 0 | 76 | 301 | 75 | 27 |
| Binary | 10111 | 1010000 | 1100000 | 1001100 | 10001 | 0 | 111110 | 11000001 | 111101 | 10111 |
Color Harmonies of #175060
Complementary color
Monochromatic Colors of #175060
Black with #175060
Text Example
Text Example
White with #175060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175060; }
p { color: rgb(23,80,96); }
H1.HeaderClassName
{
color: #175060;
}
.AnyTagClassName
{
color: #175060;
}
</style>
background-color css
<style>
a { background-color: #175060; }
a { background-color: rgb(23,80,96); }
div.DivClassName
{
background-color: #175060;
}
.BgClassName
{
background-color: #175060;
}
</style>
border-color css
<style>
span { border-color: #175060; }
span { border-color: rgb(23,80,96); }
td.TdClassName
{
border-color: #175060;
}
.TagClassName
{
border-color: #175060;
}
</style>