#174951

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

Shades of Teal Blue #174951

Tints of Teal Blue #174951

Color information

#174951 (or 0x174951) is unknown color: approx Teal Blue. HEX triplet: 17, 49 and 51. RGB value is (23,73,81). Sum of RGB (Red+Green+Blue) = 23+73+81=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #174951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174951 is #E8B6AE. Grayscale: #3A3A3A. Windows color (decimal): -15251119 or 5327127. OLE color: 5327127.

HSL color Cylindrical-coordinate representation of color #174951: hue angle of 188.28º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174951 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB237381-
CMYK0.720.1000.68
HSL188.28º55.77%20.39%-
HSV(B)188.28º71.6%31.76%-
XYZ4.225.548.63-
YUV58.96140.44102.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 81 (32.03% from 255) = 45.76%
R=12.99%
G=41.24%
B=45.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2373810.720.1000.68188.2855.7720.39
Hex17495148A044bc3814
Octal271111211101201042747024
Binary101111001001101000110010001010010001001011110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174951; }

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

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

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

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

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

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

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

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