#175156

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

Shades of Teal Blue #175156

Tints of Teal Blue #175156

Color information

#175156 (or 0x175156) is unknown color: approx Teal Blue. HEX triplet: 17, 51 and 56. RGB value is (23,81,86). Sum of RGB (Red+Green+Blue) = 23+81+86=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #175156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175156 is #E8AEA9. Grayscale: #404040. Windows color (decimal): -15249066 or 5656855. OLE color: 5656855.

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

Color convert

RGB238186-
CMYK0.730.0600.66
HSL184.76º57.8%21.37%-
HSV(B)184.76º73.26%33.73%-
XYZ4.986.749.84-
YUV64.23140.2898.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=12.11%
G=42.63%
B=45.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2381860.730.0600.66184.7657.821.37
Hex175156496042b93a15
Octal27121126111601022717225
Binary10111101000110101101001001110010000101011100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175156; }

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

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

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

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

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

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

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

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