#174B53

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

Shades of Teal Blue #174B53

Tints of Teal Blue #174B53

Color information

#174B53 (or 0x174B53) is unknown color: approx Teal Blue. HEX triplet: 17, 4B and 53. RGB value is (23,75,83). Sum of RGB (Red+Green+Blue) = 23+75+83=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #174B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B53 is #E8B4AC. Grayscale: #3C3C3C. Windows color (decimal): -15250605 or 5458711. OLE color: 5458711.

HSL color Cylindrical-coordinate representation of color #174B53: hue angle of 188º 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 #174B53 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB237583-
CMYK0.720.1000.67
HSL188º56.6%20.78%-
HSV(B)188º72.29%32.55%-
XYZ4.435.849.08-
YUV60.36140.77101.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.71%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=12.71%
G=41.44%
B=45.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2375830.720.1000.6718856.620.78
Hex174B5348A043bc3915
Octal271131231101201032747125
Binary101111001011101001110010001010010000111011110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174B53; }

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

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

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

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

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

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

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

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