#174958

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

Shades of Teal Blue #174958

Tints of Teal Blue #174958

Color information

#174958 (or 0x174958) is unknown color: approx Teal Blue. HEX triplet: 17, 49 and 58. RGB value is (23,73,88). Sum of RGB (Red+Green+Blue) = 23+73+88=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #174958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174958 is #E8B6A7. Grayscale: #3B3B3B. Windows color (decimal): -15251112 or 5785879. OLE color: 5785879.

HSL color Cylindrical-coordinate representation of color #174958: hue angle of 193.85º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174958 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB237388-
CMYK0.740.1700.65
HSL193.85º58.56%21.76%-
HSV(B)193.85º73.86%34.51%-
XYZ4.55.6510.09-
YUV59.76143.94101.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.5%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=12.5%
G=39.67%
B=47.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2373880.740.1700.65193.8558.5621.76
Hex1749584A11041c23b16
Octal271111301122101013027326
Binary1011110010011011000100101010001010000011100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174958; }

 p { color: rgb(23,73,88); }

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

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

 a { background-color: rgb(23,73,88); }

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

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

 span { border-color: rgb(23,73,88); }

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