#175057

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

Shades of Teal Blue #175057

Tints of Teal Blue #175057

Color information

#175057 (or 0x175057) is unknown color: approx Teal Blue. HEX triplet: 17, 50 and 57. RGB value is (23,80,87). Sum of RGB (Red+Green+Blue) = 23+80+87=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #175057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175057 is #E8AFA8. Grayscale: #3F3F3F. Windows color (decimal): -15249321 or 5722135. OLE color: 5722135.

HSL color Cylindrical-coordinate representation of color #175057: hue angle of 186.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175057 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB238087-
CMYK0.740.0800.66
HSL186.56º58.18%21.57%-
HSV(B)186.56º73.56%34.12%-
XYZ4.946.6110.03-
YUV63.76141.1298.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=12.11%
G=42.11%
B=45.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2380870.740.0800.66186.5658.1821.57
Hex1750574A8042bb3a16
Octal271201271121001022737226
Binary101111010000101011110010101000010000101011101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175057; }

 p { color: rgb(23,80,87); }

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

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

 a { background-color: rgb(23,80,87); }

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

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

 span { border-color: rgb(23,80,87); }

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