Shades of Teal Blue #174F5E
Tints of Teal Blue #174F5E
RGB
CMYK
RGB Variations
Color information
#174F5E (or 0x174F5E) is known color: Teal Blue. HEX triplet: 17, 4F and 5E. RGB value is (23,79,94). Sum of RGB (Red+Green+Blue) = 23+79+94=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #174F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F5E is #E8B0A1. Grayscale: #3F3F3F. Windows color (decimal): -15249570 or 6180631. OLE color: 6180631.
HSL color Cylindrical-coordinate representation of color #174F5E: hue angle of 192.68º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174F5E is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 79 | 94 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.63 |
| HSL | 192.68º | 0.61% | 0.23% | - |
| HSV(B) | 192.68º | 0.76% | 0.37% | - |
| XYZ | 5.17 | 6.58 | 11.59 | - |
| YUV | 63.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 94 | 0.76 | 0.16 | 0 | 0.63 | 192.68 | 0.61 | 0.23 |
| Hex | 17 | 4F | 5E | 4C | 10 | 0 | 3F | C1 | 3D | 17 |
| Octal | 27 | 117 | 136 | 114 | 20 | 0 | 77 | 301 | 75 | 27 |
| Binary | 10111 | 1001111 | 1011110 | 1001100 | 10000 | 0 | 111111 | 11000001 | 111101 | 10111 |
Color Harmonies of #174F5E
Complementary color
Monochromatic Colors of #174F5E
Black with #174F5E
Text Example
Text Example
White with #174F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F5E; }
p { color: rgb(23,79,94); }
H1.HeaderClassName
{
color: #174F5E;
}
.AnyTagClassName
{
color: #174F5E;
}
</style>
background-color css
<style>
a { background-color: #174F5E; }
a { background-color: rgb(23,79,94); }
div.DivClassName
{
background-color: #174F5E;
}
.BgClassName
{
background-color: #174F5E;
}
</style>
border-color css
<style>
span { border-color: #174F5E; }
span { border-color: rgb(23,79,94); }
td.TdClassName
{
border-color: #174F5E;
}
.TagClassName
{
border-color: #174F5E;
}
</style>