#174853

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

Shades of Teal Blue #174853

Tints of Teal Blue #174853

Color information

#174853 (or 0x174853) is unknown color: approx Teal Blue. HEX triplet: 17, 48 and 53. RGB value is (23,72,83). Sum of RGB (Red+Green+Blue) = 23+72+83=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #174853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174853 is #E8B7AC. Grayscale: #3A3A3A. Windows color (decimal): -15251373 or 5457943. OLE color: 5457943.

HSL color Cylindrical-coordinate representation of color #174853: hue angle of 191º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174853 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB237283-
CMYK0.720.1300.67
HSL191º56.6%20.78%-
HSV(B)191º72.29%32.55%-
XYZ4.235.449.01-
YUV58.6141.77102.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.92%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=12.92%
G=40.45%
B=46.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2372830.720.1300.6719156.620.78
Hex17485348D043bf3915
Octal271101231101501032777125
Binary101111001000101001110010001101010000111011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174853; }

 p { color: rgb(23,72,83); }

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

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

 a { background-color: rgb(23,72,83); }

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

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

 span { border-color: rgb(23,72,83); }

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