Shades of Teal Blue #174D5D
Tints of Teal Blue #174D5D
RGB
CMYK
RGB Variations
Color information
#174D5D (or 0x174D5D) is known color: Teal Blue. HEX triplet: 17, 4D and 5D. RGB value is (23,77,93). Sum of RGB (Red+Green+Blue) = 23+77+93=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #174D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D5D is #E8B2A2. Grayscale: #3E3E3E. Windows color (decimal): -15250083 or 6114583. OLE color: 6114583.
HSL color Cylindrical-coordinate representation of color #174D5D: hue angle of 193.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #174D5D is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 77 | 93 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.64 |
| HSL | 193.71º | 0.6% | 0.23% | - |
| HSV(B) | 193.71º | 0.75% | 0.36% | - |
| XYZ | 4.98 | 6.28 | 11.31 | - |
| YUV | 62.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 93 | 0.75 | 0.17 | 0 | 0.64 | 193.71 | 0.6 | 0.23 |
| Hex | 17 | 4D | 5D | 4B | 11 | 0 | 40 | C2 | 3C | 17 |
| Octal | 27 | 115 | 135 | 113 | 21 | 0 | 100 | 302 | 74 | 27 |
| Binary | 10111 | 1001101 | 1011101 | 1001011 | 10001 | 0 | 1000000 | 11000010 | 111100 | 10111 |
Color Harmonies of #174D5D
Complementary color
Monochromatic Colors of #174D5D
Black with #174D5D
Text Example
Text Example
White with #174D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D5D; }
p { color: rgb(23,77,93); }
H1.HeaderClassName
{
color: #174D5D;
}
.AnyTagClassName
{
color: #174D5D;
}
</style>
background-color css
<style>
a { background-color: #174D5D; }
a { background-color: rgb(23,77,93); }
div.DivClassName
{
background-color: #174D5D;
}
.BgClassName
{
background-color: #174D5D;
}
</style>
border-color css
<style>
span { border-color: #174D5D; }
span { border-color: rgb(23,77,93); }
td.TdClassName
{
border-color: #174D5D;
}
.TagClassName
{
border-color: #174D5D;
}
</style>