Shades of Teal Blue #174652
Tints of Teal Blue #174652
RGB
CMYK
RGB Variations
Color information
#174652 (or 0x174652) is known color: Teal Blue. HEX triplet: 17, 46 and 52. RGB value is (23,70,82). Sum of RGB (Red+Green+Blue) = 23+70+82=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #174652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174652 is #E8B9AD. Grayscale: #393939. Windows color (decimal): -15251886 or 5391895. OLE color: 5391895.
HSL color Cylindrical-coordinate representation of color #174652: hue angle of 192.2º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174652 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 70 | 82 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.68 |
| HSL | 192.2º | 0.56% | 0.21% | - |
| HSV(B) | 192.2º | 0.72% | 0.32% | - |
| XYZ | 4.07 | 5.17 | 8.77 | - |
| YUV | 57.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 82 | 0.72 | 0.15 | 0 | 0.68 | 192.2 | 0.56 | 0.21 |
| Hex | 17 | 46 | 52 | 48 | F | 0 | 44 | C0 | 38 | 15 |
| Octal | 27 | 106 | 122 | 110 | 17 | 0 | 104 | 300 | 70 | 25 |
| Binary | 10111 | 1000110 | 1010010 | 1001000 | 1111 | 0 | 1000100 | 11000000 | 111000 | 10101 |
Color Harmonies of #174652
Complementary color
Monochromatic Colors of #174652
Black with #174652
Text Example
Text Example
White with #174652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174652; }
p { color: rgb(23,70,82); }
H1.HeaderClassName
{
color: #174652;
}
.AnyTagClassName
{
color: #174652;
}
</style>
background-color css
<style>
a { background-color: #174652; }
a { background-color: rgb(23,70,82); }
div.DivClassName
{
background-color: #174652;
}
.BgClassName
{
background-color: #174652;
}
</style>
border-color css
<style>
span { border-color: #174652; }
span { border-color: rgb(23,70,82); }
td.TdClassName
{
border-color: #174652;
}
.TagClassName
{
border-color: #174652;
}
</style>