Shades of Teal Blue #175159
Tints of Teal Blue #175159
RGB
CMYK
RGB Variations
Color information
#175159 (or 0x175159) is known color: Teal Blue. HEX triplet: 17, 51 and 59. RGB value is (23,81,89). Sum of RGB (Red+Green+Blue) = 23+81+89=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #175159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175159 is #E8AEA6. Grayscale: #404040. Windows color (decimal): -15249063 or 5853463. OLE color: 5853463.
HSL color Cylindrical-coordinate representation of color #175159: hue angle of 187.27º 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 #175159 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 81 | 89 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.65 |
| HSL | 187.27º | 0.59% | 0.22% | - |
| HSV(B) | 187.27º | 0.74% | 0.35% | - |
| XYZ | 5.1 | 6.79 | 10.49 | - |
| YUV | 64.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 89 | 0.74 | 0.09 | 0 | 0.65 | 187.27 | 0.59 | 0.22 |
| Hex | 17 | 51 | 59 | 4A | 9 | 0 | 41 | BB | 3B | 16 |
| Octal | 27 | 121 | 131 | 112 | 11 | 0 | 101 | 273 | 73 | 26 |
| Binary | 10111 | 1010001 | 1011001 | 1001010 | 1001 | 0 | 1000001 | 10111011 | 111011 | 10110 |
Color Harmonies of #175159
Complementary color
Monochromatic Colors of #175159
Black with #175159
Text Example
Text Example
White with #175159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175159; }
p { color: rgb(23,81,89); }
H1.HeaderClassName
{
color: #175159;
}
.AnyTagClassName
{
color: #175159;
}
</style>
background-color css
<style>
a { background-color: #175159; }
a { background-color: rgb(23,81,89); }
div.DivClassName
{
background-color: #175159;
}
.BgClassName
{
background-color: #175159;
}
</style>
border-color css
<style>
span { border-color: #175159; }
span { border-color: rgb(23,81,89); }
td.TdClassName
{
border-color: #175159;
}
.TagClassName
{
border-color: #175159;
}
</style>