Shades of Teal Blue #174A52
Tints of Teal Blue #174A52
RGB
CMYK
RGB Variations
Color information
#174A52 (or 0x174A52) is known color: Teal Blue. HEX triplet: 17, 4A and 52. RGB value is (23,74,82). Sum of RGB (Red+Green+Blue) = 23+74+82=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #174A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A52 is #E8B5AD. Grayscale: #3B3B3B. Windows color (decimal): -15250862 or 5392919. OLE color: 5392919.
HSL color Cylindrical-coordinate representation of color #174A52: hue angle of 188.14º 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 #174A52 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 74 | 82 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.68 |
| HSL | 188.14º | 0.56% | 0.21% | - |
| HSV(B) | 188.14º | 0.72% | 0.32% | - |
| XYZ | 4.33 | 5.69 | 8.85 | - |
| YUV | 59.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 82 | 0.72 | 0.10 | 0 | 0.68 | 188.14 | 0.56 | 0.21 |
| Hex | 17 | 4A | 52 | 48 | A | 0 | 44 | BC | 38 | 15 |
| Octal | 27 | 112 | 122 | 110 | 12 | 0 | 104 | 274 | 70 | 25 |
| Binary | 10111 | 1001010 | 1010010 | 1001000 | 1010 | 0 | 1000100 | 10111100 | 111000 | 10101 |
Color Harmonies of #174A52
Complementary color
Monochromatic Colors of #174A52
Black with #174A52
Text Example
Text Example
White with #174A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A52; }
p { color: rgb(23,74,82); }
H1.HeaderClassName
{
color: #174A52;
}
.AnyTagClassName
{
color: #174A52;
}
</style>
background-color css
<style>
a { background-color: #174A52; }
a { background-color: rgb(23,74,82); }
div.DivClassName
{
background-color: #174A52;
}
.BgClassName
{
background-color: #174A52;
}
</style>
border-color css
<style>
span { border-color: #174A52; }
span { border-color: rgb(23,74,82); }
td.TdClassName
{
border-color: #174A52;
}
.TagClassName
{
border-color: #174A52;
}
</style>