Shades of Teal Blue #174951
Tints of Teal Blue #174951
RGB
CMYK
RGB Variations
Color information
#174951 (or 0x174951) is known color: Teal Blue. HEX triplet: 17, 49 and 51. RGB value is (23,73,81). Sum of RGB (Red+Green+Blue) = 23+73+81=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #174951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174951 is #E8B6AE. Grayscale: #3A3A3A. Windows color (decimal): -15251119 or 5327127. OLE color: 5327127.
HSL color Cylindrical-coordinate representation of color #174951: hue angle of 188.28º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174951 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 73 | 81 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.68 |
| HSL | 188.28º | 0.56% | 0.2% | - |
| HSV(B) | 188.28º | 0.72% | 0.32% | - |
| XYZ | 4.22 | 5.54 | 8.63 | - |
| YUV | 58.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 81 | 0.72 | 0.10 | 0 | 0.68 | 188.28 | 0.56 | 0.2 |
| Hex | 17 | 49 | 51 | 48 | A | 0 | 44 | BC | 38 | 14 |
| Octal | 27 | 111 | 121 | 110 | 12 | 0 | 104 | 274 | 70 | 24 |
| Binary | 10111 | 1001001 | 1010001 | 1001000 | 1010 | 0 | 1000100 | 10111100 | 111000 | 10100 |
Color Harmonies of #174951
Complementary color
Monochromatic Colors of #174951
Black with #174951
Text Example
Text Example
White with #174951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174951; }
p { color: rgb(23,73,81); }
H1.HeaderClassName
{
color: #174951;
}
.AnyTagClassName
{
color: #174951;
}
</style>
background-color css
<style>
a { background-color: #174951; }
a { background-color: rgb(23,73,81); }
div.DivClassName
{
background-color: #174951;
}
.BgClassName
{
background-color: #174951;
}
</style>
border-color css
<style>
span { border-color: #174951; }
span { border-color: rgb(23,73,81); }
td.TdClassName
{
border-color: #174951;
}
.TagClassName
{
border-color: #174951;
}
</style>