#175158

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

Shades of Teal Blue #175158

Tints of Teal Blue #175158

Color information

#175158 (or 0x175158) is unknown color: approx Teal Blue. HEX triplet: 17, 51 and 58. RGB value is (23,81,88). Sum of RGB (Red+Green+Blue) = 23+81+88=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #175158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175158 is #E8AEA7. Grayscale: #404040. Windows color (decimal): -15249064 or 5787927. OLE color: 5787927.

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

Color convert

RGB238188-
CMYK0.740.0800.65
HSL186.46º58.56%21.76%-
HSV(B)186.46º73.86%34.51%-
XYZ5.066.7710.27-
YUV64.46141.2898.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=11.98%
G=42.19%
B=45.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2381880.740.0800.65186.4658.5621.76
Hex1751584A8041ba3b16
Octal271211301121001012727326
Binary101111010001101100010010101000010000011011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175158; }

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

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

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

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

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

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

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

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