Shades of Teal Blue #175259
Tints of Teal Blue #175259
RGB
CMYK
RGB Variations
Color information
#175259 (or 0x175259) is known color: Teal Blue. HEX triplet: 17, 52 and 59. RGB value is (23,82,89). Sum of RGB (Red+Green+Blue) = 23+82+89=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #175259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175259 is #E8ADA6. Grayscale: #414141. Windows color (decimal): -15248807 or 5853719. OLE color: 5853719.
HSL color Cylindrical-coordinate representation of color #175259: hue angle of 186.36º 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 #175259 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 82 | 89 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.65 |
| HSL | 186.36º | 0.59% | 0.22% | - |
| HSV(B) | 186.36º | 0.74% | 0.35% | - |
| XYZ | 5.17 | 6.94 | 10.52 | - |
| YUV | 65.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 89 | 0.74 | 0.08 | 0 | 0.65 | 186.36 | 0.59 | 0.22 |
| Hex | 17 | 52 | 59 | 4A | 8 | 0 | 41 | BA | 3B | 16 |
| Octal | 27 | 122 | 131 | 112 | 10 | 0 | 101 | 272 | 73 | 26 |
| Binary | 10111 | 1010010 | 1011001 | 1001010 | 1000 | 0 | 1000001 | 10111010 | 111011 | 10110 |
Color Harmonies of #175259
Complementary color
Monochromatic Colors of #175259
Black with #175259
Text Example
Text Example
White with #175259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175259; }
p { color: rgb(23,82,89); }
H1.HeaderClassName
{
color: #175259;
}
.AnyTagClassName
{
color: #175259;
}
</style>
background-color css
<style>
a { background-color: #175259; }
a { background-color: rgb(23,82,89); }
div.DivClassName
{
background-color: #175259;
}
.BgClassName
{
background-color: #175259;
}
</style>
border-color css
<style>
span { border-color: #175259; }
span { border-color: rgb(23,82,89); }
td.TdClassName
{
border-color: #175259;
}
.TagClassName
{
border-color: #175259;
}
</style>