Shades of Teal Blue #174D5B
Tints of Teal Blue #174D5B
RGB
CMYK
RGB Variations
Color information
#174D5B (or 0x174D5B) is known color: Teal Blue. HEX triplet: 17, 4D and 5B. RGB value is (23,77,91). Sum of RGB (Red+Green+Blue) = 23+77+91=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #174D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D5B is #E8B2A4. Grayscale: #3E3E3E. Windows color (decimal): -15250085 or 5983511. OLE color: 5983511.
HSL color Cylindrical-coordinate representation of color #174D5B: hue angle of 192.35º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #174D5B is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 77 | 91 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.64 |
| HSL | 192.35º | 0.6% | 0.22% | - |
| HSV(B) | 192.35º | 0.75% | 0.36% | - |
| XYZ | 4.9 | 6.25 | 10.84 | - |
| YUV | 62.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 91 | 0.75 | 0.15 | 0 | 0.64 | 192.35 | 0.6 | 0.22 |
| Hex | 17 | 4D | 5B | 4B | F | 0 | 40 | C0 | 3C | 16 |
| Octal | 27 | 115 | 133 | 113 | 17 | 0 | 100 | 300 | 74 | 26 |
| Binary | 10111 | 1001101 | 1011011 | 1001011 | 1111 | 0 | 1000000 | 11000000 | 111100 | 10110 |
Color Harmonies of #174D5B
Complementary color
Monochromatic Colors of #174D5B
Black with #174D5B
Text Example
Text Example
White with #174D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D5B; }
p { color: rgb(23,77,91); }
H1.HeaderClassName
{
color: #174D5B;
}
.AnyTagClassName
{
color: #174D5B;
}
</style>
background-color css
<style>
a { background-color: #174D5B; }
a { background-color: rgb(23,77,91); }
div.DivClassName
{
background-color: #174D5B;
}
.BgClassName
{
background-color: #174D5B;
}
</style>
border-color css
<style>
span { border-color: #174D5B; }
span { border-color: rgb(23,77,91); }
td.TdClassName
{
border-color: #174D5B;
}
.TagClassName
{
border-color: #174D5B;
}
</style>