Shades of Teal Blue #174553
Tints of Teal Blue #174553
RGB
CMYK
RGB Variations
Color information
#174553 (or 0x174553) is known color: Teal Blue. HEX triplet: 17, 45 and 53. RGB value is (23,69,83). Sum of RGB (Red+Green+Blue) = 23+69+83=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #174553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174553 is #E8BAAC. Grayscale: #383838. Windows color (decimal): -15252141 or 5457175. OLE color: 5457175.
HSL color Cylindrical-coordinate representation of color #174553: hue angle of 194º 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 #174553 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 69 | 83 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.67 |
| HSL | 194º | 0.57% | 0.21% | - |
| HSV(B) | 194º | 0.72% | 0.33% | - |
| XYZ | 4.04 | 5.06 | 8.95 | - |
| YUV | 56.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 83 | 0.72 | 0.17 | 0 | 0.67 | 194 | 0.57 | 0.21 |
| Hex | 17 | 45 | 53 | 48 | 11 | 0 | 43 | C2 | 39 | 15 |
| Octal | 27 | 105 | 123 | 110 | 21 | 0 | 103 | 302 | 71 | 25 |
| Binary | 10111 | 1000101 | 1010011 | 1001000 | 10001 | 0 | 1000011 | 11000010 | 111001 | 10101 |
Color Harmonies of #174553
Complementary color
Monochromatic Colors of #174553
Black with #174553
Text Example
Text Example
White with #174553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174553; }
p { color: rgb(23,69,83); }
H1.HeaderClassName
{
color: #174553;
}
.AnyTagClassName
{
color: #174553;
}
</style>
background-color css
<style>
a { background-color: #174553; }
a { background-color: rgb(23,69,83); }
div.DivClassName
{
background-color: #174553;
}
.BgClassName
{
background-color: #174553;
}
</style>
border-color css
<style>
span { border-color: #174553; }
span { border-color: rgb(23,69,83); }
td.TdClassName
{
border-color: #174553;
}
.TagClassName
{
border-color: #174553;
}
</style>