Shades of Teal Blue #174C53
Tints of Teal Blue #174C53
RGB
CMYK
RGB Variations
Color information
#174C53 (or 0x174C53) is known color: Teal Blue. HEX triplet: 17, 4C and 53. RGB value is (23,76,83). Sum of RGB (Red+Green+Blue) = 23+76+83=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #174C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C53 is #E8B3AC. Grayscale: #3C3C3C. Windows color (decimal): -15250349 or 5458967. OLE color: 5458967.
HSL color Cylindrical-coordinate representation of color #174C53: hue angle of 187º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174C53 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 76 | 83 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.67 |
| HSL | 187º | 0.57% | 0.21% | - |
| HSV(B) | 187º | 0.72% | 0.33% | - |
| XYZ | 4.5 | 5.98 | 9.1 | - |
| YUV | 60.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 83 | 0.72 | 0.08 | 0 | 0.67 | 187 | 0.57 | 0.21 |
| Hex | 17 | 4C | 53 | 48 | 8 | 0 | 43 | BB | 39 | 15 |
| Octal | 27 | 114 | 123 | 110 | 10 | 0 | 103 | 273 | 71 | 25 |
| Binary | 10111 | 1001100 | 1010011 | 1001000 | 1000 | 0 | 1000011 | 10111011 | 111001 | 10101 |
Color Harmonies of #174C53
Complementary color
Monochromatic Colors of #174C53
Black with #174C53
Text Example
Text Example
White with #174C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C53; }
p { color: rgb(23,76,83); }
H1.HeaderClassName
{
color: #174C53;
}
.AnyTagClassName
{
color: #174C53;
}
</style>
background-color css
<style>
a { background-color: #174C53; }
a { background-color: rgb(23,76,83); }
div.DivClassName
{
background-color: #174C53;
}
.BgClassName
{
background-color: #174C53;
}
</style>
border-color css
<style>
span { border-color: #174C53; }
span { border-color: rgb(23,76,83); }
td.TdClassName
{
border-color: #174C53;
}
.TagClassName
{
border-color: #174C53;
}
</style>