Shades of Teal Blue #174756
Tints of Teal Blue #174756
RGB
CMYK
RGB Variations
Color information
#174756 (or 0x174756) is known color: Teal Blue. HEX triplet: 17, 47 and 56. RGB value is (23,71,86). Sum of RGB (Red+Green+Blue) = 23+71+86=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #174756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174756 is #E8B8A9. Grayscale: #3A3A3A. Windows color (decimal): -15251626 or 5654295. OLE color: 5654295.
HSL color Cylindrical-coordinate representation of color #174756: hue angle of 194.29º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174756 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 71 | 86 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.66 |
| HSL | 194.29º | 0.58% | 0.21% | - |
| HSV(B) | 194.29º | 0.73% | 0.34% | - |
| XYZ | 4.29 | 5.36 | 9.61 | - |
| YUV | 58.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 86 | 0.73 | 0.17 | 0 | 0.66 | 194.29 | 0.58 | 0.21 |
| Hex | 17 | 47 | 56 | 49 | 11 | 0 | 42 | C2 | 3A | 15 |
| Octal | 27 | 107 | 126 | 111 | 21 | 0 | 102 | 302 | 72 | 25 |
| Binary | 10111 | 1000111 | 1010110 | 1001001 | 10001 | 0 | 1000010 | 11000010 | 111010 | 10101 |
Color Harmonies of #174756
Complementary color
Monochromatic Colors of #174756
Black with #174756
Text Example
Text Example
White with #174756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174756; }
p { color: rgb(23,71,86); }
H1.HeaderClassName
{
color: #174756;
}
.AnyTagClassName
{
color: #174756;
}
</style>
background-color css
<style>
a { background-color: #174756; }
a { background-color: rgb(23,71,86); }
div.DivClassName
{
background-color: #174756;
}
.BgClassName
{
background-color: #174756;
}
</style>
border-color css
<style>
span { border-color: #174756; }
span { border-color: rgb(23,71,86); }
td.TdClassName
{
border-color: #174756;
}
.TagClassName
{
border-color: #174756;
}
</style>