#174C56

Color #174C56 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #174C56

Tints of Teal Blue #174C56

Color information

#174C56 (or 0x174C56) is unknown color: approx Teal Blue. HEX triplet: 17, 4C and 56. RGB value is (23,76,86). Sum of RGB (Red+Green+Blue) = 23+76+86=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #174C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C56 is #E8B3A9. Grayscale: #3D3D3D. Windows color (decimal): -15250346 or 5655575. OLE color: 5655575.

HSL color Cylindrical-coordinate representation of color #174C56: hue angle of 189.52º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174C56 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB237686-
CMYK0.730.1200.66
HSL189.52º57.8%21.37%-
HSV(B)189.52º73.26%33.73%-
XYZ4.626.029.72-
YUV61.29141.94100.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 12.43%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=12.43%
G=41.08%
B=46.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2376860.730.1200.66189.5257.821.37
Hex174C5649C042be3a15
Octal271141261111401022767225
Binary101111001100101011010010011100010000101011111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174C56; }

 p { color: rgb(23,76,86); }

 H1.HeaderClassName
 {
   color: #174C56;
 }
 .AnyTagClassName
 {
   color: #174C56;
 }
</style>
background-color css

<style>
 a { background-color: #174C56; }

 a { background-color: rgb(23,76,86); }

 div.DivClassName
 {
   background-color: #174C56;
 }
 .BgClassName
 {
   background-color: #174C56;
 }
</style>
border-color css

<style>
 span { border-color: #174C56; }

 span { border-color: rgb(23,76,86); }

 td.TdClassName
 {
   border-color: #174C56;
 }
 .TagClassName
 {
   border-color: #174C56;
 }
</style>