Shades of Teal Blue #174955
Tints of Teal Blue #174955
RGB
CMYK
RGB Variations
Color information
#174955 (or 0x174955) is known color: Teal Blue. HEX triplet: 17, 49 and 55. RGB value is (23,73,85). Sum of RGB (Red+Green+Blue) = 23+73+85=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #174955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174955 is #E8B6AA. Grayscale: #3B3B3B. Windows color (decimal): -15251115 or 5589271. OLE color: 5589271.
HSL color Cylindrical-coordinate representation of color #174955: hue angle of 191.61º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174955 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 73 | 85 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.67 |
| HSL | 191.61º | 0.57% | 0.21% | - |
| HSV(B) | 191.61º | 0.73% | 0.33% | - |
| XYZ | 4.38 | 5.6 | 9.45 | - |
| YUV | 59.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 85 | 0.73 | 0.14 | 0 | 0.67 | 191.61 | 0.57 | 0.21 |
| Hex | 17 | 49 | 55 | 49 | E | 0 | 43 | C0 | 39 | 15 |
| Octal | 27 | 111 | 125 | 111 | 16 | 0 | 103 | 300 | 71 | 25 |
| Binary | 10111 | 1001001 | 1010101 | 1001001 | 1110 | 0 | 1000011 | 11000000 | 111001 | 10101 |
Color Harmonies of #174955
Complementary color
Monochromatic Colors of #174955
Black with #174955
Text Example
Text Example
White with #174955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174955; }
p { color: rgb(23,73,85); }
H1.HeaderClassName
{
color: #174955;
}
.AnyTagClassName
{
color: #174955;
}
</style>
background-color css
<style>
a { background-color: #174955; }
a { background-color: rgb(23,73,85); }
div.DivClassName
{
background-color: #174955;
}
.BgClassName
{
background-color: #174955;
}
</style>
border-color css
<style>
span { border-color: #174955; }
span { border-color: rgb(23,73,85); }
td.TdClassName
{
border-color: #174955;
}
.TagClassName
{
border-color: #174955;
}
</style>