#175157

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

Shades of Teal Blue #175157

Tints of Teal Blue #175157

Color information

#175157 (or 0x175157) is unknown color: approx Teal Blue. HEX triplet: 17, 51 and 57. RGB value is (23,81,87). Sum of RGB (Red+Green+Blue) = 23+81+87=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #175157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175157 is #E8AEA8. Grayscale: #404040. Windows color (decimal): -15249065 or 5722391. OLE color: 5722391.

HSL color Cylindrical-coordinate representation of color #175157: hue angle of 185.62º 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 #175157 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB238187-
CMYK0.740.0700.66
HSL185.62º58.18%21.57%-
HSV(B)185.62º73.56%34.12%-
XYZ5.026.7610.06-
YUV64.34140.7898.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=12.04%
G=42.41%
B=45.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2381870.740.0700.66185.6258.1821.57
Hex1751574A7042ba3a16
Octal27121127112701022727226
Binary10111101000110101111001010111010000101011101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175157; }

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

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

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

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

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

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

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

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